Metadata-Version: 2.0
Name: rubix-admin
Version: 0.3.0
Summary: Admin tool for Qubole Rubix
Home-page: https://github.com/vrajat/rubix_admin.git
Author: Qubole
Author-email: dev@qubole.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: argparse (>=1.3.0)
Requires-Dist: inflection (==0.3.1)
Requires-Dist: fabric (==1.13)
Requires-Dist: pycrypto (==2.6.1)
Requires-Dist: PyYaml (==3.12)

# Admin Tool for Rubix

# Installation
`rubix-admin` should be installed on the cluster (Presto/Hadoop2) master

    git clone https://github.com/vrajat/rubix-admin.git
    virtualenv venv
    source venv/bin/activate
    python setup.py install
    rubix-admin -h

# Configure Admin Tool
`rubix-admin` expects a configuration file at `~/.radminrc`. If you followed
the instruction in the previous section, it should already be present. 
If the configuration file does not exist, run:

    rubix-admin -h

Edit the configuration file. 

# Install Rubix
Generate a Rubix RPM by following the instructions in Qubole Rubix project.

    rubix-admin installer install --rpm <path to rpm>

# Start Rubix

    rubix-admin daemon start



