-3

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?

Community
  • 1
  • 1
Munam Tariq
  • 160
  • 1
  • 3
  • 13
  • 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 Answers1

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