mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-batch-layer-archetype" -DarchetypeVersion="5.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspark-batch-layer-archetype |
Version | Version5.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionSpark Batch Layer Archetype
Create a Spark Scala implementation of our flight-and-weather application
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-batch-layer-archetype -DarchetypeVersion=5.0.0 -DinteractiveMode=false