You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-user@hadoop.apache.org by Oleg Ruchovets <or...@gmail.com> on 2013/05/01 15:58:52 UTC

hadoop 1.1.2 sources (maven project)

Hi
   I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
maven project.

<dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-core</artifactId>
            <version>1.1.2</version>
    </dependency>
    <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-test</artifactId>
       <version>1.1.2</version>
    </dependency>

for some reason I didn't succeded to get the source code for these jars ( I
use eclipse).

I tried also mvn dependency:sources , but got :

The following files have NOT been resolved:
[INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
[INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
Question:
   what is the way to get source code of these jars to my project?

Thanks
Oleg.

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Oh , I see.
   You propose check out source code from source constrol. Is there any
other option , I mean Is there maven repository which holds sorce of these
jars?

Thanks
Oleg.


On Wed, May 1, 2013 at 5:28 PM, Ted Yu <yu...@gmail.com> wrote:

> I meant using command such as the following (I use svn):
> svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1
>
> Cheers
>
>
> On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi Ted.
>>    What do you mean check out code?
>>
>> Thansk
>> Oleg.
>>
>>
>> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>>
>>> I looked under my local maven repo and didn't see source code along
>>> side hadoop-core-1.1.2.jar
>>>
>>> Can you check out the 1.1.2 source code ?
>>>
>>> Cheers
>>>
>>>
>>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>>
>>>> Hi
>>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>>> maven project.
>>>>
>>>> <dependency>
>>>>             <groupId>org.apache.hadoop</groupId>
>>>>             <artifactId>hadoop-core</artifactId>
>>>>             <version>1.1.2</version>
>>>>     </dependency>
>>>>     <dependency>
>>>>        <groupId>org.apache.hadoop</groupId>
>>>>        <artifactId>hadoop-test</artifactId>
>>>>        <version>1.1.2</version>
>>>>     </dependency>
>>>>
>>>> for some reason I didn't succeded to get the source code for these jars
>>>> ( I use eclipse).
>>>>
>>>> I tried also mvn dependency:sources , but got :
>>>>
>>>> The following files have NOT been resolved:
>>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>>> Question:
>>>>    what is the way to get source code of these jars to my project?
>>>>
>>>> Thanks
>>>> Oleg.
>>>>
>>>
>>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Oh , I see.
   You propose check out source code from source constrol. Is there any
other option , I mean Is there maven repository which holds sorce of these
jars?

Thanks
Oleg.


On Wed, May 1, 2013 at 5:28 PM, Ted Yu <yu...@gmail.com> wrote:

> I meant using command such as the following (I use svn):
> svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1
>
> Cheers
>
>
> On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi Ted.
>>    What do you mean check out code?
>>
>> Thansk
>> Oleg.
>>
>>
>> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>>
>>> I looked under my local maven repo and didn't see source code along
>>> side hadoop-core-1.1.2.jar
>>>
>>> Can you check out the 1.1.2 source code ?
>>>
>>> Cheers
>>>
>>>
>>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>>
>>>> Hi
>>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>>> maven project.
>>>>
>>>> <dependency>
>>>>             <groupId>org.apache.hadoop</groupId>
>>>>             <artifactId>hadoop-core</artifactId>
>>>>             <version>1.1.2</version>
>>>>     </dependency>
>>>>     <dependency>
>>>>        <groupId>org.apache.hadoop</groupId>
>>>>        <artifactId>hadoop-test</artifactId>
>>>>        <version>1.1.2</version>
>>>>     </dependency>
>>>>
>>>> for some reason I didn't succeded to get the source code for these jars
>>>> ( I use eclipse).
>>>>
>>>> I tried also mvn dependency:sources , but got :
>>>>
>>>> The following files have NOT been resolved:
>>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>>> Question:
>>>>    what is the way to get source code of these jars to my project?
>>>>
>>>> Thanks
>>>> Oleg.
>>>>
>>>
>>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Oh , I see.
   You propose check out source code from source constrol. Is there any
other option , I mean Is there maven repository which holds sorce of these
jars?

Thanks
Oleg.


On Wed, May 1, 2013 at 5:28 PM, Ted Yu <yu...@gmail.com> wrote:

> I meant using command such as the following (I use svn):
> svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1
>
> Cheers
>
>
> On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi Ted.
>>    What do you mean check out code?
>>
>> Thansk
>> Oleg.
>>
>>
>> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>>
>>> I looked under my local maven repo and didn't see source code along
>>> side hadoop-core-1.1.2.jar
>>>
>>> Can you check out the 1.1.2 source code ?
>>>
>>> Cheers
>>>
>>>
>>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>>
>>>> Hi
>>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>>> maven project.
>>>>
>>>> <dependency>
>>>>             <groupId>org.apache.hadoop</groupId>
>>>>             <artifactId>hadoop-core</artifactId>
>>>>             <version>1.1.2</version>
>>>>     </dependency>
>>>>     <dependency>
>>>>        <groupId>org.apache.hadoop</groupId>
>>>>        <artifactId>hadoop-test</artifactId>
>>>>        <version>1.1.2</version>
>>>>     </dependency>
>>>>
>>>> for some reason I didn't succeded to get the source code for these jars
>>>> ( I use eclipse).
>>>>
>>>> I tried also mvn dependency:sources , but got :
>>>>
>>>> The following files have NOT been resolved:
>>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>>> Question:
>>>>    what is the way to get source code of these jars to my project?
>>>>
>>>> Thanks
>>>> Oleg.
>>>>
>>>
>>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Oh , I see.
   You propose check out source code from source constrol. Is there any
other option , I mean Is there maven repository which holds sorce of these
jars?

Thanks
Oleg.


On Wed, May 1, 2013 at 5:28 PM, Ted Yu <yu...@gmail.com> wrote:

> I meant using command such as the following (I use svn):
> svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1
>
> Cheers
>
>
> On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi Ted.
>>    What do you mean check out code?
>>
>> Thansk
>> Oleg.
>>
>>
>> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>>
>>> I looked under my local maven repo and didn't see source code along
>>> side hadoop-core-1.1.2.jar
>>>
>>> Can you check out the 1.1.2 source code ?
>>>
>>> Cheers
>>>
>>>
>>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>>
>>>> Hi
>>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>>> maven project.
>>>>
>>>> <dependency>
>>>>             <groupId>org.apache.hadoop</groupId>
>>>>             <artifactId>hadoop-core</artifactId>
>>>>             <version>1.1.2</version>
>>>>     </dependency>
>>>>     <dependency>
>>>>        <groupId>org.apache.hadoop</groupId>
>>>>        <artifactId>hadoop-test</artifactId>
>>>>        <version>1.1.2</version>
>>>>     </dependency>
>>>>
>>>> for some reason I didn't succeded to get the source code for these jars
>>>> ( I use eclipse).
>>>>
>>>> I tried also mvn dependency:sources , but got :
>>>>
>>>> The following files have NOT been resolved:
>>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>>> Question:
>>>>    what is the way to get source code of these jars to my project?
>>>>
>>>> Thanks
>>>> Oleg.
>>>>
>>>
>>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I meant using command such as the following (I use svn):
svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1

Cheers

On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi Ted.
>    What do you mean check out code?
>
> Thansk
> Oleg.
>
>
> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> I looked under my local maven repo and didn't see source code along
>> side hadoop-core-1.1.2.jar
>>
>> Can you check out the 1.1.2 source code ?
>>
>> Cheers
>>
>>
>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>
>>> Hi
>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>> maven project.
>>>
>>> <dependency>
>>>             <groupId>org.apache.hadoop</groupId>
>>>             <artifactId>hadoop-core</artifactId>
>>>             <version>1.1.2</version>
>>>     </dependency>
>>>     <dependency>
>>>        <groupId>org.apache.hadoop</groupId>
>>>        <artifactId>hadoop-test</artifactId>
>>>        <version>1.1.2</version>
>>>     </dependency>
>>>
>>> for some reason I didn't succeded to get the source code for these jars
>>> ( I use eclipse).
>>>
>>> I tried also mvn dependency:sources , but got :
>>>
>>> The following files have NOT been resolved:
>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>> Question:
>>>    what is the way to get source code of these jars to my project?
>>>
>>> Thanks
>>> Oleg.
>>>
>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I meant using command such as the following (I use svn):
svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1

Cheers

On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi Ted.
>    What do you mean check out code?
>
> Thansk
> Oleg.
>
>
> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> I looked under my local maven repo and didn't see source code along
>> side hadoop-core-1.1.2.jar
>>
>> Can you check out the 1.1.2 source code ?
>>
>> Cheers
>>
>>
>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>
>>> Hi
>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>> maven project.
>>>
>>> <dependency>
>>>             <groupId>org.apache.hadoop</groupId>
>>>             <artifactId>hadoop-core</artifactId>
>>>             <version>1.1.2</version>
>>>     </dependency>
>>>     <dependency>
>>>        <groupId>org.apache.hadoop</groupId>
>>>        <artifactId>hadoop-test</artifactId>
>>>        <version>1.1.2</version>
>>>     </dependency>
>>>
>>> for some reason I didn't succeded to get the source code for these jars
>>> ( I use eclipse).
>>>
>>> I tried also mvn dependency:sources , but got :
>>>
>>> The following files have NOT been resolved:
>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>> Question:
>>>    what is the way to get source code of these jars to my project?
>>>
>>> Thanks
>>> Oleg.
>>>
>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I meant using command such as the following (I use svn):
svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1

Cheers

On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi Ted.
>    What do you mean check out code?
>
> Thansk
> Oleg.
>
>
> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> I looked under my local maven repo and didn't see source code along
>> side hadoop-core-1.1.2.jar
>>
>> Can you check out the 1.1.2 source code ?
>>
>> Cheers
>>
>>
>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>
>>> Hi
>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>> maven project.
>>>
>>> <dependency>
>>>             <groupId>org.apache.hadoop</groupId>
>>>             <artifactId>hadoop-core</artifactId>
>>>             <version>1.1.2</version>
>>>     </dependency>
>>>     <dependency>
>>>        <groupId>org.apache.hadoop</groupId>
>>>        <artifactId>hadoop-test</artifactId>
>>>        <version>1.1.2</version>
>>>     </dependency>
>>>
>>> for some reason I didn't succeded to get the source code for these jars
>>> ( I use eclipse).
>>>
>>> I tried also mvn dependency:sources , but got :
>>>
>>> The following files have NOT been resolved:
>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>> Question:
>>>    what is the way to get source code of these jars to my project?
>>>
>>> Thanks
>>> Oleg.
>>>
>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I meant using command such as the following (I use svn):
svn co http://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.1

Cheers

On Wed, May 1, 2013 at 7:25 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi Ted.
>    What do you mean check out code?
>
> Thansk
> Oleg.
>
>
> On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> I looked under my local maven repo and didn't see source code along
>> side hadoop-core-1.1.2.jar
>>
>> Can you check out the 1.1.2 source code ?
>>
>> Cheers
>>
>>
>> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>>
>>> Hi
>>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>>> maven project.
>>>
>>> <dependency>
>>>             <groupId>org.apache.hadoop</groupId>
>>>             <artifactId>hadoop-core</artifactId>
>>>             <version>1.1.2</version>
>>>     </dependency>
>>>     <dependency>
>>>        <groupId>org.apache.hadoop</groupId>
>>>        <artifactId>hadoop-test</artifactId>
>>>        <version>1.1.2</version>
>>>     </dependency>
>>>
>>> for some reason I didn't succeded to get the source code for these jars
>>> ( I use eclipse).
>>>
>>> I tried also mvn dependency:sources , but got :
>>>
>>> The following files have NOT been resolved:
>>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>>> Question:
>>>    what is the way to get source code of these jars to my project?
>>>
>>> Thanks
>>> Oleg.
>>>
>>
>>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Hi Ted.
   What do you mean check out code?

Thansk
Oleg.


On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:

> I looked under my local maven repo and didn't see source code along
> side hadoop-core-1.1.2.jar
>
> Can you check out the 1.1.2 source code ?
>
> Cheers
>
>
> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi
>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>> maven project.
>>
>> <dependency>
>>             <groupId>org.apache.hadoop</groupId>
>>             <artifactId>hadoop-core</artifactId>
>>             <version>1.1.2</version>
>>     </dependency>
>>     <dependency>
>>        <groupId>org.apache.hadoop</groupId>
>>        <artifactId>hadoop-test</artifactId>
>>        <version>1.1.2</version>
>>     </dependency>
>>
>> for some reason I didn't succeded to get the source code for these jars (
>> I use eclipse).
>>
>> I tried also mvn dependency:sources , but got :
>>
>> The following files have NOT been resolved:
>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>> Question:
>>    what is the way to get source code of these jars to my project?
>>
>> Thanks
>> Oleg.
>>
>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Hi Ted.
   What do you mean check out code?

Thansk
Oleg.


On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:

> I looked under my local maven repo and didn't see source code along
> side hadoop-core-1.1.2.jar
>
> Can you check out the 1.1.2 source code ?
>
> Cheers
>
>
> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi
>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>> maven project.
>>
>> <dependency>
>>             <groupId>org.apache.hadoop</groupId>
>>             <artifactId>hadoop-core</artifactId>
>>             <version>1.1.2</version>
>>     </dependency>
>>     <dependency>
>>        <groupId>org.apache.hadoop</groupId>
>>        <artifactId>hadoop-test</artifactId>
>>        <version>1.1.2</version>
>>     </dependency>
>>
>> for some reason I didn't succeded to get the source code for these jars (
>> I use eclipse).
>>
>> I tried also mvn dependency:sources , but got :
>>
>> The following files have NOT been resolved:
>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>> Question:
>>    what is the way to get source code of these jars to my project?
>>
>> Thanks
>> Oleg.
>>
>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Hi Ted.
   What do you mean check out code?

