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 341CB10334 for ; Fri, 7 Jun 2013 19:14:22 +0000 (UTC) Received: (qmail 66429 invoked by uid 500); 7 Jun 2013 19:14:21 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 66366 invoked by uid 500); 7 Jun 2013 19:14:21 -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 66324 invoked by uid 500); 7 Jun 2013 19:14:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 66306 invoked by uid 99); 7 Jun 2013 19:14:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2013 19:14:21 +0000 Date: Fri, 7 Jun 2013 19:14:21 +0000 (UTC) From: "Renata Ghisloti Duarte de Souza (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-3685) TestCliDriver (script_pipe.q) failed with IBM JDK 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-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Renata Ghisloti Duarte de Souza updated HIVE-3685: -------------------------------------------------- Affects Version/s: 0.11.0 > TestCliDriver (script_pipe.q) failed with IBM JDK > ------------------------------------------------- > > Key: HIVE-3685 > URL: https://issues.apache.org/jira/browse/HIVE-3685 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.7.1, 0.8.0, 0.9.0, 0.11.0 > Environment: ant-1.8.2 > IBM JDK 1.6 > Reporter: Bing Li > Assignee: Bing Li > Fix For: 0.8.0, 0.9.0 > > Attachments: HIVE-3685.1.patch-trunk.txt, HIVE_3685.patch > > > 1 failed: TestCliDriver (script_pipe.q) > [junit] Begin query: script_pipe.q > [junit] java.io.IOException: No such file or directory > [junit] at java.io.FileOutputStream.writeBytes(Native Method) > [junit] at java.io.FileOutputStream.write(FileOutputStream.java:293) > [junit] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:76) > [junit] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:134) > [junit] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:135) > [junit] at java.io.DataOutputStream.flush(DataOutputStream.java:117) > [junit] at org.apache.hadoop.hive.ql.exec.TextRecordWriter.close(TextRecordWriter.java:48) > [junit] at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:365) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.ExecReducer.close(ExecReducer.java:303) > [junit] at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:473) > [junit] at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) > [junit] at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:216) > [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing .. > [junit] at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:452) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.ExecReducer.close(ExecReducer.java:303) > [junit] at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:473) > [junit] at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) > [junit] at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:216) > [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing .. > [junit] at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:452) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.ExecReducer.close(ExecReducer.java:303) > [junit] at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:473) > [junit] at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) > [junit] at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:216) > [junit] org.apache.hadoop.hive.ql.metadata.HiveException: Hit error while closing .. > [junit] at org.apache.hadoop.hive.ql.exec.ScriptOperator.close(ScriptOperator.java:452) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.Operator.close(Operator.java:566) > [junit] at org.apache.hadoop.hive.ql.exec.ExecReducer.close(ExecReducer.java:303) > [junit] at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:473) > [junit] at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) > [junit] at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:216) > [junit] Ended Job = job_local_0001 with errors > [junit] Error during job, obtaining debugging information... > [junit] Exception: Client Execution failed with error code = 9 > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs. > [junit] junit.framework.AssertionFailedError: Client Execution failed with error code = 9 > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs. > [junit] at junit.framework.Assert.fail(Assert.java:50) > [junit] at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_script_pipe(TestCliDriver.java:109) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) > [junit] at java.lang.reflect.Method.invoke(Method.java:611) > [junit] at junit.framework.TestCase.runTest(TestCase.java:168) > [junit] at junit.framework.TestCase.runBare(TestCase.java:134) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:110) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:128) > [junit] at junit.framework.TestResult.run(TestResult.java:113) > [junit] at junit.framework.TestCase.run(TestCase.java:124) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:243) > [junit] at junit.framework.TestSuite.run(TestSuite.java:238) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) > [junit] Cleaning up TestCliDriver > [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 12.011 sec > [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED > [for] /home/libing/Round-5/ibm-hive-0.8.0/ql/build.xml: The following error occurred while executing this line: > [for] /home/libing/Round-5/ibm-hive-0.8.0/build.xml:317: The following error occurred while executing this line: > [for] /home/libing/Round-5/ibm-hive-0.8.0/build-common.xml:406: Tests failed! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira