-4

I am involved in one POC, which will take data from HDFS and store it to apache accumulo. I have gone through various articles, but didn't find any possible solution.

Looking for guidance in this regard.

MikeD
  • 3,348
  • 1
  • 23
  • 36
Manish
  • 33
  • 2
  • Are you looking for something like [the importtsv command from Apache HBase](http://hbase.apache.org/book.html#importtsv), but for Accumulo? – Sean Busbey Jan 24 '17 at 22:25

1 Answers1

3

I guess you missed the Java Apidocs and the section in the Accumulo User Manual on Writing Accumulo Clients.

I also guess you missed the integrations with other related software projects like Apache Pig, Apache Hive, and Presto.

edit: sorry this came off a lot nastier than it should have been -- I would encourage you to read the docs more thoroughly in advance before asking such generic questions like this in the future.

elserj
  • 1,236
  • 6
  • 6