You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by rongzheng yan <ro...@oracle.com> on 2015/05/27 00:18:28 UTC

What is the git clone URL for a stable apache hadoop release

Hello,

I cloned a local Git repository from Apache repository from URL 
http://git.apache.org/hadoop.git. Before I did any change, I tried to 
build and run the tests, but got several test failures.

Is any test failure expected in Apache repository? From JIRA 
Hadoop-11636, it seems that there are some test failures left in the 
Apache repository. If this is true, where can I get the git clone URL 
for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release 
"clean", without any test failure?

Thanks in advance,

Rongzheng

Re: What is the git clone URL for a stable apache hadoop release

Posted by rongzheng yan <ro...@oracle.com>.
Hi Arpit,

Thanks for your help. I tried to clone and build the repository of this 
URL, but it also shows one test error which is reported in HADOOP-11636. 
Seems that this git tag is not stable either, and occasional test 
failures are always expected. I should figure them out first before I 
make any change.

Rongzheng

On 5/26/2015 6:59 PM, Arpit Agarwal wrote:
> Rongzheng,
>
> The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git
>
> To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html
>
> You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.
>
>
>
>
>
>
> On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:
>
>> Hello,
>>
>> I cloned a local Git repository from Apache repository from URL
>> http://git.apache.org/hadoop.git. Before I did any change, I tried to
>> build and run the tests, but got several test failures.
>>
>> Is any test failure expected in Apache repository? From JIRA
>> Hadoop-11636, it seems that there are some test failures left in the
>> Apache repository. If this is true, where can I get the git clone URL
>> for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release
>> "clean", without any test failure?
>>
>> Thanks in advance,
>>
>> Rongzheng
>>


Re: What is the git clone URL for a stable apache hadoop release

Posted by rongzheng yan <ro...@oracle.com>.
Hi Arpit,

Thanks for your help. I tried to clone and build the repository of this 
URL, but it also shows one test error which is reported in HADOOP-11636. 
Seems that this git tag is not stable either, and occasional test 
failures are always expected. I should figure them out first before I 
make any change.

Rongzheng

On 5/26/2015 6:59 PM, Arpit Agarwal wrote:
> Rongzheng,
>
> The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git
>
> To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html
>
> You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.
>
>
>
>
>
>
> On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:
>
>> Hello,
>>
>> I cloned a local Git repository from Apache repository from URL
>> http://git.apache.org/hadoop.git. Before I did any change, I tried to
>> build and run the tests, but got several test failures.
>>
>> Is any test failure expected in Apache repository? From JIRA
>> Hadoop-11636, it seems that there are some test failures left in the
>> Apache repository. If this is true, where can I get the git clone URL
>> for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release
>> "clean", without any test failure?
>>
>> Thanks in advance,
>>
>> Rongzheng
>>


Re: What is the git clone URL for a stable apache hadoop release

Posted by rongzheng yan <ro...@oracle.com>.
Hi Arpit,

Thanks for your help. I tried to clone and build the repository of this 
URL, but it also shows one test error which is reported in HADOOP-11636. 
Seems that this git tag is not stable either, and occasional test 
failures are always expected. I should figure them out first before I 
make any change.

Rongzheng

On 5/26/2015 6:59 PM, Arpit Agarwal wrote:
> Rongzheng,
>
> The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git
>
> To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html
>
> You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.
>
>
>
>
>
>
> On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:
>
>> Hello,
>>
>> I cloned a local Git repository from Apache repository from URL
>> http://git.apache.org/hadoop.git. Before I did any change, I tried to
>> build and run the tests, but got several test failures.
>>
>> Is any test failure expected in Apache repository? From JIRA
>> Hadoop-11636, it seems that there are some test failures left in the
>> Apache repository. If this is true, where can I get the git clone URL
>> for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release
>> "clean", without any test failure?
>>
>> Thanks in advance,
>>
>> Rongzheng
>>


Re: What is the git clone URL for a stable apache hadoop release

Posted by rongzheng yan <ro...@oracle.com>.
Hi Arpit,

