Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2E06BA0D for ; Fri, 6 Jan 2012 15:55:55 +0000 (UTC) Received: (qmail 39646 invoked by uid 500); 6 Jan 2012 15:55:55 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 39524 invoked by uid 500); 6 Jan 2012 15:55:53 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 39516 invoked by uid 99); 6 Jan 2012 15:55:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 15:55:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.106.220.35] (HELO mail91.messagelabs.com) (194.106.220.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 15:55:47 +0000 X-Env-Sender: Ian.Meyers@barclayscapital.com X-Msg-Ref: server-11.tower-91.messagelabs.com!1325865324!71383756!1 X-Originating-IP: [141.228.106.170] X-StarScan-Version: 6.4.3; banners=-,-,- X-VirusChecked: Checked Received: (qmail 23217 invoked from network); 6 Jan 2012 15:55:24 -0000 Received: from bcmh.barcap.com (HELO mx1119.barcap.com) (141.228.106.170) by server-11.tower-91.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 6 Jan 2012 15:55:24 -0000 Received: from ldnpsmeg0000007.INTRANET.BARCAPINT.COM (ldnpsmeg0000007.ldn.mess.barcap.com [10.76.208.221]) by mx1119.barcap.com (Postfix) with ESMTP id 210971D8012 for ; Fri, 6 Jan 2012 15:55:24 +0000 (GMT) Received: from ldnpsmmgch08.INTRANET.BARCAPINT.COM (Not Verified[10.127.121.43]) by ldnpsmeg0000007.INTRANET.BARCAPINT.COM with Barclays Capital Filter ESMTP id ; Fri, 06 Jan 2012 15:55:23 +0000 Received: from LDNPCMMGMB05.INTRANET.BARCAPINT.COM ([169.254.1.123]) by ldnpsmmgch08.INTRANET.BARCAPINT.COM ([10.127.121.43]) with mapi; Fri, 6 Jan 2012 15:55:23 +0000 From: To: Date: Fri, 6 Jan 2012 15:55:22 +0000 Subject: Problem with Hive->Hadoop Thread-Topic: Problem with Hive->Hadoop Thread-Index: AczMi5gHRqXFTedRT4qneW0OZ69WeQ== Message-ID: <4F5D27780CAA0148844A065A2A3C244D0DDA8F2211@LDNPCMMGMB05.INTRANET.BARCAPINT.COM> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB Content-Type: multipart/alternative; boundary="_000_4F5D27780CAA0148844A065A2A3C244D0DDA8F2211LDNPCMMGMB05I_" MIME-Version: 1.0 --_000_4F5D27780CAA0148844A065A2A3C244D0DDA8F2211LDNPCMMGMB05I_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, Using version .8 of Hive with version 0.20.203.0 of Hadoop. Defining and = loading tables worked fine, and I can query them with select *. However, = a summary query against any table results in the following exception. I'v= e see other documented issues like this regarding HBase and the Cloudera = stack, but nothing specific to what I'm seeing. Any thoughts? java.io.IOException: Call to **********/**********:50030 failed on local = exception: java.io.EOFException =20 at org.apache.hadoop.ipc.Client.wrapException(Client.java:1065)= =20 at org.apache.hadoop.ipc.Client.call(Client.java:1033) =20 at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:224) =20 at org.apache.hadoop.mapred.$Proxy8.getProtocolVersion(Unknown = Source) =20 at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:364) =20 at org.apache.hadoop.mapred.JobClient.createRPCProxy(JobClient.= java:460) =20 at org.apache.hadoop.mapred.JobClient.init(JobClient.java:454) =20 at org.apache.hadoop.mapred.JobClient.(JobClient.java:437= ) =20 at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver= .java:435) =20 at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask= .java:136) =20 at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:13= 3) =20 at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(Task= Runner.java:57) =20 at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332= ) =20 at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123) =20 at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931) =20 at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriv= er.java:255) =20 at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.ja= va:212) =20 at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.j= ava:403) =20 at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:671)= =20 at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:554= ) =20 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =20 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce= ssorImpl.java:39) =20 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe= thodAccessorImpl.java:25) =20 at java.lang.reflect.Method.invoke(Method.java:597) =20 at org.apache.hadoop.util.RunJar.main(RunJar.java:156) Caused by: java.io.EOFException =20 at java.io.DataInputStream.readInt(DataInputStream.java:375) =20 at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Clie= nt.java:774) =20 at org.apache.hadoop.ipc.Client$Connection.run(Client.java:712)= Job Submission failed with exception 'java.io.IOException(Call to *******= ***/**********:50030 failed on local exception: java.io.EOFException)' FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exe= c.MapRedTask Ian Meyers Barclays Capital FICC Solutions Architecture * Direct : +44 (0) 20 777 37437 * Extension: 37437 * ian.meyers@barclayscapital.com _______________________________________________ This e-mail may contain information that is confidential, privileged or o= therwise protected from disclosure. If you are not an intended recipient = of this e-mail, do not duplicate or redistribute it by any means. Please = delete it and any attachments and notify the sender that you have receive= d it in error. Unless specifically indicated, this e-mail is not an offer= =20to buy or sell or a solicitation to buy or sell any securities, invest= ment products or other financial product or service, an official confirma= tion of any transaction, or an official statement of Barclays. Any views = or opinions presented are solely those of the author and do not necessari= ly represent those of Barclays. This e-mail is subject to terms available= =20at the following link: www.barcap.com/emaildisclaimer. By messaging wi= th Barclays you consent to the foregoing. Barclays Capital is the invest= ment banking division of Barclays Bank PLC, a company registered in Engla= nd (number 1026167) with its registered office at 1 Churchill Place, Lond= on, E14 5HP. This email may relate to or be sent from other members of t= he Barclays Group. _______________________________________________ --_000_4F5D27780CAA0148844A065A2A3C244D0DDA8F2211LDNPCMMGMB05I_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,<= /o:p>

 

