generator-pyspark-app

Yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorPysparkApp from 'https://cdn.skypack.dev/generator-pyspark-app';
</script>

README

generator-pyspark-app

Build Status npm

This is a Yeoman generator to help you bootstrapping an Apache Spark application which using Python API.

Getting Started

You need install Yeoman first:

$ npm install -g yo

Then install this generator:

$ npm install -g generator-pyspark-app

Finally, initiate the generator:

$ cd /path/to/your/project
$ yo pyspark-app

License

MIT