Thansk
Oleg.


On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:

> I looked under my local maven repo and didn't see source code along
> side hadoop-core-1.1.2.jar
>
> Can you check out the 1.1.2 source code ?
>
> Cheers
>
>
> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi
>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>> maven project.
>>
>> <dependency>
>>             <groupId>org.apache.hadoop</groupId>
>>             <artifactId>hadoop-core</artifactId>
>>             <version>1.1.2</version>
>>     </dependency>
>>     <dependency>
>>        <groupId>org.apache.hadoop</groupId>
>>        <artifactId>hadoop-test</artifactId>
>>        <version>1.1.2</version>
>>     </dependency>
>>
>> for some reason I didn't succeded to get the source code for these jars (
>> I use eclipse).
>>
>> I tried also mvn dependency:sources , but got :
>>
>> The following files have NOT been resolved:
>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>> Question:
>>    what is the way to get source code of these jars to my project?
>>
>> Thanks
>> Oleg.
>>
>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Oleg Ruchovets <or...@gmail.com>.
Hi Ted.
   What do you mean check out code?

Thansk
Oleg.


On Wed, May 1, 2013 at 5:23 PM, Ted Yu <yu...@gmail.com> wrote:

> I looked under my local maven repo and didn't see source code along
> side hadoop-core-1.1.2.jar
>
> Can you check out the 1.1.2 source code ?
>
> Cheers
>
>
> On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com>wrote:
>
>> Hi
>>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
>> maven project.
>>
>> <dependency>
>>             <groupId>org.apache.hadoop</groupId>
>>             <artifactId>hadoop-core</artifactId>
>>             <version>1.1.2</version>
>>     </dependency>
>>     <dependency>
>>        <groupId>org.apache.hadoop</groupId>
>>        <artifactId>hadoop-test</artifactId>
>>        <version>1.1.2</version>
>>     </dependency>
>>
>> for some reason I didn't succeded to get the source code for these jars (
>> I use eclipse).
>>
>> I tried also mvn dependency:sources , but got :
>>
>> The following files have NOT been resolved:
>> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
>> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
>> Question:
>>    what is the way to get source code of these jars to my project?
>>
>> Thanks
>> Oleg.
>>
>
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I looked under my local maven repo and didn't see source code along
side hadoop-core-1.1.2.jar

