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/08/13 23:15:58 UTC

Hive-trunk-h0.21 - Build # 1604 - Failure

Changes for Build #1598
[cws] HIVE-2789. query_properties.q contains non-deterministic queries (Zhenxiao Luo via cws)


Changes for Build #1599

Changes for Build #1600
[kevinwilfong] HIVE-3293. Load file into a table does not update table statistics. (njain via kevinwilfong)


Changes for Build #1601

Changes for Build #1602

Changes for Build #1603

Changes for Build #1604



1 tests failed.
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:50)
	at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1(TestNegativeCliDriver.java:10849)
	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 #1604)

Status: Failure

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1598
[cws] HIVE-2789. query_properties.q contains non-deterministic queries (Zhenxiao Luo via cws)


Changes for Build #1599

Changes for Build #1600
[kevinwilfong] HIVE-3293. Load file into a table does not update table statistics. (njain via kevinwilfong)


Changes for Build #1601

Changes for Build #1602

Changes for Build #1603

Changes for Build #1604

Changes for Build #1605
[hashutosh] HIVE-3341 [jira] Making hive tests run against different MR versions
(Sushanth Sowmyan via Ashutosh Chauhan)

Summary:
HIVE-3341 Making hive tests run against different MR versions

After we build hive, we want to have the ability to run unit tests against specific hadoop versions. Currently, the classpath constructed has multiple hadoop jars, which makes compiling okay, but running non-deterministic.

An example is HIVE-3156, where running against 0.23 shows issues with a couple of tests (which should either be shimmed out, or separated into directories the way it's done in the shims/ directory) - It would also be nice to find these issues out at test-compile time itself, rather than having them fail at test runtime.

With this patch, we can set ant variable hadoop.mr.rev to 20, 20S or 23 to test against a particular version.

Test Plan: current tests continue to work - this is a build system change

Reviewers: JIRA, ashutoshc, cwsteinbach

Reviewed By: ashutoshc

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

[namit] HIVE-3343 Hive: Query misaligned result for Group by followed by Join with filter
and skip a group-by result (Gang Tim Liu via namit)




All tests passed

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

Status: Fixed

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