i want to write stream data to accumulo!. There is any API for accumulo to write data. It is possible in python instead of java?
Asked
Active
Viewed 188 times
-3
-
Can you improve your question? It seems like the answer to this question, as it stands, could be easily obtained from either Google or Accumulo's website https://accumulo.apache.org and reading its documentation. – Christopher Feb 19 '16 at 01:32
1 Answers
1
See the BatchWriter with you instantiate via Connector. The Accumulo Thrift Proxy enables non-Java clients to interact with Accumulo.

elserj
- 1,236
- 6
- 6
-
Can you please describe bit more in detail.im not getting it after alot of google. – Munam Tariq Feb 18 '16 at 22:43
-
thankx @Mike it seems intresting.ill go through it.it might be helpfull thnkyou. – Munam Tariq Feb 19 '16 at 01:04