Metadata-Version: 1.0
Name: cirruscluster
Version: 0.0.1-17
Summary: A batteries-included MapReduce cluster-in-a-can for scientists, researchers, and engineers.
Home-page: https://github.com/heathkh/cirruscluster
Author: Kyle Heath
Author-email: cirruscluster@gmail.com
License: MIT
Description: Cirrus Cluster
        ==============
        
        **A batteries-included MapReduce cluster-in-a-can for scientists, researchers, and engineers.**
        
        Cirrus makes it easier to perform large-scale computation and data analysis tasks using the MapReduce framework. While MapReduce is widely used in industry, the high cost and complexity of setting up the MapReduce infrastructure make it impractical for many potential users. Cirrus Cluster is a python library and set of command line tools that automates the complex processes of provisioning, launching, configuring, and monitoring a custom MapR hadoop cluster. Cirrus aims to be a batteries-include tool to support a MapReduce workflow tailored for the needs of engineers and researchers who don’t have a full-time IT support staff to manage the cluster.
        
        Documentation
        -------------
        
        https://cirruscluster.readthedocs.org
        
        Installation
        -------------
        
        To get latest release...
        
        ``pip install cirruscluster --use-mirrors``
        
        or to get current developement version...
        
        ``git clone https://github.com/cirruscluster/cirruscluster.git; python setup.py install``
        
        Contact
        -------
        *Author: Kyle Heath (cirruscluster [at] gmail)*
        
        .. image:: https://travis-ci.org/heathkh/cirruscluster.png
        :alt: Build Status
        :target: https://travis-ci.org/heathkh/cirruscluster
Keywords: hadoop MapR mapreduce cluster cloud
Platform: UNKNOWN
