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 KonstantinShvachko.
http://wiki.apache.org/hadoop/HDFS?action=diff&rev1=3&rev2=4

--------------------------------------------------

- Hadoop's Distributed File System 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 ==
+ 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]].
  
- [[DFS_requirements]]. Summarizes the requirements Hadoop DFS should be 
targeted for, and outlines 
- further development steps towards achieving this requirements.
+ == General Information ==
+   * [[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/hdfs/docs/current/hdfs_design.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.
+   * [[FAQ]] (look for the questions starting with HDFS.)
+   * [[HDFS_Publications]]
  
- [[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.
- 
- Here is a brief description of the design and architecture of the 
[[http://hadoop.apache.org/core/docs/current/hdfs_design.html|Hadoop 
Distributed File System (HDFS)]]
- 

Reply via email to