HADOOP-8807. Update README and website to reflect HADOOP-8662. Contributed by Andras Bokor.
This commit is contained in:
parent
c67b0650ea
commit
77b015000a
@ -1,6 +1,6 @@
|
|||||||
For the latest information about Hadoop, please visit our website at:
|
For the latest information about Hadoop, please visit our website at:
|
||||||
|
|
||||||
http://hadoop.apache.org/core/
|
http://hadoop.apache.org/
|
||||||
|
|
||||||
and our wiki, at:
|
and our wiki, at:
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ public static long parseLongParam(ServletRequest request, String param)
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static final String HTML_TAIL = "<hr />\n"
|
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"
|
+ Calendar.getInstance().get(Calendar.YEAR) + ".\n"
|
||||||
+ "</body></html>";
|
+ "</body></html>";
|
||||||
|
|
||||||
|
@ -21,5 +21,5 @@
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="http://wiki.apache.org/hadoop/LibHDFS">libhdfs</a> -
|
<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>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<version>3.2.0-SNAPSHOT</version>
|
<version>3.2.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Apache Hadoop MapReduce</name>
|
<name>Apache Hadoop MapReduce</name>
|
||||||
<url>http://hadoop.apache.org/mapreduce/</url>
|
<url>http://hadoop.apache.org/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<test.logs>true</test.logs>
|
<test.logs>true</test.logs>
|
||||||
|
Loading…
Reference in New Issue
Block a user