fredc0088 / generator-docker-spark

Skeleton with a runnable Spark cluster and a Zeppelin notebook using docker and sbt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generator-docker-spark

Description

Generator for skeleton scala/java app using sbt and docker to run a spark cluster and utils

Installation

First, install Yeoman and generator-docker-spark using npm (we assume you have pre-installed node.js).

npm install -g yo

then

npm install -g generator-docker-spark

or

cd generator-docker-spark
npm install -g

then

Nom link

then generate your new project:

cd new-app-folder
yo docker-spark

then answer the questions

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © federico cocco

About

Skeleton with a runnable Spark cluster and a Zeppelin notebook using docker and sbt.

License:Other


Languages

Language:Dockerfile 36.4%Language:Scala 35.4%Language:JavaScript 22.7%Language:Shell 5.4%