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
- Host: GitHub
- URL: https://github.com/mrvideo/nsds-scripts
- Owner: MrVideo
- Created: 2024-11-06T09:08:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T11:01:57.000Z (7 months ago)
- Last Synced: 2025-03-11T00:48:32.555Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`