Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 25807117BC for ; Tue, 2 Sep 2014 17:37:00 +0000 (UTC) Received: (qmail 27492 invoked by uid 500); 2 Sep 2014 17:36:58 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 27414 invoked by uid 500); 2 Sep 2014 17:36:58 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 27400 invoked by uid 99); 2 Sep 2014 17:36:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 17:36:58 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yeshwanth43@gmail.com designates 209.85.218.48 as permitted sender) Received: from [209.85.218.48] (HELO mail-oi0-f48.google.com) (209.85.218.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2014 17:36:30 +0000 Received: by mail-oi0-f48.google.com with SMTP id a141so4584195oig.21 for ; Tue, 02 Sep 2014 10:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=adX/FkGw981n3jQLHPRRkhVr2nFFJ4N6LMIcu5gmqnw=; b=TBHh7jNiZ2d7Hqpy7H4TdrfuVQ+WhQA/9pBDsr74Pmn4+KGJTmLhLuXdaaQo2Gpoa+ QLJUnhlDK+ZxWiHG6t4Mv5/8h2K+/kE5dlKMQ5rkviFPoI0dbokEV002MsMI2jnBf0PH y3d0QAem2SwnIEsNAmRKay0cjAhyX6qgw8Yli0pQFQO70QEbgUGg5TJh6ymjke56NCCo RZZ40BvBSSxxboKZc9bD6ZfbB9aiSd0SFLVr4e2WOUeYhCUWNBLgSRFP3wYIcqc+uKmO c1GqoHTCSG8ZThcVE86ilvK25on2UmCq2a0VISdlyiefrGNOruAKqrOzGDkFZRFs8QLy G0rQ== MIME-Version: 1.0 X-Received: by 10.182.137.195 with SMTP id qk3mr32364584obb.5.1409679389391; Tue, 02 Sep 2014 10:36:29 -0700 (PDT) Received: by 10.182.151.47 with HTTP; Tue, 2 Sep 2014 10:36:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 2 Sep 2014 23:06:29 +0530 Message-ID: Subject: Re: java.util.concurrent.ExecutionException From: yeshwanth kumar To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c361f64081140502188f68 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c361f64081140502188f68 Content-Type: text/plain; charset=UTF-8 hi ted, configuration is gud, i got couple of mapreduce jobs on hbase running without such issue, going through logs of the job, i noticed that after processing some rows this exception shows up -yeshwanth On Tue, Sep 2, 2014 at 10:59 PM, Ted Yu wrote: > bq. Call to localhost/127.0.0.1:60020 failed > > Can you check whether configuration from hbase-site.xml is correctly passed > to your mapper ? > > Cheers > > > On Tue, Sep 2, 2014 at 10:25 AM, yeshwanth kumar > wrote: > > > hi i am running HBase 0.94.20 on Hadoop 2.2.0 > > > > i am working on a mapreduce job, where it reads input from a table and > > writes the processed back to that table and to another table, > > i am using MultiTableOutputFormat class for that. > > > > while running the mapreduce job, i encounter this exception, as a result > > regionserver is crashing. > > > > 2014-09-02 07:56:47,790 WARN [main] > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation: > > Failed all from > > region=crawl_webpage,,1408774462347.a311e4aed343baf54f49ac6519d0bbe8., > > hostname=localhost, port=60020 > > java.util.concurrent.ExecutionException: java.io.IOException: Call to > > localhost/127.0.0.1:60020 failed on local exception: > java.io.EOFException > > at java.util.concurrent.FutureTask.report(FutureTask.java:122) > > at java.util.concurrent.FutureTask.get(FutureTask.java:188) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1708) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1560) > > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:994) > > at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:850) > > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:826) > > at > > > > > org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat$MultiTableRecordWriter.write(MultiTableOutputFormat.java:132) > > at > > > > > org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat$MultiTableRecordWriter.write(MultiTableOutputFormat.java:68) > > at > > > > > org.apache.hadoop.mapred.MapTask$NewDirectOutputCollector.write(MapTask.java:634) > > at > > > > > org.apache.hadoop.mapreduce.task.TaskInputOutputContextImpl.write(TaskInputOutputContextImpl.java:89) > > at > > > > > org.apache.hadoop.mapreduce.lib.map.WrappedMapper$Context.write(WrappedMapper.java:112) > > at > > > > > com.serendio.icvs.analysis.text.EntitySearcherMR$EntitySearcherMapper.map(EntitySearcherMR.java:119) > > at > > > > > com.serendio.icvs.analysis.text.EntitySearcherMR$EntitySearcherMapper.map(EntitySearcherMR.java:33) > > at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:145) > > at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:763) > > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:339) > > at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:162) > > at java.security.AccessController.doPrivileged(Native Method) > > at javax.security.auth.Subject.doAs(Subject.java:415) > > at > > > > > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1491) > > at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:157) > > Caused by: java.io.IOException: Call to localhost/127.0.0.1:60020 failed > > on > > local exception: java.io.EOFException > > at > > > > > org.apache.hadoop.hbase.ipc.HBaseClient.wrapException(HBaseClient.java:1047) > > at org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:1016) > > at > > > > > org.apache.hadoop.hbase.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:87) > > at com.sun.proxy.$Proxy12.multi(Unknown Source) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$3$1.call(HConnectionManager.java:1537) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$3$1.call(HConnectionManager.java:1535) > > at > > > > > org.apache.hadoop.hbase.client.ServerCallable.withoutRetries(ServerCallable.java:229) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$3.call(HConnectionManager.java:1544) > > at > > > > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation$3.call(HConnectionManager.java:1532) > > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > > at > > > > > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > > at > > > > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > > at java.lang.Thread.run(Thread.java:745) > > Caused by: java.io.EOFException > > at java.io.DataInputStream.readInt(DataInputStream.java:392) > > at > > > > > org.apache.hadoop.hbase.ipc.HBaseClient$Connection.receiveResponse(HBaseClient.java:654) > > at > > > > > org.apache.hadoop.hbase.ipc.HBaseClient$Connection.run(HBaseClient.java:588) > > > > any suggestions, for overcoming this issue, > > > > thanks, > > yeshwanth > > > --001a11c361f64081140502188f68--