Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30009200B93 for ; Sat, 17 Sep 2016 02:53:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2EA3C160AD9; Sat, 17 Sep 2016 00:53:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 75CCD160AC4 for ; Sat, 17 Sep 2016 02:53:24 +0200 (CEST) Received: (qmail 65049 invoked by uid 500); 17 Sep 2016 00:53:22 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 64668 invoked by uid 99); 17 Sep 2016 00:53:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2016 00:53:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 304C02C1B75 for ; Sat, 17 Sep 2016 00:53:22 +0000 (UTC) Date: Sat, 17 Sep 2016 00:53:22 +0000 (UTC) From: "Kai Zheng (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (MAPREDUCE-6705) Task failing continuously on trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 17 Sep 2016 00:53:25 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng resolved MAPREDUCE-6705. ---------------------------------- Resolution: Duplicate Resolved this as a duplicate. > Task failing continuously on trunk > ---------------------------------- > > Key: MAPREDUCE-6705 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6705 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Bibin A Chundatt > Assignee: Kai Zheng > Priority: Blocker > > Task attempt failing continuously. Submit any mapreduce application > Run the job as below > {code} > ./yarn jar ../share/hadoop/mapreduce/hadoop-mapreduce-examples*.jar pi -Dyarn.app.mapreduce.am.env="HADOOP_MAPRED_HOME={{HADOOP_COMMON_HOME}}" -Dmapreduce.admin.user.env="HADOOP_MAPRED_HOME={{HADOOP_COMMON_HOME}}" 1 1 > {code} > {noformat} > 2016-05-27 11:28:27,148 DEBUG [main] org.apache.hadoop.ipc.Client: getting client out of cache: org.apache.hadoop.ipc.Client@291ae > 2016-05-27 11:28:27,160 DEBUG [main] org.apache.hadoop.mapred.YarnChild: PID: 22305 > 2016-05-27 11:28:27,160 INFO [main] org.apache.hadoop.mapred.YarnChild: Sleeping for 0ms before retrying again. Got null now. > 2016-05-27 11:28:27,161 WARN [main] org.apache.hadoop.mapred.YarnChild: Exception running child : java.lang.reflect.UndeclaredThrowableException > at com.sun.proxy.$Proxy10.getTask(Unknown Source) > at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:136) > Caused by: com.google.protobuf.ServiceException: Too many or few parameters for request. Method: [getTask], Expected: 2, Actual: 1 > at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:206) > ... 2 more > 2016-05-27 11:28:27,161 DEBUG [main] org.apache.hadoop.ipc.Client: stopping client from cache: org.apache.hadoop.ipc.Client@291ae > 2016-05-27 11:28:27,161 DEBUG [main] org.apache.hadoop.ipc.Client: removing client from cache: org.apache.hadoop.ipc.Client@291ae > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org