Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 ABF4311F1F for ; Tue, 22 Jul 2014 18:01:27 +0000 (UTC) Received: (qmail 50919 invoked by uid 500); 22 Jul 2014 18:01:22 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 50762 invoked by uid 500); 22 Jul 2014 18:01:22 -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 50444 invoked by uid 99); 22 Jul 2014 18:01:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 18:01:22 +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 cnewtonne@gmail.com designates 209.85.192.53 as permitted sender) Received: from [209.85.192.53] (HELO mail-qg0-f53.google.com) (209.85.192.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 18:01:16 +0000 Received: by mail-qg0-f53.google.com with SMTP id q107so13338qgd.26 for ; Tue, 22 Jul 2014 11:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gP7EVmUkZudNFsqjsH+8FvkI0PU0QQ3tInVeOTozSxY=; b=ra1b2y+gyRpiwS59pQt2oItLentrOY+spqGP/gfGLzeoD6FgCm8NAjsW2Bzs91Bsqc 5FuQMBqiVgd5P51mvbRss6HkqrEP+F6YxdwFo20KPArX/l/xUVT8T/72miXjalvds8OM C5Nat7cre0WY0aEkC9SN0as0GCsEYrp97E5Hsiw9ptKG0Wi2pUe5nmtO+ryOv1Ck8tOl w3h0G5R/7jpDJu+F/BLLsZB0bVsT6HfOOl595W7BVXSCsA5/RTyVklee0xxfNdG7jGFM 2MGFrDn5hSX36JPyRyCvjK5RN8xy7bEDnwNtmf6LJv/yDcJcknM/pd8HpMNW2b8ZALSm M4zQ== MIME-Version: 1.0 X-Received: by 10.140.94.138 with SMTP id g10mr10027949qge.90.1406052055676; Tue, 22 Jul 2014 11:00:55 -0700 (PDT) Received: by 10.96.222.226 with HTTP; Tue, 22 Jul 2014 11:00:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 14:00:55 -0400 Message-ID: Subject: Re: Hadoop 2.4 test jar files. From: Charley Newtonne To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a113a4eda507ad104fecc011e X-Virus-Checked: Checked by ClamAV on apache.org --001a113a4eda507ad104fecc011e Content-Type: text/plain; charset=UTF-8 "..You can expand the one(s) you're interested in and run tests contained in them..." How is that done? How do I know what these classes do and what arguments they take? On Tue, Jul 22, 2014 at 1:42 PM, Ted Yu wrote: > These jar files contain source code for the respective hadoop modules. > You can expand the one(s) you're interested in and run tests contained in > them. > > Cheers > > > On Tue, Jul 22, 2014 at 9:47 AM, Charley Newtonne > wrote: > >> I have spent hours trying to find out how to run these jar files. The >> older version are documented on the web and some of the books. These, >> however, are not. >> >> How do I know ... >> - The purpose of each one of these jar files. >> - The class to call and what it does. >> - The arguments to pass. >> >> >> >> >> /a01/hadoop/2.4.0/share/hadoop/hdfs/hadoop-hdfs-2.4.0-tests.jar >> >> /a01/hadoop/2.4.0/share/hadoop/hdfs/sources/hadoop-hdfs-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-sls-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-datajoin-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-archives-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-gridmix-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-extras-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-streaming-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-distcp-2.4.0-test-sources.jar >> >> /a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-rumen-2.4.0-test-sources.jar >> > > --001a113a4eda507ad104fecc011e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
"..You can expand the one(s) you're interested i= n and run tests contained in them..."

How is that done? How do I know what these classes do an= d what arguments they take?=C2=A0


On Tue, Jul 22, 2014 at 1:42 PM, Ted Yu <= yuzhihong@gmail.com> wrote:
These jar files contain source code for the respective had= oop modules.
You can expand the one(s) you're interested in and run= tests contained in them.

Cheers


On Tue, Jul 22, 2014 at 9:47 AM, Charley= Newtonne <cnewtonne@gmail.com> wrote:
I have spent hours trying to find out how to run these jar= files. The older version are documented on the web and some of the books. = These, however, are not.

How do I know ...
- The purpose of each one of these jar files.
- The class to call and what it does.
- The arguments to pas= s.




/a01/hadoop/2.4.0/share/hadoop/hdfs/hadoop-hdfs-2.4.0-tests.jar
/a01/hadoop/2.4.0/share/hadoop/hdfs/sources/hadoop-hdfs-2.4.0-test-sources.= jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-sls-2.4.0= -test-sources.jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/ha= doop-datajoin-2.4.0-test-sources.jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-archives-2.4.0-tes= t-sources.jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop= -gridmix-2.4.0-test-sources.jar
/a01/hadoop/2.4.0/share/hadoop/to= ols/sources/hadoop-extras-2.4.0-test-sources.jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoop-streaming-2.4.0-te= st-sources.jar
/a01/hadoop/2.4.0/share/hadoop/tools/sources/hadoo= p-distcp-2.4.0-test-sources.jar
/a01/hadoop/2.4.0/share/hadoop/to= ols/sources/hadoop-rumen-2.4.0-test-sources.jar


--001a113a4eda507ad104fecc011e--