mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="edu.uchicago.mpcs53013" -DarchetypeArtifactId="speed-layer-weather-archetype" -DarchetypeVersion="7.0.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdedu.uchicago.mpcs53013 |
ArtifactId | ArtifactIdspeed-layer-weather-archetype |
Version | Version7.0.0 |
Type | Typemaven-archetype |
Description |
DescriptionSpeed Layer Weather Archetype
Create a Spark Scala streaming program that reads simulated weather reports from Kafka and stores them in the latest_weather table in HBase
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=speed-layer-weather-archetype -DarchetypeVersion=7.0.0 -DinteractiveMode=false