HDFS-6544. Broken Link for GFS in package.html. Contributed by Suraj Nayak M.

This commit is contained in:
Haohui Mai 2014-10-13 10:33:19 -07:00
parent 98ac9f26c5
commit 53100318ea
2 changed files with 3 additions and 1 deletions

View File

@ -940,6 +940,8 @@ Release 2.6.0 - UNRELEASED
HDFS-7236. Fix TestOpenFilesWithSnapshot#testOpenFilesWithMultipleSnapshots.
(Yongjun Zhang via jing9)
HDFS-6544. Broken Link for GFS in package.html. (Suraj Nayak M via wheat9)
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
HDFS-6387. HDFS CLI admin tool for creating & deleting an

View File

@ -21,7 +21,7 @@
<p>A distributed implementation of {@link
org.apache.hadoop.fs.FileSystem}. This is loosely modelled after
Google's <a href="http://labs.google.com/papers/gfs.html">GFS</a>.</p>
Google's <a href="http://research.google.com/archive/gfs.html">GFS</a>.</p>
<p>The most important difference is that unlike GFS, Hadoop DFS files
have strictly one writer at any one time. Bytes are always appended