[
https://issues.apache.org/jira/browse/PHOENIX-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Szita updated PHOENIX-3464:
--------------------------------
Attachment: PHOENIX-3464.patch
> Pig doesn't handle hbase://query/ properly
> ------------------------------------------
>
> Key: PHOENIX-3464
> URL: https://issues.apache.org/jira/browse/PHOENIX-3464
> Project: Phoenix
> Issue Type: Bug
> Environment: Pig
> Reporter: Adam Szita
> Labels: Pig
> Attachments: PHOENIX-3464.patch
>
>
> {code}
> A = load 'hbase://query/SELECT ID,NAME,DATE FROM HIRES WHERE DATE >
> TO_DATE('1990-12-21 05:55:00.000');
> STORE A into 'output';
> {code}
> This will throw an exception in pig:
> Caused by: Failed to parse: Pig script failed to parse:
> <line 1, column 23> pig script failed to validate:
> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative
> path in absolute URI...
> Reason is that setHdfsServers method is called in pig, see PIG-4939
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)