Skip to content

Virtual development environment with Hortonworks Data Platform and Apache Accumulo running

License

Notifications You must be signed in to change notification settings

stealthly/hdp-accumulo

Repository files navigation

hdp-accumulo

Virtual development environment with Hortonworks Data Platform and Apache Accumulo running

Use Vagrant to get up and running.

  1. Install Vagrant http://www.vagrantup.com/

  2. Install Virtual Box https://www.virtualbox.org/

    git clone https://github.com/stealthly/hdp-accumulo.git cd hdp-accumulo vagrant up

You can access Accumulo from your code on your local machine

  • zk=172.16.25.10
  • instancename=dev
  • username=root
  • password=dev

To acess the Accumulo shell (password == dev) you can login to the virtual machine

vagrant ssh
sudo /usr/lib/accumulo/bin/accumulo shell -u root

About

Virtual development environment with Hortonworks Data Platform and Apache Accumulo running

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published