You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2013/10/07 04:24:51 UTC

[jira] [Updated] (HIVE-3685) TestCliDriver (script_pipe.q) failed with IBM JDK

     [ https://issues.apache.org/jira/browse/HIVE-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thejas M Nair updated HIVE-3685:
--------------------------------

    Fix Version/s:     (was: 0.12.0)
                       (was: 0.9.0)
                       (was: 0.8.0)

Preparing for 0.12 release. Removing fix version of 0.12 for those that are not in 0.12 branch.


> 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
>         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 was sent by Atlassian JIRA
(v6.1#6144)