Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76BF3D5A3 for ; Thu, 4 Oct 2012 13:01:16 +0000 (UTC) Received: (qmail 89258 invoked by uid 500); 4 Oct 2012 13:01:16 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 87871 invoked by uid 500); 4 Oct 2012 13:01:14 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 87535 invoked by uid 99); 4 Oct 2012 13:01:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 13:01:13 +0000 Date: Fri, 5 Oct 2012 00:01:13 +1100 (NCT) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1699802012.164867.1349355673309.JavaMail.jiratomcat@arcas> In-Reply-To: <130336565.2203.1333964120366.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-4123) ./mapred groups gives NoClassDefFoundError MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469345#comment-13469345 ] Hudson commented on MAPREDUCE-4123: ----------------------------------- Integrated in Hadoop-Hdfs-trunk #1185 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1185/]) MAPREDUCE-4123. Remove the 'mapred groups' command, which is no longer supported. (Contributed by Devaraj K) (Revision 1393775) Result = SUCCESS sseth : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1393775 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/bin/mapred > ./mapred groups gives NoClassDefFoundError > ------------------------------------------ > > Key: MAPREDUCE-4123 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4123 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 2.0.0-alpha, 3.0.0 > Reporter: Nishan Shetty > Assignee: Devaraj K > Priority: Critical > Fix For: 2.0.3-alpha > > Attachments: MAPREDUCE-4123-1.patch, MAPREDUCE-4123.patch > > > linux-168:/home/v2/hadoop-3.0.0-SNAPSHOT/bin # ./mapred groups > Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/mapred/tools/GetGroups > Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.mapred.tools.GetGroups > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:303) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:248) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316) > Could not find the main class: org.apache.hadoop.mapred.tools.GetGroups. Program will exit. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira