Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How do you run accumulo shell from command line?

avatar
New Member

When connecting to the cluster, switching to accumulo user and running "accumulo shell -u root" I get

Accumulo is not properly configured. Try running $ACCUMULO_HOME/bin/bootstrap_config.sh and then editing $ACCUMULO_HOME/conf/accumulo-env.sh

What is the correct way to run accumulo shell on the cluster?

Thanks in advance!

1 ACCEPTED SOLUTION

avatar
Expert Contributor

The accumulo shell will only work from a host where an Accumulo Client is installed. You can check in the Ambari UI to find out where clients are installed.

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

The accumulo shell will only work from a host where an Accumulo Client is installed. You can check in the Ambari UI to find out where clients are installed.

avatar
New Member

Thanks, billie. Works.