MVN

edu.uchicago.mpcs53013 : spark-scala-word-count-archetype

Maven & Gradle

Nov 03, 2022

Spark Scala WordCount Archetype · Create a Spark Scala WordCount program similar to that in O'Reilly Learning Spark book

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-word-count-archetype -DarchetypeVersion=5.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.uchicago.mpcs53013 : spark-scala-word-count-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of edu.uchicago.mpcs53013 : spark-scala-word-count-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
5.0.x
spark-scala-word-count-archetype-5.0.0
4.0.x
spark-scala-word-count-archetype-4.0.0
1.0.x
spark-scala-word-count-archetype-1.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=edu.uchicago.mpcs53013 -DarchetypeArtifactId=spark-scala-word-count-archetype -DarchetypeVersion=5.0.0

Advertisement