Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9B35D200BBD for ; Tue, 8 Nov 2016 09:44:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 99C34160B0A; Tue, 8 Nov 2016 08:44:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E7B56160B14 for ; Tue, 8 Nov 2016 09:43:59 +0100 (CET) Received: (qmail 12159 invoked by uid 500); 8 Nov 2016 08:43:59 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 11949 invoked by uid 99); 8 Nov 2016 08:43:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 08:43:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D93A42C2AB6 for ; Tue, 8 Nov 2016 08:43:58 +0000 (UTC) Date: Tue, 8 Nov 2016 08:43:58 +0000 (UTC) From: "Adam Szita (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-3464) Pig doesn't handle hbase://query/ properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 08:44:00 -0000 [ 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: > 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)