Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/FAQ_General" page has been changed by DougMeil: http://wiki.apache.org/hadoop/Hbase/FAQ_General?action=diff&rev1=2&rev2=3 1. [[#1|When would I use HBase?]] 1. [[#2|Can someone give an example of basic API-usage going against hbase?]] 1. [[#3|What other hbase-like applications are there out there?]] - 1. [[#8|How do I access HBase from my Ruby/Python/Perl/PHP/etc. application?]]on?]] + 1. [[#4|How do I access HBase from my Ruby/Python/Perl/PHP/etc. application?]]on?]] - 1. [[#14|Can HBase development be done on windows?]] + 1. [[#5|Can HBase development be done on windows?]] - 1. [[#15|Please explain HBase version numbering?]] + 1. [[#6|Please explain HBase version numbering?]] - 1. [[#16|What version of Hadoop do I need to run HBase?]] + 1. [[#7|What version of Hadoop do I need to run HBase?]] - 1. [[#18|Are there any schema design examples?]] + 1. [[#8|Are there any schema design examples?]] == Answers == @@ -30, +30 @@ Broadly speaking, there are many. One place to start your search is here [[http://blog.oskarsson.nu/2009/06/nosql-debrief.html|nosql]]. - '''8. <<Anchor(8)>> How do I access Hbase from my Ruby/Python/Perl/PHP/etc. application?''' + '''4. <<Anchor(4)>> How do I access Hbase from my Ruby/Python/Perl/PHP/etc. application?''' See non-java access on [[Hbase|HBase wiki home page]] - '''14. <<Anchor(14)>> Can HBase development be done on windows?''' + '''5. <<Anchor(5)>> Can HBase development be done on windows?''' See the the Getting Started section in the HBase Book: http://hbase.apache.org/book.html#getting_started - '''15. <<Anchor(15)>> Please explain HBase version numbering?''' + '''6. <<Anchor(6)>> Please explain HBase version numbering?''' See [[http://wiki.apache.org/hadoop/Hbase/HBaseVersions|HBase Versions since 0.20.x]]. The below is left in place for the historians. @@ -51, +51 @@ Sorry for any confusion caused. - '''16. <<Anchor(16)>> What version of Hadoop do I need to run HBase?''' + '''7. <<Anchor(7)>> What version of Hadoop do I need to run HBase?''' Different versions of HBase require different versions of Hadoop. Consult the table below to find which version of Hadoop you will need: @@ -69, +69 @@ Also note that after HBase-0.2.x, the HBase release numbering schema will change to align with the Hadoop release number on which it depends. - '''18. <<Anchor(18)>> Are there any Schema Design examples?''' + '''8. <<Anchor(8)>> Are there any Schema Design examples?''' See [[http://www.slideshare.net/hmisty/20090713-hbase-schema-design-case-studies|HBase Schema Design -- Case Studies]] by Evan(Qingyan) Liu or the following text taken from Jonathan Gray's mailing list posts.
