Sunday, May 18, 2014

Apache Accumulo rFile Generation and Import

I wrote a very quick project to demonstrate how to generate Apache Accumulo rFile in HDFS in a location of your choice and then upload it into Apache Accumulo of your choice. Some configuration will be required. The project is still work in progress... but it will give you what you need if you are looking how to generate Accumulo records programmatically, store them in HDFS and later import them into your Accumulo instance.

Source code: https://github.com/krinkere/rFileGenerator

No comments:

Post a Comment