mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="spark-streaming-flights-archetype" -DarchetypeVersion="4.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspark-streaming-flights-archetype |
Version | Version4.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionSpark Kafka HBase Streaming Flights Archetype
Create a Spark Scala streaming program that reads flights from Kafka and looks them up in HBase
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-streaming-flights-archetype -DarchetypeVersion=4.0.0 -DinteractiveMode=false