You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/21 05:15:01 UTC

[Hadoop Wiki] Update of "HDFS" by SteveKallestad

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "HDFS" page has been changed by SteveKallestad:
https://wiki.apache.org/hadoop/HDFS?action=diff&rev1=4&rev2=5

Comment:
Updated broken links, java api is now part of the hadoop api so I linked to the fs (filesystem) package.

  == Hadoop Distributed File System ==
- Hadoop Distributed File System (HDFS) is designed to reliably store very large files across machines in a large cluster. It is inspired by the [[http://labs.google.com/papers/gfs.html|GoogleFileSystem]].
+ Hadoop Distributed File System (HDFS) is designed to reliably store very large files across machines in a large cluster. It is inspired by the [[http://research.google.com/archive/gfs.html|GoogleFileSystem]].
  
  == General Information ==
-   * [[DFS_requirements]]. Summarizes the requirements Hadoop DFS should be targeted for, and outlines further development steps towards achieving this requirements.
+  * [[DFS_requirements]]. Summarizes the requirements Hadoop DFS should be targeted for, and outlines further development steps towards achieving this requirements.
-   * [[http://hadoop.apache.org/hdfs/docs/current/|Documentation]]
-     * [[http://hadoop.apache.org/hdfs/docs/current/api/|HDFS Java API]]
+  * [[http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html|Documentation]]
+   * [[http://hadoop.apache.org/docs/current/api/org/apache/hadoop/fs/package-summary.html|HDFS Java API]]
-     * [[http://hadoop.apache.org/hdfs/docs/current/hdfs_design.html|HDFS Architecture Guide]] - a brief description of the design and architecture.
+   * [[http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html|HDFS Architecture Guide]] - a brief description of the design and architecture.
-     * [[Hadoop_Upgrade]]. Describes a step-by-step procedure for manual transition of Hadoop cluster to a newer software version, and outlines enhancements intended to make the upgrade simple and safe.
+   * [[Hadoop_Upgrade]]. Describes a step-by-step procedure for manual transition of Hadoop cluster to a newer software version, and outlines enhancements intended to make the upgrade simple and safe.
-   * [[FAQ]] (look for the questions starting with HDFS.)
+  * [[FAQ]] (look for the questions starting with HDFS.)
-   * [[HDFS_Publications]]
+  * [[HDFS_Publications]]