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/31 03:23:15 UTC

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

Changes for Build #1571
[namit] HIVE-2101 mapjoin sometimes gives wrong results if there is a filter in the on condition
(Navis via namit)


Changes for Build #1572

Changes for Build #1573

Changes for Build #1574

Changes for Build #1575
[namit] HIVE-3218 Stream table of SMBJoin/BucketMapJoin with two or more 
          partitions is not handled properly (Navis via namit)


Changes for Build #1576
[namit] HIVE-3311 Convert runtime exceptions to semantic exceptions for 
validation of alter table commands (Sambavi Muthukrishnan via namit)


Changes for Build #1577



No tests ran.

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

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1571
[namit] HIVE-2101 mapjoin sometimes gives wrong results if there is a filter in the on condition
(Navis via namit)


Changes for Build #1572

Changes for Build #1573

Changes for Build #1574

Changes for Build #1575
[namit] HIVE-3218 Stream table of SMBJoin/BucketMapJoin with two or more 
          partitions is not handled properly (Navis via namit)


Changes for Build #1576
[namit] HIVE-3311 Convert runtime exceptions to semantic exceptions for 
validation of alter table commands (Sambavi Muthukrishnan via namit)


Changes for Build #1577

Changes for Build #1578
[namit] HIVE-3310 [Regression] TestMTQueries test is failing on trunk
(Navis via namit)

[namit] HIVE-3314 Extract global limit configuration to optimizer
(Navis via namit)


Changes for Build #1579
[hashutosh] HIVE-3303: Fix error code inconsistency bug in mapreduce_stack_trace.q and mapreduce_stack_trace_turnoff.q when running hive on hadoop23 (Zhenxiao Luo via Ashutosh Chauhan)

[namit] HIVE-3238 A table generating, table generating function
(Edward via namit)


Changes for Build #1580



All tests passed

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

Status: Fixed

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1571
[namit] HIVE-2101 mapjoin sometimes gives wrong results if there is a filter in the on condition
(Navis via namit)


Changes for Build #1572

Changes for Build #1573

Changes for Build #1574

Changes for Build #1575
[namit] HIVE-3218 Stream table of SMBJoin/BucketMapJoin with two or more 
          partitions is not handled properly (Navis via namit)


Changes for Build #1576
[namit] HIVE-3311 Convert runtime exceptions to semantic exceptions for 
validation of alter table commands (Sambavi Muthukrishnan via namit)


Changes for Build #1577

Changes for Build #1578
[namit] HIVE-3310 [Regression] TestMTQueries test is failing on trunk
(Navis via namit)

[namit] HIVE-3314 Extract global limit configuration to optimizer
(Navis via namit)


Changes for Build #1579
[hashutosh] HIVE-3303: Fix error code inconsistency bug in mapreduce_stack_trace.q and mapreduce_stack_trace_turnoff.q when running hive on hadoop23 (Zhenxiao Luo via Ashutosh Chauhan)

[namit] HIVE-3238 A table generating, table generating function
(Edward via namit)




2 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:10729)
	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)


REGRESSION:  org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testNegativeCliDriver_minimr_broken_pipe

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.TestNegativeMinimrCliDriver.testNegativeCliDriver_minimr_broken_pipe(TestNegativeMinimrCliDriver.java:290)
	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 #1579)

Status: Still Failing

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Changes for Build #1571
[namit] HIVE-2101 mapjoin sometimes gives wrong results if there is a filter in the on condition
(Navis via namit)


Changes for Build #1572

Changes for Build #1573

Changes for Build #1574

Changes for Build #1575
[namit] HIVE-3218 Stream table of SMBJoin/BucketMapJoin with two or more 
          partitions is not handled properly (Navis via namit)


Changes for Build #1576
[namit] HIVE-3311 Convert runtime exceptions to semantic exceptions for 
validation of alter table commands (Sambavi Muthukrishnan via namit)


Changes for Build #1577

Changes for Build #1578
[namit] HIVE-3310 [Regression] TestMTQueries test is failing on trunk
(Navis via namit)

[namit] HIVE-3314 Extract global limit configuration to optimizer
(Navis via namit)




1 tests failed.
FAILED:  org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_stats_aggregator_error_1

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
	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)




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

Status: Still Failing

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