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 tuxracer69. The comment on this change is: linking to the newly created Scala page. http://wiki.apache.org/hadoop/Hbase?action=diff&rev1=140&rev2=141 -------------------------------------------------- {{attachment:hbase_logo_med.gif}} = HBase: Bigtable-like structured storage for Hadoop HDFS = + 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. - - 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 == * [[http://hadoop.apache.org/hbase|HBase Home Page]] -- hbase.org @@ -17, +14 @@ * [[http://hadoop.apache.org/hbase/mailing_lists.html|HBase Mailing Lists]] * [[http://hadoop.apache.org/hbase/irc.html|HBase IRC Channel]] * [[Hbase/FAQ|FAQ]] and [[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 [[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 + * [[Hbase/PoweredBy|PoweredBy]], a list of sites and applications powered by HBase * SupportingProjects * Profiling: The HBase project uses [[http://www.ej-technologies.com/download/jprofiler/files.html|JProfiler]] thanks to a generous donation by ej-technologies. @@ -26, +23 @@ * [[http://hadoop.apache.org/hbase/docs/current/api/overview-summary.html#overview_description|Getting Started]] * HBase and Performance * [[PerformanceTuning|Performance Tuning]] - * [[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 setup multiple HBase Masters]] for higher availability + * [[Hbase/MultipleMasters|How to setup multiple HBase Masters]] for higher availability * [[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/Migration|Design of the Migration system]] - * [[Hbase/EC2| Scripts for HBase on EC2]] + * [[Hbase/EC2|Scripts for HBase on EC2]] - * [[Hbase/Stargate| Stargate REST Connector]] + * [[Hbase/Stargate|Stargate REST Connector]] == User / Developer Documentation == * [[http://hadoop.apache.org/hbase/docs/current/|HBase API Docs]] - * [[Hbase/Shell| HBase Shell]] -- Based on Ruby's IRB + * [[Hbase/Shell|HBase Shell]] -- Based on Ruby's IRB * 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]] + * languages with a custom protocol: - * [[Hbase/HbaseRest| REST gateway specification for HBase]] -- obsoleted by [[Hbase/Stargate| Stargate REST Connector]] + * [[Hbase/HbaseRest|REST gateway specification for HBase]] -- obsoleted by [[Hbase/Stargate|Stargate REST Connector]] - * [[Hbase/ThriftApi| Thrift gateway specification for HBase]] + * [[Hbase/ThriftApi|Thrift gateway specification for HBase]] * [[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]] - * [[Hbase/Cascading| Using HBase with Cascading]] + * [[Hbase/Cascading|Using HBase with Cascading]] == Developer Documentation == - * [[HBase/RoadMaps| Roadmaps]] + * [[HBase/RoadMaps|Roadmaps]] - * [[Hbase/HowToContribute| How to contribute]] + * [[Hbase/HowToContribute|How to contribute]] - * [[Hbase/HowToTest| How to test HBase]] + * [[Hbase/HowToTest|How to test HBase]] - * [[Hbase/HowToCommit| How to commit]] + * [[Hbase/HowToCommit|How to commit]] - * [[Hbase/HowToRelease| How to release]] + * [[Hbase/HowToRelease|How to release]] - * [[Hbase/IssuePriorityGuidelines| How to rate the priority of your issues in JIRA]] + * [[Hbase/IssuePriorityGuidelines|How to rate the priority of your issues in JIRA]] - == Design Documents == - * [[Hbase/HRSLocking| HRegionServer locking]] + * [[Hbase/HRSLocking|HRegionServer locking]] - * [[Hbase/Glossary| Glossary]] (Under Construction) + * [[Hbase/Glossary|Glossary]] (Under Construction) * 0.21 Design - * [[Hbase/MasterRewrite| HBase Master Rewrite]] + * [[Hbase/MasterRewrite|HBase Master Rewrite]] == Obsolete/Stale == - * [[Hbase/NewFileFormat| Discussion of new file format]] -- hfile has become the new store file format in hbase + * [[Hbase/NewFileFormat|Discussion of new file format]] -- hfile has become the new store file format in hbase - * [[Hbase/ZookeeperIntegration| HBase/Zookeeper integration documentation]] -- integrated + * [[Hbase/ZookeeperIntegration|HBase/Zookeeper integration documentation]] -- integrated * [[Hbase/UsingBloomFilters|Using Bloom Filters]] -- removed in 0.20.x, to be reinstated in 0.21.x * [[Hbase/10Minutes|How to download and run hbase in about 10 Minutes]]. - * [[Hbase/HbaseRTDS| A performance evaluation of HBase]] + * [[Hbase/HbaseRTDS|A performance evaluation of HBase]] - * [[Hbase/JRuby| JRuby interface to HBase]] -- obsoleted by the new (J)IRB shell + * [[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]] + * [[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/DataModel|The HBase/Bigtable Data Model]] - * [[Hbase/EclipseEnvironment| How to build HBase under Eclipse]] + * [[Hbase/EclipseEnvironment|How to build HBase under Eclipse]] - * [[Hbase/Plan-0.2/APIChanges| API changes]] + * [[Hbase/Plan-0.2/APIChanges|API changes]] - * [[Hbase/ColumnCaching| Column caching]] + * [[Hbase/ColumnCaching|Column caching]] - * [[Hbase/DesignOverview| HBase Design Overview]] (Under Construction) + * [[Hbase/DesignOverview|HBase Design Overview]] (Under Construction)
