[
https://issues.apache.org/jira/browse/PIG-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832314#comment-13832314
]
Josh Elser commented on PIG-3573:
---------------------------------
Also, this patch depends on a SNAPSHOT version of Accumulo 1.5. I had to make
some upstream changes in how our InputFormat works which hasn't been officially
released yet. We're in the midst of closing out a 1.6.0 release, but I want to
get a 1.5.1 release in the near future as well. My thought was to just use
reflection as needed to support any API changes we have in Accumulo between our
1.5 and 1.6 lines, so the patch will need to change a bit more as I get tagged
releases I can depend on to provide to you all.
> Provide StoreFunc and LoadFunc for Accumulo
> -------------------------------------------
>
> Key: PIG-3573
> URL: https://issues.apache.org/jira/browse/PIG-3573
> Project: Pig
> Issue Type: New Feature
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: 0.13.0
>
> Attachments:
> 0001-PIG-3573-Initial-contribution-of-accumulo-store-load.patch
>
>
> Accumulo has some code to allow reading and writing from it through Pig. I've
> been working on making it more robust and would like to try to get it
> included into Pig (to avoid the necessity to bundle additional jars).
> Some info on what currently exists
> http://people.apache.org/~elserj/accumulo-pig/, and the current code
> https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git
> 1. Need to translate Maven build into Ant+Ivy
> 2. Need to figure out how to support Accumulo 1.4 and 1.5 builds (differences
> in dependencies and APIs)
--
This message was sent by Atlassian JIRA
(v6.1#6144)