Metadata-Version: 1.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
Description: # 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
            
        
Platform: UNKNOWN
