- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Building and deploying a new accumulo iterator
- Labels:
-
Apache Accumulo
Created on ‎02-08-2014 08:44 AM - edited ‎09-16-2022 01:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to build and test, deploy and make available a "special" accumulo Iterator.
I an not sure where to start, e.g. do I download a git project, do I create a jar to test, how do I make it available.
I am good at my algebras, but new to this 🙂
My environment is accumulo 1.4.3 on CDH4 QuickStart.
Used maven to import accumulo simple examples into netbeans.
Thanks,
Chris
Created ‎02-10-2014 11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Chris,
You will need to create a class that implements SortedKeyValueIterator and deploy it to your cluster. You may also want to consider extending one of the existing iterators in org.apache.accumulo.core.iterators.user if your use case is similar to something that has already been done, or for examples.
Mike
Created ‎02-10-2014 11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Chris,
You will need to create a class that implements SortedKeyValueIterator and deploy it to your cluster. You may also want to consider extending one of the existing iterators in org.apache.accumulo.core.iterators.user if your use case is similar to something that has already been done, or for examples.
Mike
