You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/12/27 08:21:43 UTC

[hadoop] branch branch-3.1 updated: HADOOP-16042. Update the link to HadoopJavaVersion (#1784)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 4acbe1c  HADOOP-16042. Update the link to HadoopJavaVersion (#1784)
4acbe1c is described below

commit 4acbe1c05de8ee3b44425a106e2dba3871f34fb3
Author: Chandra Sanivarapu <mo...@gmail.com>
AuthorDate: Fri Dec 27 17:18:10 2019 +0900

    HADOOP-16042. Update the link to HadoopJavaVersion (#1784)
    
    (cherry picked from commit d80d86264d8e4b1a5cfc6fc12eec8f9dfcd76b3f)
---
 hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md   | 2 +-
 .../hadoop-common/src/site/markdown/SingleCluster.md.vm                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
index 7be6a19..7f61d3b 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/ClusterSetup.md
@@ -27,7 +27,7 @@ This document does not cover advanced topics such as [Security](./SecureMode.htm
 Prerequisites
 -------------
 
-* Install Java. See the [Hadoop Wiki](http://wiki.apache.org/hadoop/HadoopJavaVersions) for known good versions.
+* Install Java. See the [Hadoop Wiki](https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions) for known good versions.
 * Download a stable version of Hadoop from Apache mirrors.
 
 Installation
diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
index 18fb52d..da233d1 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm
@@ -39,7 +39,7 @@ $H3 Required Software
 
 Required software for Linux include:
 
-1.  Java™ must be installed. Recommended Java versions are described at [HadoopJavaVersions](http://wiki.apache.org/hadoop/HadoopJavaVersions).
+1.  Java™ must be installed. Recommended Java versions are described at [HadoopJavaVersions](https://cwiki.apache.org/confluence/display/HADOOP/Hadoop+Java+Versions).
 
 2.  ssh must be installed and sshd must be running to use the Hadoop scripts that manage remote Hadoop daemons if the optional start and stop scripts are to be used. Additionally, it is recommmended that pdsh also be installed for better ssh resource management.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org