This is a Yeoman generator to help you bootstrapping an Apache Spark application which using Scala API.
You need install Yeoman first:
$ npm install -g yo
Then install this generator:
$ npm install -g generator-spark-app
Finally, initiate the generator:
$ cd /path/to/your/project
$ yo spark-app
MIT