[ https://issues.apache.org/jira/browse/HIVE-5637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804571#comment-13804571 ]
Hive QA commented on HIVE-5637: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12609968/HIVE-5637.1.patch.txt {color:green}SUCCESS:{color} +1 4470 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1230/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1230/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. > 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 > 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)