hurwitzlab/occ-plan-b

Name: occ-plan-b

Owner: Hurwitz Lab

Description: Hadoop job service

Created: 2017-09-19 22:38:02.0

Updated: 2017-09-19 22:44:06.0

Pushed: 2018-01-03 17:57:02.0

Homepage: null

Size: 28

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

A mock Agave API access node for testing and developing Hadoop apps on a private cluster.

Setup

Setup database:

occ-plan-b.sql | sqlite3 occ-plan-b.sqlite3

Modify configuration:

Edit config.json accordingly. Make sure SSH public key is installed on target Hadoop server.

Running

To try out:

install
start

For development:

install nodemon
mon server.js

For production:

 npm install pm2@latest -g
start --name occ-plan-b server.js
 pm2 startup systemd

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.