Create Java project with Maven archetype spark-scala-archetype

Create a Spark Scala program. Provides dependencies on Spark, Spark Streaming, Kafka, and Hive

Create a Java Project by archetype spark-scala-archetype with Command Line:

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 

Details about maven archetype spark-scala-archetype

License

License

GroupId

GroupId

edu.uchicago.mpcs53013
ArtifactId

ArtifactId

spark-scala-archetype
Version

Version

4.0.2
Type

Type

maven-archetype
Description

Description

Spark Scala Archetype
Create a Spark Scala program. Provides dependencies on Spark, Spark Streaming, Kafka, and Hive

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-archetype -DarchetypeVersion=4.0.2 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.