Giter Club home page Giter Club logo

cloudera-director-wrapper's Introduction

Cloudera Director Wrapper

Provide a thin, convenience wrapper around the Cloudera Director Client

Requirements

  • Python 2.6+
  • Cloudera Manager Python Client 5+
  • Cloudera Director Client 1.0+

Installation

The Cloudera Director Client installation:

http://www.cloudera.com/content/cloudera/en/documentation/cloudera-director/latest/topics/director_install_client_task.html

The Cloudera Manager python client installation (requires Python):

git clone git://github.com/cloudera/cm_api.git
cd cm_api/python
python setup.py install

The Cloudera Director wrapper build and installation:

git clone https://github.com/ggear/cloudera-director-wrapper.git
cd cloudera-director-wrapper
mvn clean install
mkdir -p /usr/lib64/cloudera-director/wrapper
tar xvzf target/cloudera-director-wrapper-*-bin.tar.gz -C /usr/lib64/cloudera-director/wrapper --strip 1

The shell environment should include home directories pointing to the Director and Wrapper installs:

export DIRECTOR_CLIENT_HOME=/usr/lib64/cloudera-director/client
export DIRECTOR_CLIENT_WRAPPER_HOME=/usr/lib64/cloudera-director/wrapper

Configuration

The Director Client Wrapper is driven by a single configuration file, an example of which ships with the install:

vi /usr/lib64/cloudera-director/wrapper/cfg/cluster.conf

Running

The Director Client Wrapper runs transparently over a local Director Client:

cloudera-director clean
cloudera-director bootstrap
cloudera-director client

or can be run from a remote machine (bootstrap is run as a resumable deamon processs):

cloudera-director-remote [email protected] clean
cloudera-director-remote [email protected] bootstrap
cloudera-director-remote [email protected] client

cloudera-director-wrapper's People

Contributors

ggear avatar

Watchers

Sameer Ahmad Siddiqui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.