Re: Drills' Hbase storage plugin

2017-08-21 Thread Ascot Moss
Dear Sorabh, About putting a hbase-site.xml in classpath, can you please explain a bit more about this point? Regards On Mon, Aug 21, 2017 at 3:38 PM, Ascot Moss <ascot.m...@gmail.com> wrote: > Dear Sorabh, > > Your reply helps a lot!! > > I have copied hbase-site.xm

Re: Drills' Hbase storage plugin

2017-08-21 Thread Ascot Moss
Dear Sorabh, Your reply helps a lot!! I have copied hbase-site.xml to $DRILL_HOME/conf, restarted drillbit, ran below: kinit sqlline -n "jdbc:drill:drillbit=n1.testserver:31010;auth=kerberos" -n " u1@MY_DOMAIN.COM" use hbase; +--+---+ | ok

Re: Drill on secure HDFS

2017-08-13 Thread Ascot Moss
Hi Robert, "This will work for JDBC clients." Great! any sample command for reference? e.g. any beeline !connect command sample about the parameters required for jdbc connection on Hadoop-kerberos? Regards

Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal for use as renewer

2017-08-12 Thread Ascot Moss
Hi, I use Drill 1.11 on Hive 2.1.1 on Hadoop 2.7.2 with Kerberos. sqlline -u "jdbc:drill:drillbit=n1.server:31010;auth=kerberos;principal=drill/server" -n "drill/n1.server" use hive; +---+---+ | ok | summary |

Error: SYSTEM ERROR: IOException: Can't get Master Kerberos principal for use as renewer

2017-08-12 Thread Ascot Moss
Hi, I use Drill 1.11 on Hive 2.1.1 on Hadoop 2.7.2 with Kerberos. sqlline -u "jdbc:drill:drillbit=n1.server:31010;auth=kerberos;principal=drill/server" -n "drill/n1.server " use hive; +---+---+ | ok | summary |

Re: Drill on secure HDFS

2017-08-12 Thread Ascot Moss
, Ascot Moss <ascot.m...@gmail.com> wrote: > Hi, > > I have HDFS with Kerberos enabled, how to configure drill's dfs plugin in > order to enable Kerberos authentication? > > regards >

Re: Drills' Hbase storage plugin

2017-08-12 Thread Ascot Moss
Does Drill's Hbase Storage support Hbase-Kerberos? I cannot find any link about this. https://drill.apache.org/docs/hbase-storage-plugin/ This link does not provide too much detail about Drills' Hbase Storage on HBase-Kerberos. On Sat, Aug 12, 2017 at 4:11 PM, Ascot Moss <ascot.m...@gmail.

Re: Drill UI (8047) Default User and Password

2017-08-12 Thread Ascot Moss
user who ran the queries will be shown as > anonymous. > Though if you did than it would depend on those users whom you have allowed > access [1]. > > [1] https://drill.apache.org/docs/securing-drill-introduction/ > > Kind regards > Arina > > On Thu, Aug 10, 2017 at

Drills' Hbase storage plugin

2017-08-12 Thread Ascot Moss
Hi, I have Hbase with Kerberos enabled, how to configure drill's hbase storage plugin in order to access kerberos-Hbase? Regards

Drill on secure HDFS

2017-08-12 Thread Ascot Moss
Hi, I have HDFS with Kerberos enabled, how to configure drill's dfs plugin in order to enable Kerberos authentication? regards

Drill UI (8047) Default User and Password

2017-08-10 Thread Ascot Moss
Hi, What is the default login name and password for drill 8047 port UI? (Drill version: 1.11.0) regards

Hive Metastore

2015-07-16 Thread Ascot Moss
Hi Drill team, On the Drill documentation page, https://drill.apache.org/docs/file-system-storage-plugin/, it states that the IP address is required if HDFS is used. • HDFS connection: hdfs://IP Address:Port/ e.g. connection: hdfs://10.10.30.156:8020/ My question is that: Does the