[
https://issues.apache.org/jira/browse/PIG-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832313#comment-13832313
]
Josh Elser commented on PIG-3573:
---------------------------------
A few changes that would likely raise some questions if not otherwise explained:
1. It looks like the Hadoop 1.0 line doesn't have the {{Configuration#unset}}
method which I was using. I might be able to come up with an alternative way to
address it, but I figured I'd test the waters to see if there are any reasons
to not just upgrade the dependency.
2. Upped ZooKeeper version from 3.4.4 to 3.4.5 because I, for the life of me,
couldn't get Accumulo's standalone "minicluster" testing harness (used in
AccumuloPigClusterTest) to work with 3.4.4. By the looks of ZooKeeper's release
page, 3.4.4 might have been a bad release (as they don't have it listed on the
prominently).
3. I'm a Maven person so I tried my best to do the right thing with Ant+Ivy. In
the end, I got the dependencies I needed, but I'm not sure if I did it the
"right" way.
Overall, this is still very much a bare-bones implementation. I wanted to make
sure I have a good basic set of tested functionality before getting into new
functionality/usability. Feedback is greatly appreciated :)
> 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)