Configuring the HBase Storage Plugin

About this task

An hbase storage plugin configuration, which is included in the Apache Drill and Drill on MapR distributions, needs to be configured for use on a MapR cluster. Change the hbase storage plugin configuration to point to MapR-DB as shown in the following example:
{
   "type": "hbase",
   "config": {
      "hbase.zookeeper.quorum": "localhost",
      "hbase.zookeeper.property.clientPort": "2181"
    },
    "size.calculator.enabled": false,
    "enabled": false
}

Procedure

  1. In the Web Console, in Disabled Storage Plugins, click Update for the hbase storage plugin configuration.
  2. Set the size.calculator.enabled parameter in the configuration to false.
  3. Click Update.
  4. Click Enable.