You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Jeff Schwartz <ab...@gmail.com> on 2014/04/23 23:48:42 UTC

Vagrant Setup for Accumulo

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

Re: Vagrant Setup for Accumulo

Posted by Jeff Schwartz <ab...@gmail.com>.
Josh,

I made the change to the read me along with some additional instructions.

David,

I've added the accumulo jars to the class path.  I had some trouble finding
the hadoop jars so I just included the 1.2.1 hadoop jar files I use for
development.  They are on the class path as well.

Any other suggestions are gladly welcomed.

I'll update it with RC4 once it drops.

Sincerely,
Jeff Schwartz


On Wed, Apr 23, 2014 at 6:16 PM, Josh Elser <jo...@gmail.com> wrote:

> FYI, it looks like your README is missing a step from the original:
>
> vagrant box add precise64 http://files.vagrantup.com/precise64.box
>
> You'll only need to do that the first time though.
>
>
> On 4/23/14, 5:48 PM, Jeff Schwartz 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 <http://localhost:50095/> for the
>>
>> status page.
>>
>> Zookeeper is available at localhost:2181
>>
>> Have fun.
>>
>> Sincerely,
>> Jeff Schwartz
>>
>

Re: Vagrant Setup for Accumulo

Posted by Josh Elser <jo...@gmail.com>.
FYI, it looks like your README is missing a step from the original:

vagrant box add precise64 http://files.vagrantup.com/precise64.box

You'll only need to do that the first time though.

On 4/23/14, 5:48 PM, Jeff Schwartz 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 <http://localhost:50095/> for the
> status page.
>
> Zookeeper is available at localhost:2181
>
> Have fun.
>
> Sincerely,
> Jeff Schwartz

Re: Vagrant Setup for Accumulo

Posted by David Medinets <da...@gmail.com>.
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 <ab...@gmail.com>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
>