To add the Dremio Community HBase Connector to the list of Dremio sources:
-
From the project root, run
mvn clean install
. The HBase Connectordremio-hbase-plugin-<latest-version>.jar
appears in thetarget
directory. -
Copy
dremio-hbase-plugin-<latest-version>.jar
to the<DREMIO_HOME>/jars
folder on all Dremio nodes. -
Run
<DREMIO_HOME>/bin/stop
to stop Dremio. -
Download and copy the following jars to the
<DREMIO_HOME>/jars/3rdparty
folder on all Dremio nodes. -
Run
<DREMIO_HOME>/bin/start
to start Dremio.
You now have the HBase Connector available in the list of sources on the Dremio UI.