Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/lucene-hadoop/FrontPage The comment on the change is: move link to overview to a general bullet; add a link to HDFS in intro paragraph ------------------------------------------------------------------------------ - [http://lucene.apache.org/hadoop/ Hadoop] is a framework for running applications on large clusters 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 reexecuted on any node in the cluster. In addition, it provides a distributed file system that stores data on the compute nodes, providing very high aggregate bandwidth across the cluster. Both Map/Reduce and the distributed file system are designed so that node failures are automatically handled by the framework. + [http://lucene.apache.org/hadoop/ Hadoop] is a framework for running applications on large clusters 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 reexecuted 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 Map/Reduce and the distributed file system are designed so that node failures are automatically handled by the framework. - - See the [:ProjectDescription: Project Description] for more details. == General Information == + * [:ProjectDescription: Overview] of Hadoop + * Self:FAQ - * [http://lucene.apache.org/hadoop/ Hadoop Official Website ]: download, bugtracking, mailing-lists, etc. + * [http://lucene.apache.org/hadoop/ Official Hadoop Website ]: download, bugtracking, mailing-lists, etc. * [:HadoopPresentations: Presentations] about Hadoop - * Self:FAQ * PoweredBy, a list of sites and applications powered by Hadoop == User Documentation ==