[ https://issues.apache.org/jira/browse/HIVE-5637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806293#comment-13806293 ]
Hudson commented on HIVE-5637: ------------------------------ SUCCESS: Integrated in Hive-trunk-hadoop1-ptest #215 (See [https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/215/]) HIVE-5637 : Sporadic minimr test failure (Navis via Ashutosh Chauhan) (hashutosh: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1535510) * /hive/trunk/ql/src/test/queries/clientpositive/import_exported_table.q > Sporadic minimr test failure > ---------------------------- > > Key: HIVE-5637 > URL: https://issues.apache.org/jira/browse/HIVE-5637 > Project: Hive > Issue Type: Test > Components: Tests > Reporter: Navis > Assignee: Navis > Priority: Trivial > Fix For: 0.13.0 > > Attachments: HIVE-5637.1.patch.txt > > > {noformat} > ant test -Dtestcase=TestMinimrCliDriver > -Dqfile=import_exported_table.q,load_hdfs_file_with_space_in_the_name.q > -Dmodule=ql > {noformat} > Fails with message like this. > {noformat} > Begin query: load_hdfs_file_with_space_in_the_name.q > mkdir: cannot create directory hdfs:///tmp/test/: File exists > Exception: Client Execution failed with error code = -1 > See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get > more logs. > junit.framework.AssertionFailedError: Client Execution failed with error code > = -1 > See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get > more logs. > at junit.framework.Assert.fail(Assert.java:47) > at > org.apache.hadoop.hive.cli.TestMinimrCliDriver.runTest(TestMinimrCliDriver.java:349) > at > org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_load_hdfs_file_with_space_in_the_name(TestMinimrCliDriver.java:291) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at junit.framework.TestCase.runTest(TestCase.java:154) > at junit.framework.TestCase.runBare(TestCase.java:127) > at junit.framework.TestResult$1.protect(TestResult.java:106) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.framework.TestResult.run(TestResult.java:109) > at junit.framework.TestCase.run(TestCase.java:118) > at junit.framework.TestSuite.runTest(TestSuite.java:208) > at junit.framework.TestSuite.run(TestSuite.java:203) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:520) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1060) > at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:911) > {noformat} -- This message was sent by Atlassian JIRA (v6.1#6144)