Changes for Build #1672

Changes for Build #1673

Changes for Build #1674
[namit] HIVE-3422 Support partial partition specifications in when 
enabling/disabling protections in Hive
(Jean Xu via namit)


Changes for Build #1675

Changes for Build #1676
[cws] HIVE-3443. Hive Metatool should take serde_param_key from the user to 
allow for changes to avro serde's schema url key (Shreepadma Venugopalan via 
cws)


Changes for Build #1677

Changes for Build #1678
[cws] Backout HIVE-3443 (cws)


Changes for Build #1679
[kevinwilfong] HIVE-3086. Skewed Join Optimization. njain via kevinwilfong


Changes for Build #1680

Changes for Build #1681
[cws] HIVE-3450. Hive maven-publish ant task should be configurable (Travis 
Crawford via cws)


Changes for Build #1682
[hashutosh] HIVE-3461 : hive unit tests fail to get lock using zookeeper on 
windows (Thejas Nair via Ashutosh Chauhan)


Changes for Build #1683

Changes for Build #1684

Changes for Build #1685

Changes for Build #1686

Changes for Build #1687
[hashutosh] HIVE-3487 : Some of the Metastore unit tests failing on Windows 
because of the static variables initialization problem in HiveConf class. 
(Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3443. Hive Metatool should take serde_param_key from the user to 
allow for changes to avro serde's schema url key (Shreepadma Venugopalan via 
cws)


Changes for Build #1688
[namit] HIVE-3496 Query plan for multi-join where the third table joined is a 
subquery containing a map-only 
union with hive.auto.convert.join=true is wrong
(Kevin Wilfong via namit)


Changes for Build #1689

Changes for Build #1690



2 tests failed.
REGRESSION:  
org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener

Error Message:
java.net.SocketException: Broken pipe

Stack Trace:
org.apache.thrift.transport.TTransportException: java.net.SocketException: 
Broken pipe
        at 
org.apache.thrift.transport.TIOStreamTransport.write(TIOStreamTransport.java:147)
        at 
org.apache.thrift.protocol.TBinaryProtocol.writeI32(TBinaryProtocol.java:163)
        at 
org.apache.thrift.protocol.TBinaryProtocol.writeString(TBinaryProtocol.java:186)
        at 
org.apache.thrift.protocol.TBinaryProtocol.writeMessageBegin(TBinaryProtocol.java:92)
        at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:62)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.send_get_database(ThriftHiveMetastore.java:372)
        at 
org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_database(ThriftHiveMetastore.java:364)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabase(HiveMetaStoreClient.java:705)
        at 
org.apache.hadoop.hive.metastore.TestMetaStoreEventListener.testListener(TestMetaStoreEventListener.java:190)
        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:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        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)
Caused by: java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at 
org.apache.thrift.transport.TIOStreamTransport.write(TIOStreamTransport.java:145)
        ... 23 more


FAILED:  
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1

Error Message:
Unexpected exception See build/ql/tmp/hive.log, or try "ant test ... 
-Dtest.silent=false" to get more logs.

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception
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.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1(TestNegativeCliDriver.java:11512)
        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:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        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 #1690)

Status: Failure

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

Reply via email to