Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/HBaseIntegration" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/HBaseIntegration?action=diff&rev1=7&rev2=8
--------------------------------------------------
{{{hive_hbase_handler.jar}}}, which must be available on the Hive
client auxpath, along with HBase and Zookeeper jars. It requires
configuration property {{{hbase.master}}} in order to connect to the
- HBase master.
+ right HBase master. See [[http://hadoop.apache.org/hbase/docs/current/api/overview-summary.html#overview_description|for
how to set up an HBase cluster]].
Here's an example using CLI from a source build environment:
@@ -115, +115 @@
Positive QL tests are under {{{hbase-handler/src/test/queries}}}.
These use a HBase+Zookeeper mini-cluster for hosting the fixture
- tables, so no real HBase installation is needed in order to run them.
+ tables in-process, so no free-standing HBase installation is needed in order to run them.
Run them like this:
{{{
@@ -123, +123 @@
}}}
An Eclipse launch template remains to be defined.
-
- TBD: how to set up a mini-cluster server for ad hoc testing from CLI
= Links =
|