Can you check out the 1.1.2 source code ?

Cheers

On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi
>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
> maven project.
>
> <dependency>
>             <groupId>org.apache.hadoop</groupId>
>             <artifactId>hadoop-core</artifactId>
>             <version>1.1.2</version>
>     </dependency>
>     <dependency>
>        <groupId>org.apache.hadoop</groupId>
>        <artifactId>hadoop-test</artifactId>
>        <version>1.1.2</version>
>     </dependency>
>
> for some reason I didn't succeded to get the source code for these jars (
> I use eclipse).
>
> I tried also mvn dependency:sources , but got :
>
> The following files have NOT been resolved:
> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
> Question:
>    what is the way to get source code of these jars to my project?
>
> Thanks
> Oleg.
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I looked under my local maven repo and didn't see source code along
side hadoop-core-1.1.2.jar

Can you check out the 1.1.2 source code ?

Cheers

On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi
>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
> maven project.
>
> <dependency>
>             <groupId>org.apache.hadoop</groupId>
>             <artifactId>hadoop-core</artifactId>
>             <version>1.1.2</version>
>     </dependency>
>     <dependency>
>        <groupId>org.apache.hadoop</groupId>
>        <artifactId>hadoop-test</artifactId>
>        <version>1.1.2</version>
>     </dependency>
>
> for some reason I didn't succeded to get the source code for these jars (
> I use eclipse).
>
> I tried also mvn dependency:sources , but got :
>
> The following files have NOT been resolved:
> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
> Question:
>    what is the way to get source code of these jars to my project?
>
> Thanks
> Oleg.
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I looked under my local maven repo and didn't see source code along
side hadoop-core-1.1.2.jar

