Command Line Installation
Also available as:
PDF
loading table of contents...

Validating Accumulo

To validate that Accumulo is set up correctly:

  1. Start the Accumulo service.

    1. Initialize Accumulo.

      /usr/hdp/current/accumulo-client/bin/accumulo init

    2. Enter a instance name and password.

    3. Run the Accumulo start-all.sh script.

      /usr/hdp/current/accumulo-client/bin/start-all.sh

  2. View the Accumulo native UI.

    http://<accumulo-master>:50095

    Look for any errors reported by the Accumulo monitor.