Dear Wiki user,

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

The following page has been changed by GregStein:
http://wiki.apache.org/hadoop/FrontPage

The comment on the change is:
when the word "Apache" does not appear on the main wiki page, that is a problem.

------------------------------------------------------------------------------
- [http://hadoop.apache.org/ 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.
+ [http://hadoop.apache.org/ Apache 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.
  
  == General Information ==
-  * [http://hadoop.apache.org/ Official Hadoop Website ]: download, 
bug-tracking, mailing-lists, etc.
+  * [http://hadoop.apache.org/ Official Apache Hadoop Website ]: download, 
bug-tracking, mailing-lists, etc.
-  * [:ProjectDescription: Overview] of Hadoop
+  * [:ProjectDescription: Overview] of Apache Hadoop
   * Self:FAQ
   * [:HadoopIsNot: What Hadoop is not]
   * [:Distribution: Distributions] for Hadoop (RPMs, Debs, AMIs, etc)
   * [:HadoopPresentations: Presentations], [:Books: books], [:HadoopArticles: 
articles] and [:Papers: papers] about Hadoop
-  * PoweredBy, a list of sites and applications powered by Hadoop
+  * PoweredBy, a list of sites and applications powered by Apache Hadoop
   * Support
    * [wiki:Self:Help Getting help from the hadoop community].
    * [wiki:Self:Support People and companies for hire].
@@ -66, +66 @@

  
   * Sub-Projects
    * Self:Hbase, a Bigtable-like structured storage system for Hadoop HDFS
-   * [http://wiki.apache.org/pig/ Pig] is a high-level data-flow language and 
execution framework for parallel computation. It is built on top of Hadoop Core.
+   * [http://wiki.apache.org/pig/ Apache Pig] is a high-level data-flow 
language and execution framework for parallel computation. It is built on top 
of Hadoop Core.
    * Self:Hive a data warehouse infrastructure which allows sql-like adhoc 
querying of data (in any format) stored in Hadoop
    * Self:ZooKeeper is a high-performance coordination service for distributed 
applications.
  

Reply via email to