mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="hadoop-archetype" -DarchetypeVersion="5.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdhadoop-archetype |
Version | Version5.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionHadoop Client Archetype
Create a Hadoop client application including an UberJar
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=hadoop-archetype -DarchetypeVersion=5.0.0 -DinteractiveMode=false