HADOOP-8807. Update README and website to reflect HADOOP-8662. Contributed by Andras Bokor.

This commit is contained in:
Márton Elek 2018-08-17 11:07:23 +02:00
parent c67b0650ea
commit 77b015000a
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
For the latest information about Hadoop, please visit our website at:
http://hadoop.apache.org/core/
http://hadoop.apache.org/
and our wiki, at:

View File

@ -74,7 +74,7 @@ public static long parseLongParam(ServletRequest request, String param)
}
public static final String HTML_TAIL = "<hr />\n"
+ "<a href='http://hadoop.apache.org/core'>Hadoop</a>, "
+ "<a href='http://hadoop.apache.org'>Hadoop</a>, "
+ Calendar.getInstance().get(Calendar.YEAR) + ".\n"
+ "</body></html>";

View File

@ -21,5 +21,5 @@
<br />
<br />
<a href="http://wiki.apache.org/hadoop/LibHDFS">libhdfs</a> -
<a href="http://hadoop.apache.org/core/">Hadoop</a>
<a href="http://hadoop.apache.org/">Hadoop</a>

View File

@ -25,7 +25,7 @@
<version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Hadoop MapReduce</name>
<url>http://hadoop.apache.org/mapreduce/</url>
<url>http://hadoop.apache.org/</url>
<properties>
<test.logs>true</test.logs>