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

Yi Zhou updated HIVE-10056:
---------------------------
    Description: 
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,120.912 sec 
<<< FAILURE! - in org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver
testCliDriver_encryption_join_with_different_encryption_keys(org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver)
  Time elapsed: 98.067 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Unexpected exception 
junit.framework.AssertionFailedError: Client Execution failed with error code = 
2 running
INSERT OVERWRITE TABLE table_key_2 SELECT * FROM src
See ./ql/target/tmp/log/hive.log or ./itests/qtest/target/tmp/log/hive.log, or 
check ./ql/target/surefire-reports or ./itests/qtest/target/surefire-reports/ 
for specific test cases logs.
        at junit.framework.Assert.fail(Assert.java:57)
        at org.apache.hadoop.hive.ql.QTestUtil.failed(QTestUtil.java:1967)
        at 
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.runTest(TestEncryptedHDFSCliDriver.java:190)
        at 
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_join_with_different_encryption_keys(TestEncryptedHDFSCliDriver.java:156)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

 running
INSERT OVERWRITE TABLE table_key_2 SELECT * FROM src
See ./ql/target/tmp/log/hive.log or ./itests/qtest/target/tmp/log/hive.log, or 
check ./ql/target/surefire-reports or ./itests/qtest/target/surefire-reports/ 
for specific test cases logs.
        at junit.framework.Assert.fail(Assert.java:57)
        at org.apache.hadoop.hive.ql.QTestUtil.failed(QTestUtil.java:1988)
        at 
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.runTest(TestEncryptedHDFSCliDriver.java:198)
        at 
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_join_with_different_encryption_keys(TestEncryptedHDFSCliDriver.java:156)

> The integration test case of  TestEncryptedHDFSCliDriver got failure on 
> encryption_join_with_different_encryption_keys.q
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-10056
>                 URL: https://issues.apache.org/jira/browse/HIVE-10056
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: Yi Zhou
>
> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,120.912 sec 
> <<< FAILURE! - in org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver
> testCliDriver_encryption_join_with_different_encryption_keys(org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver)
>   Time elapsed: 98.067 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: Unexpected exception 
> junit.framework.AssertionFailedError: Client Execution failed with error code 
> = 2 running
> INSERT OVERWRITE TABLE table_key_2 SELECT * FROM src
> See ./ql/target/tmp/log/hive.log or ./itests/qtest/target/tmp/log/hive.log, 
> or check ./ql/target/surefire-reports or 
> ./itests/qtest/target/surefire-reports/ for specific test cases logs.
>         at junit.framework.Assert.fail(Assert.java:57)
>         at org.apache.hadoop.hive.ql.QTestUtil.failed(QTestUtil.java:1967)
>         at 
> org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.runTest(TestEncryptedHDFSCliDriver.java:190)
>         at 
> org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_join_with_different_encryption_keys(TestEncryptedHDFSCliDriver.java:156)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:497)
>         at junit.framework.TestCase.runTest(TestCase.java:176)
>         at junit.framework.TestCase.runBare(TestCase.java:141)
>         at junit.framework.TestResult$1.protect(TestResult.java:122)
>         at junit.framework.TestResult.runProtected(TestResult.java:142)
>         at junit.framework.TestResult.run(TestResult.java:125)
>         at junit.framework.TestCase.run(TestCase.java:129)
>         at junit.framework.TestSuite.runTest(TestSuite.java:255)
>         at junit.framework.TestSuite.run(TestSuite.java:250)
>         at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
>         at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>         at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>         at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>         at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>         at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>         at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
>  running
> INSERT OVERWRITE TABLE table_key_2 SELECT * FROM src
> See ./ql/target/tmp/log/hive.log or ./itests/qtest/target/tmp/log/hive.log, 
> or check ./ql/target/surefire-reports or 
> ./itests/qtest/target/surefire-reports/ for specific test cases logs.
>         at junit.framework.Assert.fail(Assert.java:57)
>         at org.apache.hadoop.hive.ql.QTestUtil.failed(QTestUtil.java:1988)
>         at 
> org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.runTest(TestEncryptedHDFSCliDriver.java:198)
>         at 
> org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_join_with_different_encryption_keys(TestEncryptedHDFSCliDriver.java:156)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to