Can you check out the 1.1.2 source code ?

Cheers

On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi
>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
> maven project.
>
> <dependency>
>             <groupId>org.apache.hadoop</groupId>
>             <artifactId>hadoop-core</artifactId>
>             <version>1.1.2</version>
>     </dependency>
>     <dependency>
>        <groupId>org.apache.hadoop</groupId>
>        <artifactId>hadoop-test</artifactId>
>        <version>1.1.2</version>
>     </dependency>
>
> for some reason I didn't succeded to get the source code for these jars (
> I use eclipse).
>
> I tried also mvn dependency:sources , but got :
>
> The following files have NOT been resolved:
> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
> Question:
>    what is the way to get source code of these jars to my project?
>
> Thanks
> Oleg.
>

Re: hadoop 1.1.2 sources (maven project)

Posted by Ted Yu <yu...@gmail.com>.
I looked under my local maven repo and didn't see source code along
side hadoop-core-1.1.2.jar

Can you check out the 1.1.2 source code ?

Cheers

On Wed, May 1, 2013 at 6:58 AM, Oleg Ruchovets <or...@gmail.com> wrote:

> Hi
>    I have  hadoop-core 1.1.2 and hadoop-test 1.1.2 as dependency in my
> maven project.
>
> <dependency>
>             <groupId>org.apache.hadoop</groupId>
>             <artifactId>hadoop-core</artifactId>
>             <version>1.1.2</version>
>     </dependency>
>     <dependency>
>        <groupId>org.apache.hadoop</groupId>
>        <artifactId>hadoop-test</artifactId>
>        <version>1.1.2</version>
>     </dependency>
>
> for some reason I didn't succeded to get the source code for these jars (
> I use eclipse).
>
> I tried also mvn dependency:sources , but got :
>
> The following files have NOT been resolved:
> [INFO]    org.apache.hadoop:hadoop-core:java-source:sources:1.1.2
> [INFO]    org.apache.hadoop:hadoop-test:java-source:sources:1.1.2
> Question:
>    what is the way to get source code of these jars to my project?
>
> Thanks
> Oleg.
>