mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="speed-layer-flights-archetype" -DarchetypeVersion="7.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspeed-layer-flights-archetype |
Version | Version7.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionSpeed Layer Flights Archetype
Create a Spark Scala streaming program that reads flights from Kafka, looks up corresponding weather information and updates speed layer tables in HBase
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=speed-layer-flights-archetype -DarchetypeVersion=7.0.0 -DinteractiveMode=false