You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Charley Newtonne <cn...@gmail.com> on 2014/07/22 18:47:34 UTC

Hadoop 2.4 test jar files.

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

Re: Hadoop 2.4 test jar files.

Posted by jay vyas <ja...@gmail.com>.
FYI, the FS tests have just been overhauled and im not sure if those jars
have the latest FS tests (hadoop-9361).  For those tests its easy to add
them by building hadoop and just adding the hadoop-common and
hadoop-common-test jars as maven dependencies locally.


On Tue, Jul 22, 2014 at 2:00 PM, Charley Newtonne <cn...@gmail.com>
wrote:

> "..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 <yu...@gmail.com> 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 <cn...@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 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
>>>
>>
>>
>


-- 
jay vyas

Re: Hadoop 2.4 test jar files.

Posted by jay vyas <ja...@gmail.com>.
FYI, the FS tests have just been overhauled and im not sure if those jars
have the latest FS tests (hadoop-9361).  For those tests its easy to add
them by building hadoop and just adding the hadoop-common and
hadoop-common-test jars as maven dependencies locally.


On Tue, Jul 22, 2014 at 2:00 PM, Charley Newtonne <cn...@gmail.com>
wrote:

> "..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 <yu...@gmail.com> 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 <cn...@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 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
>>>
>>
>>
>


-- 
jay vyas

Re: Hadoop 2.4 test jar files.

Posted by jay vyas <ja...@gmail.com>.
FYI, the FS tests have just been overhauled and im not sure if those jars
have the latest FS tests (hadoop-9361).  For those tests its easy to add
them by building hadoop and just adding the hadoop-common and
hadoop-common-test jars as maven dependencies locally.


On Tue, Jul 22, 2014 at 2:00 PM, Charley Newtonne <cn...@gmail.com>
wrote:

> "..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 <yu...@gmail.com> 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 <cn...@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 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
>>>
>>
>>
>


-- 
jay vyas

Re: Hadoop 2.4 test jar files.

Posted by jay vyas <ja...@gmail.com>.
FYI, the FS tests have just been overhauled and im not sure if those jars
have the latest FS tests (hadoop-9361).  For those tests its easy to add
them by building hadoop and just adding the hadoop-common and
hadoop-common-test jars as maven dependencies locally.


On Tue, Jul 22, 2014 at 2:00 PM, Charley Newtonne <cn...@gmail.com>
wrote:

> "..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 <yu...@gmail.com> 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 <cn...@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 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
>>>
>>
>>
>


-- 
jay vyas

Re: Hadoop 2.4 test jar files.

Posted by Charley Newtonne <cn...@gmail.com>.
"..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 <yu...@gmail.com> 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 <cn...@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 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
>>
>
>

Re: Hadoop 2.4 test jar files.

Posted by Charley Newtonne <cn...@gmail.com>.
"..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 <yu...@gmail.com> 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 <cn...@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 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
>>
>
>

Re: Hadoop 2.4 test jar files.

Posted by Charley Newtonne <cn...@gmail.com>.
"..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 <yu...@gmail.com> 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 <cn...@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 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
>>
>
>

Re: Hadoop 2.4 test jar files.

Posted by Charley Newtonne <cn...@gmail.com>.
"..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 <yu...@gmail.com> 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 <cn...@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 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
>>
>
>

Re: Hadoop 2.4 test jar files.

Posted by Ted Yu <yu...@gmail.com>.
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 <cn...@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 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
>

Re: Hadoop 2.4 test jar files.

Posted by Ted Yu <yu...@gmail.com>.
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 <cn...@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 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
>

Re: Hadoop 2.4 test jar files.

Posted by Ted Yu <yu...@gmail.com>.
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 <cn...@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 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
>

Re: Hadoop 2.4 test jar files.

Posted by Ted Yu <yu...@gmail.com>.
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 <cn...@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 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
>