You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/05/14 04:27:42 UTC

Hive-trunk-h0.21 - Build # 1428 - Still Failing

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)




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 #1428)

Status: Still Failing

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

Hive-trunk-h0.21 - Build # 1434 - Fixed

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)


Changes for Build #1434
[cws] HIVE-3014 [jira] Fix metastore test failures caused by HIVE-2757
(Zhenxiao Luo via Carl Steinbach)

Summary: HIVE-3014: Fix metastore test failures caused by HIVE-2757

Test Plan: EMPTY

Reviewers: JIRA, cwsteinbach

Reviewed By: cwsteinbach

Differential Revision: https://reviews.facebook.net/D3213




All tests passed

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

Status: Fixed

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

Hive-trunk-h0.21 - Build # 1433 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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.

Hive-trunk-h0.21 - Build # 1432 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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



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.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)


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.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)


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.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785)




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

Status: Still Failing

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

Hive-trunk-h0.21 - Build # 1431 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)




No tests ran.

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

Status: Still Failing

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

Hive-trunk-h0.21 - Build # 1430 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)




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 #1430)

Status: Still Failing

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

Hive-trunk-h0.21 - Build # 1429 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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



No tests ran.

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

Status: Still Failing

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