Skip to content

First Release with EMR Support

Latest
Compare
Choose a tag to compare
@vrajat vrajat released this 13 Sep 08:49
· 9 commits to master since this release

0.2.0 (2017-09-13)

New

  • Installer accepts a list of rpms (#4) [Vamshi Pasunuru]

  • Installer script for EMR (#3) [Vamshi Pasunuru]

    create req directories, copy rubix jars and change presto filesystem impl

  • Add a daemon module to control rubix daemons (#2) [Rajat Venkatesh]

    Adds a new module and actor daemon. Support start/stop/restart commands.

  • Installation and configuration of admin & rpm (#1) [Rajat Venkatesh]

    Add a new module and command to install a RPM. The module assumes that
    the rpm is available in a local path.

    Clean up configuration of the admin. Two config options are available:

    • remote package path
    • hosts list
  • Add install command place holder. [Rajat Venkatesh]

    Command:
    rubix-admin installer install -r

    This commit also includes all the boilerplate
    code to setup a python application, argument parser
    and a framework to add more commands.

Other

  • Use a shell script to configure Rubix Admin (#5) [Vamshi Pasunuru]
  • Initial commit. [Rajat Venkatesh]