U= sing version .8 of Hive with version 0.20.203.0 of Hadoop. Defining and l= oading tables worked fine, and I can query them with select *. However, a= =20summary query against any table results in the following exception. I&= #8217;ve see other documented issues like this regarding HBase and the Cl= oudera stack, but nothing specific to what I’m seeing.

 

Any thou= ghts?

 

java.io.IOException: Call to **********/**********:50030 failed o= n local exception: java.io.EOFException

        at org.apache.hadoop.= ipc.Client.wrapException(Client.java:1065)

        at org.apache.hadoop.i= pc.Client.call(Client.java:1033)

=         at org.apache.hadoop.ipc.RPC$I= nvoker.invoke(RPC.java:224)

 = ;       at org.apache.hadoop.mapred.$Proxy8= .getProtocolVersion(Unknown Source)

 &nbs= p;      at org.apache.hadoop.mapred.JobClient.cr= eateRPCProxy(JobClient.java:460)

=         at org.apache.hadoop.mapred.Jo= bClient.init(JobClient.java:454)

=         at org.apache.hadoop.mapred.Jo= bClient.<init>(JobClient.java:437)

        at org.apache.hadoop.h= ive.ql.exec.ExecDriver.execute(ExecDriver.java:435)

=

        at org.apac= he.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)=

        at= =20org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)

      &nbs= p; at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.= java:57)

    =     at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.= java:1332)

   &nbs= p;    at org.apache.hadoop.hive.ql.Driver.execute(Driver.j= ava:1123)

    = ;    at org.apache.hadoop.hive.ql.Driver.run(Driver.java:9= 31)

     = ;   at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(Cli= Driver.java:255)

  &nbs= p;     at org.apache.hadoop.hive.cli.CliDriver.proces= sCmd(CliDriver.java:212)

 &nbs= p;      at org.apache.hadoop.hive.cli.CliDriver.= processLine(CliDriver.java:403)

        at org.apache.hadoop.hive.cli= .CliDriver.run(CliDriver.java:671)

        at sun.reflect.NativeMetho= dAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMetho= dAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<= /p>

        at sun.r= eflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.j= ava:25)

    &= nbsp;   at java.lang.reflect.Method.invoke(Method.java:597)

     &nbs= p;  at org.apache.hadoop.util.RunJar.main(RunJar.java:156)

Caused by: java.io.EOFException=

        at= =20java.io.DataInputStream.readInt(DataInputStream.java:375)

        at= =20org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:77= 4)

     =    at org.apache.hadoop.ipc.Client$Connection.run(Client.java:7= 12)

Job Submission failed with ex= ception 'java.io.IOException(Call to **********/**********:50030 failed o= n local exception: java.io.EOFException)'

FAILED: Execution Error, return code 1 from org.apache.hadoop.hiv= e.ql.exec.MapRedTask

 = ;

Ian Meyers


B= arclays Capital
FICC Solutions Architecture=

=
(  Direct : +44 (0) 20 777 37437  ( Extension: 37= 437
* ian.meyers@barclayscapital.com

 

_______________________________________________<= ?xml:namespace=20 prefix =3D o ns =3D "urn:schemas-microsoft-com:office:office"=20 />

 

This e-mail may = contain=20 information that is confidential, privileged or otherwise protected from = disclosure. If you are not an intended recipient of this e-mail, do not=20 duplicate or redistribute it by any means. Please delete it and any attac= hments=20 and notify the sender that you have received it in error. Unless specific= ally=20 indicated, this e-mail is not an offer to buy or sell or a solicitation t= o buy=20 or sell any securities, investment products or other financial product or= =20 service, an official confirmation of any transaction, or an official stat= ement=20 of Barclays. Any views or opinions presented are solely those of the auth= or and=20 do not necessarily represent those of Barclays. This e-mail is subject to= =20terms=20 available at the following link: www.barcap.com/emaildiscla= imer.=20 By = messaging=20 with Barclays you consent to the foregoing.  Barclays Capital is the investm= ent=20 banking division of Barclays Bank PLC, a company registered in England<= /st1:place>=20 (number 1026167) with its registered office at 1 Churchill Place, London, E14=20 5HP.&nbs= p;=20 This email may relate to or be sent from other members of the Barc= lays=20 Group.

_______________________________________________<= /FONT>

--_000_4F5D27780CAA0148844A065A2A3C244D0DDA8F2211LDNPCMMGMB05I_--