This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 6ef99d1 HADOOP-16009. Replace the url of the repository in Apache
Hadoop source code.
6ef99d1 is described below
commit 6ef99d16ae0485febe37fdc76aff3d526f93bda5
Author: Akira Ajisaka <[email protected]>
AuthorDate: Mon Dec 31 06:28:24 2018 +0900
HADOOP-16009. Replace the url of the repository in Apache Hadoop source
code.
(cherry picked from commit eee29ed7066e9401c7530b8b6f3b221bacef9a8a)
(cherry picked from commit c157ab49c095357e13ced9c57ef5bdde0557480f)
---
hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++
hadoop-project/src/site/site.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt
b/hadoop-common-project/hadoop-common/CHANGES.txt
index fbcb8ec..d74fa0d 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -8,6 +8,9 @@ Release 2.7.8 - UNRELEASED
IMPROVEMENTS
+ HADOOP-16009. Replace the url of the repository in Apache Hadoop
+ source code. Contributed by Akira Ajisaka.
+
OPTIMIZATIONS
BUG FIXES
diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index 8d8866c..3776468 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -38,7 +38,7 @@
<body>
<links position="left">
<item name="Wiki" href="http://wiki.apache.org/hadoop" />
- <item name="git"
href="https://git-wip-us.apache.org/repos/asf/hadoop.git" />
+ <item name="git" href="https://gitbox.apache.org/repos/asf/hadoop.git" />
</links>
<breadcrumbs position="left">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]