Thanks for your help. I tried to clone and build the repository of this 
URL, but it also shows one test error which is reported in HADOOP-11636. 
Seems that this git tag is not stable either, and occasional test 
failures are always expected. I should figure them out first before I 
make any change.

Rongzheng

On 5/26/2015 6:59 PM, Arpit Agarwal wrote:
> Rongzheng,
>
> The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git
>
> To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html
>
> You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.
>
>
>
>
>
>
> On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:
>
>> Hello,
>>
>> I cloned a local Git repository from Apache repository from URL
>> http://git.apache.org/hadoop.git. Before I did any change, I tried to
>> build and run the tests, but got several test failures.
>>
>> Is any test failure expected in Apache repository? From JIRA
>> Hadoop-11636, it seems that there are some test failures left in the
>> Apache repository. If this is true, where can I get the git clone URL
>> for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release
>> "clean", without any test failure?
>>
>> Thanks in advance,
>>
>> Rongzheng
>>


Re: What is the git clone URL for a stable apache hadoop release

Posted by Arpit Agarwal <aa...@hortonworks.com>.
Rongzheng,

The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git

To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html

You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.






On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:

>Hello,
>
>I cloned a local Git repository from Apache repository from URL 
>http://git.apache.org/hadoop.git. Before I did any change, I tried to 
>build and run the tests, but got several test failures.
>
>Is any test failure expected in Apache repository? From JIRA 
>Hadoop-11636, it seems that there are some test failures left in the 
>Apache repository. If this is true, where can I get the git clone URL 
>for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release 
>"clean", without any test failure?
>
>Thanks in advance,
>
>Rongzheng
>

Re: What is the git clone URL for a stable apache hadoop release

Posted by Arpit Agarwal <aa...@hortonworks.com>.
Rongzheng,

The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git

To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html

You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.






On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:

>Hello,
>
>I cloned a local Git repository from Apache repository from URL 
>http://git.apache.org/hadoop.git. Before I did any change, I tried to 
>build and run the tests, but got several test failures.
>
>Is any test failure expected in Apache repository? From JIRA 
>Hadoop-11636, it seems that there are some test failures left in the 
>Apache repository. If this is true, where can I get the git clone URL 
>for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release 
>"clean", without any test failure?
>
>Thanks in advance,
>
>Rongzheng
>

Re: What is the git clone URL for a stable apache hadoop release

Posted by Arpit Agarwal <aa...@hortonworks.com>.
Rongzheng,

The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git

To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html

You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.






On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:

>Hello,
>
>I cloned a local Git repository from Apache repository from URL 
>http://git.apache.org/hadoop.git. Before I did any change, I tried to 
>build and run the tests, but got several test failures.
>
>Is any test failure expected in Apache repository? From JIRA 
>Hadoop-11636, it seems that there are some test failures left in the 
>Apache repository. If this is true, where can I get the git clone URL 
>for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release 
>"clean", without any test failure?
>
>Thanks in advance,
>
>Rongzheng
>

Re: What is the git clone URL for a stable apache hadoop release

Posted by Arpit Agarwal <aa...@hortonworks.com>.
Rongzheng,

The correct URL is https://git-wip-us.apache.org/repos/asf/hadoop.git

To target a stable release you can either checkout the corresponding git tag or download the source release from https://hadoop.apache.org/releases.html

You may see occasional test failures as some tests are flaky so feel free to file a Jira and attach test logs if the issue has not been reported already. If you see a large number of failures it could be specific to your setup.






On 5/26/15, 3:18 PM, "rongzheng yan" <ro...@oracle.com> wrote:

>Hello,
>
>I cloned a local Git repository from Apache repository from URL 
>http://git.apache.org/hadoop.git. Before I did any change, I tried to 
>build and run the tests, but got several test failures.
>
>Is any test failure expected in Apache repository? From JIRA 
>Hadoop-11636, it seems that there are some test failures left in the 
>Apache repository. If this is true, where can I get the git clone URL 
>for a stable release? (e.g. apache hadoop 2.7.0) Is a stable release 
>"clean", without any test failure?
>
>Thanks in advance,
>
>Rongzheng
>