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

Daniel Dai commented on PIG-1769:
---------------------------------

Definitely a new issue. A closed ticket cannot be reopened.

> Consistency for HBaseStorage
> ----------------------------
>
>                 Key: PIG-1769
>                 URL: https://issues.apache.org/jira/browse/PIG-1769
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.8.0
>            Reporter: Corbin Hoenes
>            Assignee: Dmitriy V. Ryaboy
>             Fix For: 0.9.0
>
>         Attachments: PIG_1769.patch
>
>
> In our load statement we are allowed to prefix the table name with "hbase://" 
> but when we call
> store it throws an exception unless we remove hbase:// from the table
> name:
> this works:
> store raw into 'piggytest2' USING
> org.apache.pig.backend.hadoop.hbase.HBaseStorage('content2:field1
> anchor2:field1a anchor2:field2a');
> this won't
> store raw into 'hbase://piggytest2'
> Exception:
> Caused by: java.lang.IllegalArgumentException:
> java.net.URISyntaxException: Relative path in absolute URI:
> hbase://piggytest2_logs
> Would be nice to be able to prefix the store with hbase:// so it's consistent 
> with the load syntax



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to