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="7.0.0"   -DinteractiveMode=false 

Details about maven archetype hdfs-ingest-weather-archetype

License

License

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

hdfs-ingest-weather-archetype
Version

Version

7.0.0
Type

Type

maven-archetype
Description

Description

Serialize Weather To Thrift Sequence File Archetype
Creates an example program that reads NOAA weather and serializes to HDFS Thrift sequence files

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=7.0.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.