HADOOP-16042. Update the link to HadoopJavaVersion (#1784)

(cherry picked from commit d80d86264d)
This commit is contained in:
Chandra Sanivarapu 2019-12-27 17:18:10 +09:00 committed by Akira Ajisaka
parent 440b7abc04
commit 8ec1461b25
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ This document does not cover advanced topics such as [Security](./SecureMode.htm
Prerequisites 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. * Download a stable version of Hadoop from Apache mirrors.
Installation Installation

View File

@ -39,7 +39,7 @@ $H3 Required Software
Required software for Linux include: 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. 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.