Create Java project with Maven archetype hadoop-thrift-example-archetype

Creates an example program that serializes thrift students to HDFS sequence files

Create a Java Project by archetype hadoop-thrift-example-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="edu.uchicago.mpcs53013"   -DarchetypeArtifactId="hadoop-thrift-example-archetype"   -DarchetypeVersion="2.0.0"   -DinteractiveMode=false 

Details about maven archetype hadoop-thrift-example-archetype

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

hadoop-thrift-example-archetype
Version

Version

2.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=hadoop-thrift-example-archetype -DarchetypeVersion=2.0.0 -DinteractiveMode=false