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 stack:
http://wiki.apache.org/hadoop/Hbase

The comment on the change is:
Cleanup

------------------------------------------------------------------------------
  Just as Google's [http://labs.google.com/papers/bigtable.html Bigtable] 
leverages the distributed data storage provided
  by the [http://labs.google.com/papers/gfs.html Google File System],
  HBase provides Bigtable-like capabilities on top of Hadoop Core. 
- Data is organized into tables, rows and columns. An Iterator-like interface
- is available for scanning through a row range (and of course there is the
- ability to retrieve a column value for a specific key).
- Any particular column may have multiple versions for the same row key.
  
  == General Information ==
   * [http://hadoop.apache.org/hbase HBase Home Page] -- hbase.org
-  * [wiki:Hbase/HbaseArchitecture HBase Architecture] -- (updated 2008/09/05)
+  * [wiki:Hbase/HbaseArchitecture HBase Architecture] -- updated 2008/09/05.
-  * [wiki:Hbase/FAQ FAQ] and [wiki:Hbase/Troubleshooting Troubleshooting]
   * Support:
-   * [http://hadoop.apache.org/hbase/mailing_lists.html HBase Mailing Lists] 
See also the [http://hadoop.apache.org/core/mailing_lists.html Hadoop Mailing 
Lists]
+   * [http://hadoop.apache.org/hbase/mailing_lists.html HBase Mailing Lists]
    * [http://hadoop.apache.org/hbase/irc.html HBase IRC Channel]
+   * [wiki:Hbase/FAQ FAQ] and [wiki:Hbase/Troubleshooting Troubleshooting]
   * HBase [http://hadoop.apache.org/hbase/releases.html#News news], 
[:HBase/HBasePresentations: presentations], [:HBase/Articles: articles], and 
[https://twitter.com/HBase twitter].
   * [:Hbase/PoweredBy: PoweredBy], a list of sites and applications powered by 
HBase
   * SupportingProjects
  
- == Administrators / Setup Guides and config ==
+ == Administrators / Setup Guides and configuration ==
   * 
[http://hadoop.apache.org/hbase/docs/current/api/overview-summary.html#overview_description
 Getting Started]
   * HBase and Performance
    * [wiki:PerformanceTuning Performance Tuning]
    * [:Hbase/PerformanceEvaluation: Tools for evaluating HBase performance and 
scalability]
-    * There are setup instructions and a JMeter Test Plan in 
[https://issues.apache.org/jira/browse/HADOOP-2625 HADOOP-2625]
-  * [wiki:UsingLzoCompression Using LZO Compression]
+   * [wiki:UsingLzoCompression Using LZO Compression]
   * [:Hbase/MultipleMasters: How to setup multiple HBase Masters] for higher 
availability
   * [wiki:Hbase/RollingRestart Rolling Restart] of HBase
   * Migrating between HBase versions
@@ -41, +36 @@

   * [:Hbase/EC2: Scripts for HBase on EC2]
   * [:Hbase/Stargate: Stargate REST Connector]
  
- == User Developer Documentation ==
+ == User / Developer Documentation ==
   * [http://hadoop.apache.org/hbase/docs/current/ HBase API Docs]
   * [:Hbase/Shell: HBase Shell] -- Based on Ruby's IRB
-   * [:Hbase/JRuby: JRuby interface to HBase] -- obsoleted by the new (J)IRB 
shell
   * HBase non-java access
    * [:Hbase/Jython: Jython interface to HBase]
    * [:Hbase/Groovy: Groovy DSL for HBase]
-   * [:Hbase/HbaseRest: REST gateway specification for HBase]
+   * [:Hbase/HbaseRest: REST gateway specification for HBase] -- obsoleted by 
[:Hbase/Stargate: Stargate REST Connector]
    * [:Hbase/ThriftApi: Thrift gateway specification for HBase]
+  * 
[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapred/package-summary.html
 Using HBase with Hadoop MapReduce]
-   * [http://github.com/sishen/hbase-ruby Ruby client for Hbase's REST API]
-  * [:Hbase/MapReduce: Using HBase with Hadoop MapReduce] -- Obsoleted by 
[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapred/package-summary.html
 HBase MapReduce Package Summary]
   * [:Hbase/Cascading: Using HBase with Cascading]
  
  == Developer Documentation ==
-  * [:HBase/RoadMaps: Roadmaps] -- TODO: Update!
+  * [:HBase/RoadMaps: Roadmaps]
   * [:Hbase/HowToContribute: How to contribute]
-  * [:Hbase/EclipseEnvironment: How to build HBase under Eclipse]
   * [:Hbase/HowToTest: How to test HBase]
   * [:Hbase/HowToCommit: How to commit]
   * [:Hbase/HowToRelease: How to release]
   * [:Hbase/IssuePriorityGuidelines: How to rate the priority of your issues 
in JIRA]
-  * [:Hbase/DataModel: The HBase/Bigtable Data Model]
  
  
  == Design Documents ==
@@ -77, +68 @@

   * [wiki:Hbase/UsingBloomFilters Using Bloom Filters] -- removed in 0.20.x, 
to be reinstated in 0.21.x
   * [wiki:Hbase/10Minutes How to download and run hbase in about 10 Minutes].
   * [:Hbase/HbaseRTDS: A performance evaluation of HBase]
-  
+  * [:Hbase/JRuby: JRuby interface to HBase] -- obsoleted by the new (J)IRB 
shell
+  * [:Hbase/MapReduce: Using HBase with Hadoop MapReduce] -- Obsoleted by 
[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapred/package-summary.html
 HBase MapReduce Package Summary]
+  * There are setup instructions and a JMeter Test Plan in 
[https://issues.apache.org/jira/browse/HADOOP-2625 HADOOP-2625]
+  * [http://github.com/sishen/hbase-ruby Ruby client for Hbase's REST API]
+  * [:Hbase/DataModel: The HBase/Bigtable Data Model]
+  * [:Hbase/EclipseEnvironment: How to build HBase under Eclipse]
  

Reply via email to