- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How do you run accumulo shell from command line?
Created ‎10-10-2017 12:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Created ‎10-10-2017 05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎10-10-2017 05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎10-10-2017 05:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, billie. Works.
