[ 
https://issues.apache.org/jira/browse/PIG-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086147#comment-13086147
 ] 

Dmitriy V. Ryaboy commented on PIG-2220:
----------------------------------------

Something just occurred to me.. can you try *loading*, not storing?
If that works, then the problem is that the bit of code I pasted above only 
gets called during the loader constructor, but not the storer. That may be 
fixed in trunk, but if not, I can patch that up, it's pretty straightforward.

> Pig/HBase integration could be improved
> ---------------------------------------
>
>                 Key: PIG-2220
>                 URL: https://issues.apache.org/jira/browse/PIG-2220
>             Project: Pig
>          Issue Type: Improvement
>          Components: grunt
>    Affects Versions: 0.9.0, 0.10
>            Reporter: Roman Shaposhnik
>            Priority: Minor
>
> For now any Pig/HBase queries would require the following jars to be 
> explicitly added via Pig's register command:
> register /usr/lib/hbase/lib/zookeeper-3.3.3-cdh3u1.jar; 
> register /usr/lib/hbase/hbase-0.90.3-cdh3u1.jar; 
> register /usr/lib/hbase/lib/guava-r06.jar;
> the longer term solution, perhaps, should be to have the code at submit time 
> call hbase's 
> TableMapREduceUtil.addDependencyJar(job, HBaseStorageHandler.class) to ship 
> it in distributedcache.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to