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 96289105C9 for ; Mon, 9 Feb 2015 10:43:36 +0000 (UTC) Received: (qmail 27679 invoked by uid 500); 9 Feb 2015 10:43:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 27557 invoked by uid 500); 9 Feb 2015 10:43:35 -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 27322 invoked by uid 500); 9 Feb 2015 10:43:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 27291 invoked by uid 99); 9 Feb 2015 10:43:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 10:43:35 +0000 Date: Mon, 9 Feb 2015 10:43:35 +0000 (UTC) From: "Chinna Rao Lalam (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9170) UT: udf_in_file fails with filenotfoundexception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-9170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-9170: ----------------------------------- Attachment: HIVE-9170.1-spark.patch > UT: udf_in_file fails with filenotfoundexception > ------------------------------------------------ > > Key: HIVE-9170 > URL: https://issues.apache.org/jira/browse/HIVE-9170 > Project: Hive > Issue Type: Sub-task > Components: Tests > Affects Versions: spark-branch > Reporter: Thomas Friedrich > Assignee: Chinna Rao Lalam > Priority: Minor > Attachments: HIVE-9170.1-spark.patch > > > The test case references ../../data/files/test2.dat, but for some reasons it can't find the file: > 2014-12-18 17:59:46,360 ERROR [main]: CliDriver (SessionState.java:printError(834)) - Failed with exception java.io.IOException:org.apache.hadoop.hive.ql.metadata.HiveException: java.io.FileNotFoundException: test2.dat (No such file or directory) > java.io.IOException: org.apache.hadoop.hive.ql.metadata.HiveException: java.io.FileNotFoundException: test2.dat (No such file or directory) > at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:152) > at org.apache.hadoop.hive.ql.Driver.getResults(Driver.java:1648) > at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:226) > at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:158) > at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:369) > at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:304) > at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:837) > at org.apache.hadoop.hive.cli.TestSparkCliDriver.runTest(TestSparkCliDriver.java:136) > at org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_udf_in_file(TestSparkCliDriver.java:120) -- This message was sent by Atlassian JIRA (v6.3.4#6332)