You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/10 14:19:43 UTC

[Hadoop Wiki] Update of "Hbase" by SteveLoughran

Dear Wiki user,

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

The "Hbase" page has been changed by SteveLoughran:
http://wiki.apache.org/hadoop/Hbase?action=diff&rev1=266&rev2=267

Comment:
linkspam

  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]], [[http://hbase.org/|HBase]] provides Bigtable-like capabilities on top of Hadoop Core.
  
  === General Information ===
-  *
-  [[Hbase/HBaseVersions|Info on HBase versions currently available]] -- e.g. 0.90.0 vs. 0.89.x vs. 0.20.x
+  * [[Hbase/HBaseVersions|Info on HBase versions currently available]] -- e.g. 0.90.0 vs. 0.89.x vs. 0.20.x
  
+  * [[http://hbase.apache.org/book.html|Apache HBase Book]]
  
+  * See also this description of the [[http://www.larsgeorge.com/2009/10/hbase-architecture-101-storage.html|HBase Storage Architecture]] by Lars George.
-  *
-  [[http://hbase.apache.org/book.html|Apache HBase Book]]
  
-  *
-  See also this description of the [[http://www.larsgeorge.com/2009/10/hbase-architecture-101-storage.html|HBase Storage Architecture]] by Lars George.
- 
-  *
-  [[http://hbase.apache.org/mail-lists.html|HBase dist-lists]]
+  * [[http://hbase.apache.org/mail-lists.html|HBase dist-lists]]
  
   * HBase IRC Channel - #hbase on irc.freenode.net.
  
-  *
-  [[Hbase/FAQ|FAQ]]
+  * [[Hbase/FAQ|FAQ]]
  
-  *
-  [[HBase/HBasePresentations|Presentations]], [[HBase/Articles|articles]], and [[https://twitter.com/007simple|twitter]].
+  * [[HBase/HBasePresentations|Presentations]], [[HBase/Articles|articles]].
+   * [[Hbase/PoweredBy|PoweredBy]], a list of sites and applications powered by HBase
  
-   *
-   [[Hbase/PoweredBy|PoweredBy]], a list of sites and applications powered by HBase
- 
- 
- 
-  *
-  SupportingProjects
+  * SupportingProjects
- 
  
  == Administrators / Setup Guides and configuration ==
-  *
-  [[HBasePackages|Packaged versions of HBase]]
+  * [[HBasePackages|Packaged versions of HBase]]
- 
  
   * HBase and Performance
-   *
-   [[Hbase/PerformanceEvaluation|Tools for evaluating HBase performance and scalability]]
+   * [[Hbase/PerformanceEvaluation|Tools for evaluating HBase performance and scalability]]
  
+   * [[UsingLzoCompression|Using LZO Compression]]
  
+  * [[Hbase/MultipleMasters|How to set up multiple HBase Masters]] for higher availability
-   *
-   [[UsingLzoCompression|Using LZO Compression]]
  
- 
- 
-  *
-  [[Hbase/MultipleMasters|How to set up multiple HBase Masters]] for higher availability
- 
- 
-  *
-  [[Hbase/RollingRestart|Rolling Restart]] of HBase
+  * [[Hbase/RollingRestart|Rolling Restart]] of HBase
- 
  
   * Migrating between HBase versions
-   *
-   [[Hbase/HowToMigrate|Migration from one version of HBase to another]]
+   * [[Hbase/HowToMigrate|Migration from one version of HBase to another]]
  
+   * [[Hbase/Migration|Design of the Migration system]] ,
  
+  * [[Hbase/MigrationToNewCluster|Migrate Hbase from one cluster to another]]
-   *
-   [[Hbase/Migration|Design of the Migration system]]
-   ,   
  
+  * [[Hbase/EC2|Scripts for HBase on EC2]]
  
+  * [[Hbase/Stargate|Stargate REST Connector]]
-  *
-  [[Hbase/MigrationToNewCluster|Migrate Hbase from one cluster to another]]
  
- 
-  *
-  [[Hbase/EC2|Scripts for HBase on EC2]]
- 
- 
-  *
-  [[Hbase/Stargate|Stargate REST Connector]]
  == User / Developer Documentation ==
-  *
-  [[Hbase/Shell|HBase Shell]] -- Based on Ruby's IRB
+  * [[Hbase/Shell|HBase Shell]] -- Based on Ruby's IRB
- 
-   *
-   [[Hbase/Hbase-Runner|HBase-Runner: Clojure REPL interface to HBase]]
+   * [[Hbase/Hbase-Runner|HBase-Runner: Clojure REPL interface to HBase]]
-    * [[http://www.diamondlinks.net|Link Building]]
- 
  
   * HBase non-java access
    * languages talking to the JVM:
-    *
-    [[Hbase/Jython|Jython interface to HBase]]
+    * [[Hbase/Jython|Jython interface to HBase]]
  
+    * [[Hbase/Groovy|Groovy DSL for HBase]]
  
-    *
-    [[Hbase/Groovy|Groovy DSL for HBase]]
- 
- 
-    *
-    [[Hbase/Scala|Scala interface to HBase]]
+    * [[Hbase/Scala|Scala interface to HBase]]
- 
- 
  
    * languages with a custom protocol
-    *
-    [[Hbase/Stargate|REST gateway specification for HBase]]
+    * [[Hbase/Stargate|REST gateway specification for HBase]]
  
- 
-    *
-    [[Hbase/ThriftApi|Thrift gateway specification for HBase]]
+    * [[Hbase/ThriftApi|Thrift gateway specification for HBase]]
- 
- 
- 
  
   * Hbase Map Reduce
-   *
-   [[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapreduce/package-summary.html|Using HBase with Hadoop MapReduce]]. There is also a backwards compatible API for use with the corresponding backwards compatible MapReduce API still available in Hadoop 0.20:
+   * [[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapreduce/package-summary.html|Using HBase with Hadoop MapReduce]]. There is also a backwards compatible API for use with the corresponding backwards compatible MapReduce API still available in Hadoop 0.20:
  
+   * [[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapred/package-summary.html|Using HBase with deprecated Hadoop MapReduce APIs]]
  
+   * [[http://sujee.net/tech/articles/hbase-map-reduce-freq-counter/|Hbase Map Reduce Tutorial - Frequency Counter]] by Sujee Maniyam
-   *
-   [[http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/mapred/package-summary.html|Using HBase with deprecated Hadoop MapReduce APIs]]
  
+   * [[Hbase/Cascading|Using HBase with Cascading]]
  
+   * [[Hbase/MavenPrimer|Maven and HBase]]
-   *
-   [[http://sujee.net/tech/articles/hbase-map-reduce-freq-counter/|Hbase Map Reduce Tutorial - Frequency Counter]] by Sujee Maniyam
  
- 
-   *
-   [[Hbase/Cascading|Using HBase with Cascading]]
- 
- 
-   *
-   [[Hbase/MavenPrimer|Maven and HBase]][[http://itshumour.blogspot.com/2010/06/twenty-hilarious-funny-quotes.html|.]]
- 
- 
- 
-  *
-  [[http://wiki.apache.org/hadoop/Hbase-jdo/example|Hbase util module & Tool, some examples]]
+  * [[http://wiki.apache.org/hadoop/Hbase-jdo/example|Hbase util module & Tool, some examples]]
- 
  
  == Developer Documentation ==
-  *
-  [[https://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:roadmap-panel|HBase Roadmaps]] by HBase Version
+  * [[https://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:roadmap-panel|HBase Roadmaps]] by HBase Version
  
+  * [[Hbase/HowToContribute|How to contribute]]
  
+  * [[Hbase/HowToTest|How to test HBase]]
-  *
-  [[Hbase/HowToContribute|How to contribute]]
  
+  * [[Hbase/HowToCommit|How to commit]]
  
-  *
-  [[Hbase/HowToTest|How to test HBase]]
+  * [[Hbase/HowToRelease|How to release]]
  
+  * [[Hbase/IssuePriorityGuidelines|How to rate the priority of your issues in JIRA]]
  
-  *
-  [[Hbase/HowToCommit|How to commit]]
- 
- 
-  *
-  [[Hbase/HowToRelease|How to release]]
- 
- 
-  *
-  [[Hbase/IssuePriorityGuidelines|How to rate the priority of your issues in JIRA]]
- 
- 
-  *
-  Profiling: The HBase project uses [[http://www.ej-technologies.com/download/jprofiler/files.html|JProfiler]] thanks to a generous donation by ej-technologies.
+  * Profiling: The HBase project uses [[http://www.ej-technologies.com/download/jprofiler/files.html|JProfiler]] thanks to a generous donation by ej-technologies.
- 
  
  == Design Documents ==
  == Obsolete/Stale ==
-  *
-  [[Hbase/Obsolete|Obsolete Pages]]
+  * [[Hbase/Obsolete|Obsolete Pages]]