Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D47F10AC7 for ; Fri, 6 Sep 2013 17:20:03 +0000 (UTC) Received: (qmail 84964 invoked by uid 500); 6 Sep 2013 17:18:33 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84520 invoked by uid 500); 6 Sep 2013 17:18:29 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 84372 invoked by uid 500); 6 Sep 2013 17:18:26 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84237 invoked by uid 99); 6 Sep 2013 17:17:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 17:17:51 +0000 Date: Fri, 6 Sep 2013 17:17:51 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-5226) orc_create.q and other orc tests fail on the branch. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760370#comment-13760370 ] Hive QA commented on HIVE-5226: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12601788/HIVE-5226.2-vectorization.patch {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 3716 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket_num_reducers org.apache.hcatalog.mapreduce.TestSequenceFileReadWrite.testTextTableWriteReadMR org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_input4 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_plan_json {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/646/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/646/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 4 tests failed {noformat} This message is automatically generated. > orc_create.q and other orc tests fail on the branch. > ---------------------------------------------------- > > Key: HIVE-5226 > URL: https://issues.apache.org/jira/browse/HIVE-5226 > Project: Hive > Issue Type: Sub-task > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Attachments: HIVE-5226.1-vectorization.patch, HIVE-5226.2-vectorization.patch > > > All these tests fail with the following trace: > [junit] java.lang.AssertionError > [junit] at org.apache.hadoop.hive.ql.exec.Utilities.getBaseWork(Utilities.java:260) > [junit] at org.apache.hadoop.hive.ql.exec.Utilities.getMapWork(Utilities.java:248) > [junit] at org.apache.hadoop.hive.ql.exec.Utilities.getMapRedWork(Utilities.java:242) > [junit] at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getRecordReader(OrcInputFormat.java:170) > [junit] at org.apache.hadoop.hive.ql.exec.FetchOperator.getRecordReader(FetchOperator.java:439) > [junit] at org.apache.hadoop.hive.ql.exec.FetchOperator.getNextRow(FetchOperator.java:519) > [junit] at org.apache.hadoop.hive.ql.exec.FetchOperator.pushRow(FetchOperator.java:495) > [junit] at org.apache.hadoop.hive.ql.exec.FetchTask.fetch(FetchTask.java:136) > [junit] at org.apache.hadoop.hive.ql.Driver.getResults(Driver.java:1487) > [junit] at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:271) > [junit] at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:216) > [junit] at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:413) > [junit] at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:348) > [junit] at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:815) > [junit] at org.apache.hadoop.hive.cli.TestCliDriver.runTest(TestCliDriver.java:150) > [junit] at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_orc_create(TestCliDriver.java:110) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:597) > [junit] at junit.framework.TestCase.runTest(TestCase.java:154) > [junit] at junit.framework.TestCase.runBare(TestCase.java:127) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) > [junit] at junit.framework.TestResult.run(TestResult.java:109) > [junit] at junit.framework.TestCase.run(TestCase.java:118) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:208) > [junit] at junit.framework.TestSuite.run(TestSuite.java:203) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira