accumulo-python3
accumulo-python3 copied to clipboard
Update python client for latest accumulo-proxy and accumulo:2.1.1
Update accumulo.thrift to latest accumulo-proxy generated thrift bindings. Update accumulo.core to match. Add dockerfile for testing in cluster.
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.