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 BA4B8200B85 for ; Thu, 15 Sep 2016 19:25:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8B4B160AC6; Thu, 15 Sep 2016 17:25:23 +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 0CC0A160ABA for ; Thu, 15 Sep 2016 19:25:22 +0200 (CEST) Received: (qmail 21522 invoked by uid 500); 15 Sep 2016 17:25: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 21487 invoked by uid 99); 15 Sep 2016 17:25:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 17:25:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB6142C1B75 for ; Thu, 15 Sep 2016 17:25:21 +0000 (UTC) Date: Thu, 15 Sep 2016 17:25:21 +0000 (UTC) From: "Bibin A Chundatt (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-6779) Mapreduce job failure on submission MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Sep 2016 17:25:23 -0000 [ https://issues.apache.org/jira/browse/MAPREDUCE-6779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494018#comment-15494018 ] Bibin A Chundatt commented on MAPREDUCE-6779: --------------------------------------------- We can close this jira once main jira is reverted > Mapreduce job failure on submission > ----------------------------------- > > Key: MAPREDUCE-6779 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6779 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Bibin A Chundatt > Assignee: Bibin A Chundatt > Priority: Blocker > > Configure Hibench > Try running Enhanced TestDFSIO > {noformat} > 2016-09-15 18:20:24,849 INFO mapreduce.Job: Task Id : attempt_1473943118844_0001_m_000001_0, Status : FAILED > Error: java.lang.RuntimeException: Error in configuring object > at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:112) > at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:78) > at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:136) > at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:450) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343) > at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:175) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:422) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1806) > at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:169) > Caused by: java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:109) > ... 9 more > Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.dfsioe.TestDFSIOEnh$WriteMapperEnh not found > at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2330) > at org.apache.hadoop.mapred.JobConf.getMapperClass(JobConf.java:1108) > at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:38) > ... 14 more > Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.dfsioe.TestDFSIOEnh$WriteMapperEnh not found > at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2298) > at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2322) > ... 16 more > Caused by: java.lang.ClassNotFoundException: Class org.apache.hadoop.fs.dfsioe.TestDFSIOEnh$WriteMapperEnh not found > at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2202) > at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2296) > ... 17 more > {noformat} > *mapreduce.JobResourceUploader: No job jar file set. User classes may not be found. See Job or Job#setJar(String).* > Job jar is not getting set and not uploaded to staging dir -- 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