stealthly / hdp-accumulo

Virtual development environment with Hortonworks Data Platform and Apache Accumulo running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Shell 79.8%Language:PHP 12.6%Language:Scala 2.9%Language:Python 2.6%Language:Perl 1.8%Language:XSLT 0.4%