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

[jira] [Created] (HIVE-5637) Sporadic minimr test failure

Navis created HIVE-5637:
---------------------------

             Summary: 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


{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)