mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-scala-archetype" -DarchetypeVersion="4.0.2" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspark-scala-archetype |
Version | Version4.0.2 |
Type | Typemaven-archetype |
Description |
DescriptionSpark Scala Archetype
Create a Spark Scala program. Provides dependencies on Spark, Spark Streaming, Kafka, and Hive
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-archetype -DarchetypeVersion=4.0.2 -DinteractiveMode=false