Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 33763 invoked from network); 15 Mar 2010 15:48:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 15:48:52 -0000 Received: (qmail 76888 invoked by uid 500); 15 Mar 2010 15:48:05 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 76831 invoked by uid 500); 15 Mar 2010 15:48:05 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 76823 invoked by uid 99); 15 Mar 2010 15:48:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:48:04 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of psdc1978@gmail.com designates 209.85.220.213 as permitted sender) Received: from [209.85.220.213] (HELO mail-fx0-f213.google.com) (209.85.220.213) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 15:47:58 +0000 Received: by fxm5 with SMTP id 5so3605642fxm.29 for ; Mon, 15 Mar 2010 08:47:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=e05VqJQjwYIIbB+v5UKewQLzhROXxbOUswRnO/qK3kE=; b=GGxa5vRzn4HByaDyXxND8fV8rSDmpj/h39lJ5X4SNNb4b0rVugPvqJopx72/qjoQay roKDxJ0t4glk+fcQ2FDI0BWMF1ur+lsRHovTb+XFKFX3kEWc6p0tB+phoIlppnch39Fh QJM6LBorCeevi+tMFb64fsOdRkAmI92Lz/uXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KaEtxTrGdgI3ACa7T5QO7/RjwrldltoXVGcTRklMzQelfrp/rbHDzmYsXohsbvCTu2 X3b73EK/MXQohDjPf3hACF4bGidEXJK2aRSanWnv6ag1SIlZcTOyxtdEfmU2bCNqqNIq 6GJFoJUAHJ0b9+qUD02fuVgUIbMT2O0MU0i8Y= MIME-Version: 1.0 Received: by 10.239.193.140 with SMTP id j12mr713215hbi.112.1268668057294; Mon, 15 Mar 2010 08:47:37 -0700 (PDT) Date: Mon, 15 Mar 2010 15:47:37 +0000 Message-ID: <61fec3fc1003150847g4678e006o578f52e8b9a8b240@mail.gmail.com> Subject: job.jar From: psdc1978 To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f5af8ce498590481d8cc1f --001485f5af8ce498590481d8cc1f Content-Type: text/plain; charset=ISO-8859-1 Hi, When I'm running an hadoop example: $ bin/hadoop jar build/hadoop-0.20.2-dev-examples.jar wordcount gutenberg gutenberg-output I've noticed that it's created a job.jar file with classes of the hadoop-0.20.2-dev-examples jar. Why job.jar is created? In the "Hadoop-Definitive Guide" book, it exists several examples that use the job.jar. For example: $ hadoop jar job.jar v3.MaxTemperatureDriver -conf conf/hadoop-cluster.xml input/ncdc/all max-temp Is it possible to create a job.jar file in the bash command line? PS: I've put some posts in the MR mailing list that weren't answered. These posts can be viewed by other users? Regards -- Pedro --001485f5af8ce498590481d8cc1f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

When I'm running an hadoop example:
$ bin/hadoop jar buil= d/hadoop-0.20.2-dev-examples.jar wordcount gutenberg gutenberg-output
I've noticed that it's created a job.jar file with classes of the= hadoop-0.20.2-dev-examples jar. Why job.jar is created?

In the "Hadoop-Definitive Guide" book, it exists several exam= ples that use the job.jar. For example:
$ hadoop jar job.jar v3.MaxTempe= ratureDriver -conf conf/hadoop-cluster.xml input/ncdc/all max-temp

Is it possible to create a job.jar file in the bash command line?

PS:
I've put some posts in the MR mailing list that weren't an= swered. These posts can be viewed by other users?


Regards
--
Pedro
--001485f5af8ce498590481d8cc1f--