​On Thu, Dec 11, 2014 at 12:57 PM, Abhishek Girish <
[email protected]> wrote:

> Looks like you are invoking in cluster mode, but the plug-in does not
> include ZooKeeper info.
>
> Can you add it and try once?
>
> Example:
>
> "config": {
>     "hbase.zookeeper.quorum": "10.10.103.32",
>     "hbase.zookeeper.property.clientPort": "5181"
>   }
>

​You do not need to configure Zookeeper settings in HBase pluginif all you
want is to connect to MapR-DB.​

On Thu, Dec 11, 2014 at 1:00 PM, Carol McDonald <[email protected]>
wrote:

>
> you can also use maprdb with the dfs plugin, for example (on the mapr
> sandbox drill .6):
>
> select * from dfs.*`/tables/customers` *limit 5;
>

​This will not work if it is the permission issue as suspected by Steven
and I.

Most likely DrillBits in the cluster are running as user "mapr" while the
table is owned by "root". Adding read permission for user "mapr" at table​
and CF level should resolve this.

Reply via email to