mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-scala-word-count-archetype" -DarchetypeVersion="4.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspark-scala-word-count-archetype |
Version | Version4.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionSpark Scala WordCount Archetype
Create a Spark Scala WordCount program similar to that in O'Reilly Learning Spark book
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-word-count-archetype -DarchetypeVersion=4.0.0 -DinteractiveMode=false