Skip to content

Instantly share code, notes, and snippets.

@donaldpminer
Created April 2, 2014 16:35
Show Gist options
  • Save donaldpminer/9937762 to your computer and use it in GitHub Desktop.
Save donaldpminer/9937762 to your computer and use it in GitHub Desktop.
Getting Accumulo set up in <5 minutes with HDP 2.1 VM
yum install accumulo
/usr/lib/accumulo/bin/boostrap_config.sh
accumulo init
/usr/lib/accumulo/bin/start-all.sh
accumulo shell -u root
@donaldpminer
Copy link
Author

I did this with the HDP 2.1 VM available at http://hortonworks.com/hdp/downloads/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment