Accumulo Users, Here's an easy to use vagrant setup that supports both Accumulo 1.5.1 and 1.6.0-RC2. Future versions will be on different branches.
Vagrant Accumulo Server 1.5.1 ----------------------------- $ git clone https://github.com/jschwartz73/accumulo-devserver.git $ cd accumulo-devserver $ git checkout v1.5.1 $ vagrant up Vagrant Accumulo Server 1.6.0-RC2 ----------------------------- $ git clone https://github.com/jschwartz73/accumulo-devserver.git $ cd accumulo-devserver $ git checkout v1.6.0-RC2 $ vagrant up Browse to http://localhost:50095 for the status page. Zookeeper is available at localhost:2181 Have fun. Sincerely, Jeff Schwartz
