You may want to give pyaccumulo a try if you are using python. I designed
it to be a little more python friendly. It uses the python thrift code and
the proxy.

github.com/accumulo/pyaccumulo

Feedback and pull requests are welcome.

--Jason

sent from my DROID
On Aug 19, 2013 11:01 AM, "Eric Newton" <eric.new...@gmail.com> wrote:

> You can just build at the top level.  Ensure that the thrift command is in
> your path:
>
> $ thrift --version
> Thrift version 0.9.0
>
> Build accumulo:
>
>  $ mvn -Pthrift -DskipTests package
>
> Start accumulo:
>
>  $ ./bin/start-all.sh
>
> Start the proxy:
>
>  $ ./bin/accumulo proxy -p proxy/proxy.properties
>
> Run a python script:
>
>  $ PYTHONPATH=proxy/target/gen-py python
> proxy/examples/python/TestClient.py
>
> -Eric
>
>
> On Mon, Aug 12, 2013 at 1:39 PM, Miguel Pereira
> <miguelaperei...@gmail.com>wrote:
>
> > Hey guys,
> >
> > Looking for some help to set up the proxy. proxy readme points to
> ../readme
> > for building and installing with the proxy server but ../readme doesn't
> say
> > anything about the proxy :)
> >
> > my goal is to prototype a small python app that calls the accumulo api
> > using the proxy. if anyone has done this I would appreciate a brief list
> of
> > steps prereqs :)
> >
> > Cheers,
> > Miguel
> >
>

Reply via email to