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

Configure and Start Apache Accumulo

[Note]Note

The su commands in this section use "accumulo" to represent the Accumulo Service user. If you are using another name for your Apache Accumulo Service user, you need to substitute your Accumulo Service user name for "accumulo" in each of the su commands.

  1. You must replace your configuration after upgrading. Copy /etc/accumulo/conf from the template to the conf directory in Accumulo hosts.

  2. Start the services:

    su - accumulo -c "/usr/hdp/current/accumulo-master/bin/start-server.sh `hostname` master"
    
    su - accumulo -c "/usr/hdp/current/accumulo-master/bin/start-server.sh `hostname` tserver"
    
    su - accumulo -c "/usr/hdp/current/accumulo-master/bin/start-server.sh `hostname` gc"
    
    su - accumulo -c "/usr/hdp/current/accumulo-master/bin/start-server.sh `hostname` tracer"
    
    su - accumulo -c "/usr/hdp/current/accumulo-master/bin/start-server.sh `hostname` monitor"
  3. Check that the processes are running

    ps -ef | grep accumulo

    or visit http://<hostname>:50095 in your browser