You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "thomas.bach2@de.bosch.com (JIRA)" <ji...@apache.org> on 2018/04/25 12:13:00 UTC

[jira] [Comment Edited] (DRILL-6332) DrillbitStartupException: Failure while initializing values in Drillbit

    [ https://issues.apache.org/jira/browse/DRILL-6332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452136#comment-16452136 ] 

thomas.bach2@de.bosch.com edited comment on DRILL-6332 at 4/25/18 12:12 PM:
----------------------------------------------------------------------------

I also have this issue.

The problem seems to occur when drill is configured to authenticate via kerberos.

The drill-override.conf looks as follows:

drill.exec: {
         cluster-id: "drill",
         zk.connect: "<nodes running zookeeper>",
         impersonation:

{           enabled: true,           max_chained_user_hops: 3         }

        security:

{                 user.auth.enabled: true                 auth.mechanisms: ["KERBEROS"],                 auth.principal: "user@Realm",                 auth.keytab: "/local/home/.../....keytab"         }

,
       sys.store.provider.zk.blobroot: "hdfs://si-070l.de.bosch.com:8020/tmp/pstore_drill"

}

 


was (Author: thomas2):
I also have this issue.

The problem seems to occur when configuring when drill is configured to authenticate via kerberos.

The drill-override.conf looks as follows:

drill.exec: {
        cluster-id: "drill",
        zk.connect: "<nodes running zookeeper>",
        impersonation: {
          enabled: true,
          max_chained_user_hops: 3
        }
        security: {
                user.auth.enabled: true
                auth.mechanisms: ["KERBEROS"],
                auth.principal: "user@Realm",
                auth.keytab: "/local/home/.../....keytab"
        },
      sys.store.provider.zk.blobroot: "hdfs://si-070l.de.bosch.com:8020/tmp/pstore_drill"

}

 

> DrillbitStartupException: Failure while initializing values in Drillbit
> -----------------------------------------------------------------------
>
>                 Key: DRILL-6332
>                 URL: https://issues.apache.org/jira/browse/DRILL-6332
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components:  Server
>    Affects Versions: 1.10.0
>            Reporter: Hari Sekhon
>            Priority: Major
>
> Improvement request to make this error more specific so we can tell what is causing it:
> {code:java}
> ==> /opt/mapr/drill/drill-1.10.0/logs/drillbit.out <==
> Exception in thread "main" org.apache.drill.exec.exception.DrillbitStartupException: Failure while initializing values in Drillbit.
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:287)
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:271)
> at org.apache.drill.exec.server.Drillbit.main(Drillbit.java:267)
> Caused by: java.lang.IllegalStateException
> at com.google.common.base.Preconditions.checkState(Preconditions.java:158)
> at org.apache.drill.common.KerberosUtil.splitPrincipalIntoParts(KerberosUtil.java:59)
> at org.apache.drill.exec.server.BootStrapContext.login(BootStrapContext.java:130)
> at org.apache.drill.exec.server.BootStrapContext.<init>(BootStrapContext.java:77)
> at org.apache.drill.exec.server.Drillbit.<init>(Drillbit.java:94)
> at org.apache.drill.exec.server.Drillbit.start(Drillbit.java:285)
> ... 2 more
> {code}



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