Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4C1F1871A for ; Mon, 4 May 2015 21:02:06 +0000 (UTC) Received: (qmail 98018 invoked by uid 500); 4 May 2015 21:02:06 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 97998 invoked by uid 500); 4 May 2015 21:02:06 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 97929 invoked by uid 99); 4 May 2015 21:02:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 21:02:06 +0000 Date: Mon, 4 May 2015 21:02:06 +0000 (UTC) From: =?utf-8?Q?Sergio_Pe=C3=B1a_=28JIRA=29?= To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10597) Relative path doesn't work with CREATE TABLE LOCATION 'relative/path' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-10597?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Pe=C3=B1a updated HIVE-10597: ------------------------------- Priority: Minor (was: Critical) > Relative path doesn't work with CREATE TABLE LOCATION 'relative/path' > --------------------------------------------------------------------- > > Key: HIVE-10597 > URL: https://issues.apache.org/jira/browse/HIVE-10597 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Reuben Kuhnert > Assignee: Reuben Kuhnert > Priority: Minor > Attachments: HIVE-10597.01.patch > > > {code} > 0: jdbc:hive2://a2110.halxg.cloudera.com:1000> CREATE EXTERNAL TABLE IF N= OT EXISTS mydb.employees3 like mydb.employees LOCATION 'data/stock'; > Error: Error while processing statement: FAILED: Execution Error, return = code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:j= ava.lang.NullPointerException) (state=3D08S01,code=3D1) > 0: jdbc:hive2://a2110.halxg.cloudera.com:1000> CREATE EXTERNAL TABLE IF N= OT EXISTS mydb.employees3 like mydb.employees LOCATION '/user/hive/data/sto= ck'; > No rows affected (0.369 seconds) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)