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/07/06 01:08:17 UTC

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

Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527



3 tests failed.
FAILED:  org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_partition_wise_fileformat

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
	at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
	at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:324)
	at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)


REGRESSION:  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:50)
	at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1(TestNegativeCliDriver.java:10642)
	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: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.service.TestHiveServerSessions.testSessionVars

Error Message:
java.net.ConnectException: Connection refused

Stack Trace:
org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
	at org.apache.thrift.transport.TSocket.open(TSocket.java:183)
	at org.apache.hadoop.hive.service.TestHiveServerSessions.setUp(TestHiveServerSessions.java:59)
	at junit.framework.TestCase.runBare(TestCase.java:132)
	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)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at org.apache.thrift.transport.TSocket.open(TSocket.java:178)
	... 13 more




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

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530

Changes for Build #1531

Changes for Build #1532

Changes for Build #1533

Changes for Build #1534

Changes for Build #1535



All tests passed

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

Status: Fixed

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530

Changes for Build #1531

Changes for Build #1532

Changes for Build #1533

Changes for Build #1534



No tests ran.

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

Status: Still Failing

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

Hive-trunk-h0.21 - Build # $BUILD_NUMBER - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530

Changes for Build #1531

Changes for Build #1532

Changes for Build #1533



No tests ran.

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

Status: Still Failing

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

Hive-trunk-h0.21 - Build # $BUILD_NUMBER - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530

Changes for Build #1531

Changes for Build #1532



No tests ran.

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

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530

Changes for Build #1531



No tests ran.

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

Status: Still Failing

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

Hive-trunk-h0.21 - Build # $BUILD_NUMBER - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529

Changes for Build #1530



No tests ran.

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

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528

Changes for Build #1529



No tests ran.

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

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1519

Changes for Build #1520

Changes for Build #1521

Changes for Build #1522
[hashutosh] HIVE-3172 : Remove the duplicate JAR entries from the (“test.classpath”) to avoid command line exceeding char limit on windows (Kanna Karanam via Ashutosh Chauhan)


Changes for Build #1524
[hashutosh] HIVE-3207 : FileUtils.tar does not close input files (Navis Ryu via Ashutosh Chauhan)


Changes for Build #1525

Changes for Build #1526
[hashutosh] HIVE-3146 : Support external hive tables whose data are stored in Azure blob store/Azure Storage Volumes (ASV) (Kanna Karanam via Ashutosh Chauhan)

[cws] HIVE-3100. Add HiveCLI that runs over JDBC (Prasad Mujumdar via cws)


Changes for Build #1527

Changes for Build #1528



No tests ran.

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

Status: Still Failing

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