Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "FrontPage" page has been changed by LewisJohnMcgibbney: https://wiki.apache.org/hadoop/FrontPage?action=diff&rev1=301&rev2=302 = Apache Hadoop = [[http://hadoop.apache.org/|Apache Hadoop]] is a framework for running applications on large cluster built of commodity hardware. The Hadoop framework transparently provides applications both reliability and data motion. Hadoop implements a computational paradigm named [[HadoopMapReduce|Map/Reduce]], where the application is divided into many small fragments of work, each of which may be executed or re-executed on any node in the cluster. In addition, it provides a distributed file system ([[DFS|HDFS]]) that stores data on the compute nodes, providing very high aggregate bandwidth across the cluster. Both MapReduce and the Hadoop Distributed File System are designed so that node failures are automatically handled by the framework. + <<TableOfContents(4)>> #format html == General Information == * [[http://hadoop.apache.org/|Official Apache Hadoop Website]]: download, bug-tracking, mailing-lists, etc. @@ -25, +26 @@ * [[http://wiki.apache.org/hama|Hama]], a Google's Pregel-like distributed computing framework based on BSP (Bulk Synchronous Parallel) computing techniques for massive scientific computations. * [[http://lucene.apache.org/mahout|Mahout]], scalable Machine Learning algorithms using Hadoop * [[http://wiki.apache.org/hadoop/HCFS | Hadoop Compatible FileSystems (HCFS)]] + * [[http://gora.apache.org|Apache Gora]], open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support. == User Documentation == * [[HadoopJavaVersions|Available Java Runtime Environments for Hadoop]]
