Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 840C41085E for ; Fri, 28 Feb 2014 19:39:16 +0000 (UTC) Received: (qmail 92824 invoked by uid 500); 28 Feb 2014 19:38:46 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 92646 invoked by uid 500); 28 Feb 2014 19:38:41 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 92030 invoked by uid 500); 28 Feb 2014 19:38:28 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 91722 invoked by uid 99); 28 Feb 2014 19:38:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Feb 2014 19:38:21 +0000 Date: Fri, 28 Feb 2014 19:38:21 +0000 (UTC) From: "Hari Sankar Sivarama Subramaniyan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: =?utf-8?Q?[jira]_[Updated]_(HIVE-6137)_Hive_should_report_?= =?utf-8?Q?that_the_file/path_doesn?= =?utf-8?Q?=E2=80=99t_exist_when_it_doesn=E2=80=99t?= 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-6137?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sankar Sivarama Subramaniyan updated HIVE-6137: ---------------------------------------------------- Attachment: HIVE-6137.4.patch 1. Addressed rb comments 2. Modified external1.q slightly so as to prevent the appearance of "A mask= ed pattern was here" in the .q.out file > Hive should report that the file/path doesn=E2=80=99t exist when it doesn= =E2=80=99t > ------------------------------------------------------------------- > > Key: HIVE-6137 > URL: https://issues.apache.org/jira/browse/HIVE-6137 > Project: Hive > Issue Type: Bug > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-6137.1.patch, HIVE-6137.2.patch, HIVE-6137.3.pa= tch, HIVE-6137.4.patch > > > Hive should report that the file/path doesn=E2=80=99t exist when it doesn= =E2=80=99t (it now reports SocketTimeoutException): > Execute a Hive DDL query with a reference to a non-existent blob (such as= CREATE EXTERNAL TABLE...) and check Hive logs (stderr): > FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exe= c.DDLTask. MetaException(message:Got exception: java.io.IOException) > This error message is not detailed enough. If a file doesn't exist, Hive = should report that it received an error while trying to locate the file. -- This message was sent by Atlassian JIRA (v6.1.5#6160)