An open API service indexing awesome lists of open source software.

https://github.com/mrvideo/nsds-scripts

A couple scripts used to start and stop stuff for our NSDS course
https://github.com/mrvideo/nsds-scripts

Last synced: 3 months ago
JSON representation

A couple scripts used to start and stop stuff for our NSDS course

Awesome Lists containing this project

README

        

# NSDS Scripts

These are some scripts that I use to start and stop components of the various technologies used in the *Networked Software for Distributed Systems* course at PoliMi.

## Spark

These scripts start and stop the Apache Spark Master, History Server and Workers. The `start.sh` script also submits an automatically generated `jar` file to an active worker after activation.

To use, make sure that:

- The scripts are in the base directory of your project folder
- You are using Maven correctly
- The `target` folder contains the `jar` file to be submitted to the worker
- Your Spark home is `~/ApacheSpark`