https://github.com/cmd-ntrf/spark-pbs
Script for launching a standalone Apache Spark cluster on a cluster managed by PBS
https://github.com/cmd-ntrf/spark-pbs
Last synced: about 1 year ago
JSON representation
Script for launching a standalone Apache Spark cluster on a cluster managed by PBS
- Host: GitHub
- URL: https://github.com/cmd-ntrf/spark-pbs
- Owner: cmd-ntrf
- License: apache-2.0
- Created: 2016-07-06T17:33:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T13:53:28.000Z (about 9 years ago)
- Last Synced: 2025-01-28T20:44:52.365Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spark PBS
## Introduction
This repository contains modified scripts to start a standalone Spark cluster
on a cluster managed by a PBS-derived scheduler (i.e: Torque).
## Requirements
- [Apache Spark](http://spark.apache.org/)
- [daemonize](http://software.clapper.org/daemonize/): Some issues arise when using `nohup`
with pbsdsh, therefore any references to nohup is replaced by `daemonize`.
## Installation
1. Execute the configure script: `./configure`.
2. Install: `make install`.