瀏覽代碼

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

Haohui Mai 10 年之前
父節點
當前提交
53100318ea

+ 2 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -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

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/package.html

@@ -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