Changes for Build #1422

Changes for Build #1423
[cws] HIVE-2979. Implement INCLUDE_HADOOP_MAJOR_VERSION test macro (Zhenxiao 
Luo via cws)

[cws] HIVE-2757. Hive can't find hadoop executor scripts without HADOOP_HOME 
set (Roman Shaposhnik via cws)


Changes for Build #1424
[kevinwilfong] HIVE-3012 hive custom scripts do not work well if the data 
contains new lines (njain via kevinwilfong)


Changes for Build #1425

Changes for Build #1426

Changes for Build #1427

Changes for Build #1428
[namit] HIVE-3018 Make the new header for RC Files introduced in HIVE-2711 
optional
(Kevin Wilfong via namit)


Changes for Build #1429

Changes for Build #1430
[namit] HIVE-3022 Add hive.exec.rcfile.use.explicit.header to 
hive-default.xml.template
(Kevin Wilfong via namit)


Changes for Build #1431
[namit] HIVE-3001 Returning Meaningful Error Codes & Messages
(Bhushan Mandhani via namit)


Changes for Build #1432

Changes for Build #1433
[namit] HIVE-2732 Reduce Sink deduplication fails if the child reduce sink is 
followed by a join
(Navis via namit)




3 tests failed.
FAILED:  
org.apache.hadoop.hive.metastore.TestMarkPartition.testMarkingPartitionSet

Error Message:
Table: tmptbl is not found.

Stack Trace:
UnknownTableException(message:Table: tmptbl is not found.)
        at 
org.apache.hadoop.hive.metastore.ObjectStore.markPartitionForEvent(ObjectStore.java:3882)
        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 
org.apache.hadoop.hive.metastore.RetryingRawStore.invoke(RetryingRawStore.java:111)
        at $Proxy4.markPartitionForEvent(Unknown Source)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.markPartitionForEvent(HiveMetaStore.java:2850)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.markPartitionForEvent(HiveMetaStoreClient.java:1213)
        at 
org.apache.hadoop.hive.metastore.TestMarkPartition.testMarkingPartitionSet(TestMarkPartition.java:73)
        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:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:243)
        at junit.framework.TestSuite.run(TestSuite.java:238)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)


FAILED:  
org.apache.hadoop.hive.metastore.TestMarkPartitionRemote.testMarkingPartitionSet

Error Message:
Table: tmptbl is not found.

Stack Trace:
UnknownTableException(message:Table: tmptbl is not found.)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$markPartitionForEvent_result.read(ThriftHiveMetastore.java:49773)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_markPartitionForEvent(ThriftHiveMetastore.java:1738)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.markPartitionForEvent(ThriftHiveMetastore.java:1722)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.markPartitionForEvent(HiveMetaStoreClient.java:1213)
        at 
org.apache.hadoop.hive.metastore.TestMarkPartition.testMarkingPartitionSet(TestMarkPartition.java:73)
        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:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:243)
        at junit.framework.TestSuite.run(TestSuite.java:238)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)


FAILED:  
org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener

Error Message:
There is no database named tmpdb

Stack Trace:
NoSuchObjectException(message:There is no database named tmpdb)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_result.read(ThriftHiveMetastore.java:7889)
        at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_database(ThriftHiveMetastore.java:373)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_database(ThriftHiveMetastore.java:360)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:696)
        at 
org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener(TestMetaStoreEventListener.java:191)
        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:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:243)
        at junit.framework.TestSuite.run(TestSuite.java:238)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)




The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1433)

Status: Still Failing

Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1433/ to 
view the results.

Reply via email to