dmaze / accumulo-formula

Provision Apache Accumulo - a secure key-value store on top of Apache Hadoop and Zookeeper

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accumulo

Formula to set up and configure accumulo servers

Available states

Downloads the accumulo tarball from accumulo:source_url, installs the package.

Installs the server configuration, then initializes and starts the accumulo services. Which services accumulo ends up running on a given host will depend on the hadoop-like text list files in the configuration directory and - in turn - on the roles defined via salt grains:

  • accumulo_master will run master, monitor and gc (tracer if also the development role exists)
  • accumulo_slave will run a tablet server

Runs a thrift proxy server on any node with the __accumulo_proxy__ role. Implies accumulo.

Install (compile when necessary) the native lib for accumulo. EXPERIMENTAL!

Install a source tarball into the accumulo userhome. (see pillar.example)

Make the continuous ingest system test suite available in the accumulo userhome, includes configuration.

About

Provision Apache Accumulo - a secure key-value store on top of Apache Hadoop and Zookeeper

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License:Other


Languages

Language:Shell 100.0%