You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Deepak Shivamurthy (JIRA)" <ji...@apache.org> on 2018/03/08 09:48:00 UTC

[jira] [Created] (DRILL-6220) Drill Connectivity Issue with Kerberorized HDFS

Deepak Shivamurthy created DRILL-6220:
-----------------------------------------

             Summary: Drill Connectivity Issue with Kerberorized HDFS
                 Key: DRILL-6220
                 URL: https://issues.apache.org/jira/browse/DRILL-6220
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - HTTP, Client - JDBC, Documentation
    Affects Versions: 1.11.0
            Reporter: Deepak Shivamurthy


Hi Team, 
We are facing issue when starting drill after adding below config in drill-override.conf.. any help here would be appreciated. Thanks 

impersonation: { 
enabled: true, 
max_chained_user_hops: 3 
}, 
security: { 
user.auth.enabled:true, 
auth.mechanisms:["KERBEROS","PLAIN"], 
auth.principal:"[xxx@BDP.COM|mailto:xxx@BDP.COM]", 
auth.keytab:"/etc/security/keytabs/xxx.keytab", 
user.encryption.sasl.enabled: true 
}
{color:#1e1e1e} {color}
{color:#1e1e1e} {color}
{color:#1e1e1e}[root@NVMBD2AJJ110V04 apache-drill-1.11.0]# bin/sqlline -u "jdbc:drill:zk=journalnode1.jiolabs.com:2181;auth=kerberos;service_name=drill;service_host=nvmbd2ajj110v04;keytab=/etc/security/keytabs/drill.keytab;principal=drill/[nvmbd2ajj110v04@RILBDP.COM|mailto:nvmbd2ajj110v04@RILBDP.COM]" -n "drill/[nvmbd2ajj110v04@RILBDP.COM|mailto:nvmbd2ajj110v04@RILBDP.COM]" 
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 
apache drill 1.11.0 
"a drill in the hand is better than two in the bush" 
0: jdbc:drill:zk=[journalnode1.jiolabs.com:218|http://journalnode1.jiolabs.com:218/]> show schemas; 
Error: RESOURCE ERROR: Failed to create schema tree. 


[Error Id: 87691a44-9ae3-4765-bdba-52ef4f3eaa9c on NVMBD2AJJ110V04:31010] (state=,code=0) 
0: jdbc:drill:zk=[journalnode1.jiolabs.com:218|http://journalnode1.jiolabs.com:218/]> 
{color}
{color:#1e1e1e} {color}
{color:#1e1e1e} {color}
{color:#1e1e1e}
{color}
Regards,
Deepak S



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)