Create Java project with Maven archetype hdfs-ingest-weather-archetype

Creates an example program that reads NOAA weather and serializes to HDFS Thrift sequence files

Create a Java Project by archetype hdfs-ingest-weather-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="edu.uchicago.mpcs53013"   -DarchetypeArtifactId="hdfs-ingest-weather-archetype"   -DarchetypeVersion="5.0.1"   -DinteractiveMode=false 

Details about maven archetype hdfs-ingest-weather-archetype

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

hdfs-ingest-weather-archetype
Version

Version

5.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=hdfs-ingest-weather-archetype -DarchetypeVersion=5.0.1 -DinteractiveMode=false