Jeff, thanks for posting this. The virtual machine started just fine. However, I noticed that hadoop and accumulo were not found on the classpath.
On Wed, Apr 23, 2014 at 5:48 PM, Jeff Schwartz <[email protected]>wrote: > 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 >
