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 ECDB0993C for ; Wed, 8 Feb 2012 11:15:23 +0000 (UTC) Received: (qmail 13390 invoked by uid 500); 8 Feb 2012 11:15:23 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 12953 invoked by uid 500); 8 Feb 2012 11:15:22 -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 12811 invoked by uid 500); 8 Feb 2012 11:15:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 12808 invoked by uid 99); 8 Feb 2012 11:15:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 11:15:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2012 11:15:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5AD901AA83B for ; Wed, 8 Feb 2012 11:14:57 +0000 (UTC) Date: Wed, 8 Feb 2012 11:14:57 +0000 (UTC) From: "Carl Steinbach (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <176902696.14244.1328699697373.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <401105568.11685.1328660823362.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2782) New BINARY type produces unexpected results with supported UDFS when using MapReduce2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2782?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2782: --------------------------------- Assignee: Carl Steinbach (was: Zhenxiao Luo) Status: Patch Available (was: Open) =20 > New BINARY type produces unexpected results with supported UDFS when usin= g MapReduce2 > -------------------------------------------------------------------------= ------------ > > Key: HIVE-2782 > URL: https://issues.apache.org/jira/browse/HIVE-2782 > Project: Hive > Issue Type: Bug > Reporter: Zhenxiao Luo > Assignee: Carl Steinbach > Attachments: HIVE-2782.D1653.1.patch, HIVE-2782.D1653.1.patch > > > When using MapReduce2 for Hive > ba_table_udfs is failing with unexpected output: > [junit] Begin query: ba_table_udfs.q > [junit] 12/01/23 13:32:28 WARN conf.Configuration: mapred.system.dir is d= eprecated. Instead, use mapreduce.jobtracker.system.dir > [junit] 12/01/23 13:32:28 WARN conf.Configuration: mapred.local.dir is de= precated. Instead, use mapreduce.cluster.local.dir > [junit] diff -a -I file: -I pfile: -I hdfs: -I /tmp/ -I invalidscheme: -I= lastUpdateTime -I lastAccessTime -I [Oo]wner -I CreateTime -I LastAccessTi= me -I Location -I LOCATION ' -I transient_lastDdlTime -I last_modified_ -I = java.lang.RuntimeException -I at org -I at sun -I at java -I at junit -I Ca= used by: -I LOCK_QUERYID: -I LOCK_TIME: -I grantTime -I [.][.][.] [0-9]* mo= re -I job_[0-9]*_[0-9]* -I USING 'java -cp /home/cloudera/Code/hive/build/q= l/test/logs/clientpositive/ba_table_udfs.q.out /home/cloudera/Code/hive/ql/= src/test/results/clientpositive/ba_table_udfs.q.out > [junit] 20,26c20,26 > [junit] < 2=0910val_10=091 > [junit] < 3=09164val_164=091 > [junit] < 3=09150val_150=091 > [junit] < 2=0918val_18=091 > [junit] < 3=09177val_177=091 > [junit] < 2=0912val_12=091 > [junit] < 2=0911val_11=091 > [junit] =E2=80=94 > [junit] > 3=09120val_120=091 > [junit] > 3=09192val_192=091 > [junit] > 3=09119val_119=091 > [junit] > 3=09187val_187=091 > [junit] > 3=09176val_176=091 > [junit] > 3=09199val_199=091 > [junit] > 3=09118val_118=091 > [junit] Exception: Client execution results failed with error code =3D 1 > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=3Df= alse" to get more logs. > [junit] junit.framework.AssertionFailedError: Client execution results fa= iled with error code =3D 1 > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=3Df= alse" to get more logs. > [junit] at junit.framework.Assert.fail(Assert.java:50) > [junit] at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_ba_tabl= e_udfs(TestCliDriver.java:129) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:57) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:43) > [junit] at java.lang.reflect.Method.invoke(Method.java:616) > [junit] at junit.framework.TestCase.runTest(TestCase.java:168) > [junit] at junit.framework.TestCase.runBare(TestCase.java:134) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:110) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:128) > [junit] at junit.framework.TestResult.run(TestResult.java:113) > [junit] at junit.framework.TestCase.run(TestCase.java:124) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:243) > [junit] at junit.framework.TestSuite.run(TestSuite.java:238) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.r= un(JUnitTestRunner.java:420) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.l= aunch(JUnitTestRunner.java:911) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.m= ain(JUnitTestRunner.java:768) > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=3Df= alse" to get more logs.) > [junit] Cleaning up TestCliDriver > [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 10.751 sec > [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED > [for] /home/cloudera/Code/hive/ql/build.xml: The following error occurred= while executing this line: > [for] /home/cloudera/Code/hive/build.xml:328: The following error occurre= d while executing this line: > [for] /home/cloudera/Code/hive/build-common.xml:453: Tests failed! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira