accumulo-python3 icon indicating copy to clipboard operation
accumulo-python3 copied to clipboard

Update python client for latest accumulo-proxy and accumulo:2.1.1

Open magrable opened this issue 2 years ago • 1 comments

Update accumulo.thrift to latest accumulo-proxy generated thrift bindings. Update accumulo.core to match. Add dockerfile for testing in cluster.

magrable avatar Aug 15 '23 20:08 magrable

I used pip to build and install the accumulo-python3 client from b68900f8c298f88bf39decebccaf6e942b803241 into a Python 3.10 virtualenv created using Anaconda. I ran a quick test using the code in the README combined with a built snapshot of the accumulo-proxy from c217a9d in that project. This was configured to talk to Accumulo release 2.1.1 with a single zookeeper at localhost.

The test code completed sucesfuly, and I validated that the rows were present in the tmp table via the Accumulo shell.

drewfarris avatar Aug 16 '23 23:08 drewfarris