Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AB95E203 for ; Sat, 15 Dec 2012 15:41:42 +0000 (UTC) Received: (qmail 92934 invoked by uid 500); 15 Dec 2012 15:41:37 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 92203 invoked by uid 500); 15 Dec 2012 15:41:30 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 92162 invoked by uid 99); 15 Dec 2012 15:41:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 15:41:28 +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: domain of anand2sharma@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 15:41:21 +0000 Received: by mail-ie0-f176.google.com with SMTP id 13so7282180iea.35 for ; Sat, 15 Dec 2012 07:41:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TW4h0ldDdVEW61RLHtKn8vqYtd/OQ1/iW1nZW+ky8x0=; b=ySTNt5RtrHoxnGTB8E7tzLCR31wvKUJyKzzDQdsUp0Tj1lEo434VY8KtX13lUqVP2U LDjF8Lvr0T2RVv8SNiNyDWcQx1aPcVvp3cfEjoyBSbkv40wGSMQOsmySwjDNSuUwSPAL gGLaFcy+Lh8FpaNk6+3ulDg7/LWbjfRVVaYn6uhn3nh4proKF2LqnL0SXqHleZb57kdT x95X8eMmRVEOwXZP1bEn8RoddDEMyYxDzfVPpWDO68i/fdnSoaz8fq0ho9S0aGfQKREb od1QFJg7havGEgrhAyuGGmo2wLTX4a2Nzq9QQ9G/P15Bu/+W36SWju3qpiLq6WgH7T2T YSRA== MIME-Version: 1.0 Received: by 10.50.40.201 with SMTP id z9mr4742064igk.59.1355586061307; Sat, 15 Dec 2012 07:41:01 -0800 (PST) Received: by 10.64.146.9 with HTTP; Sat, 15 Dec 2012 07:41:01 -0800 (PST) Date: Sat, 15 Dec 2012 21:11:01 +0530 Message-ID: Subject: what are the core jars needed to compile a job in Hadoop 2.0.2 Alpha From: anand sharma To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=14dae9340ca7a590cf04d0e5f928 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340ca7a590cf04d0e5f928 Content-Type: text/plain; charset=ISO-8859-1 Hi please can someone let me know what are are core jar files and depeancies we need to attach in classpath for a job to compile successfully from a java source. say.. javac -cp *classpath* -d wordcount_classes WordCount.java here what will be jar files for it to compile successfully. Thanks --14dae9340ca7a590cf04d0e5f928 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi please can someone let me know what are are core jar files and depeancie= s we need to attach in classpath for a job to compile successfully from a j= ava source.

say..

javac -cp classpath -d wordcount_classes WordCount.java

here what will be jar files for it to compile successfully.

Than= ks
--14dae9340ca7a590cf04d0e5f928--