You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Paulo Jorge Dias Nunes (JIRA)" <ji...@apache.org> on 2016/09/29 16:41:20 UTC

[jira] [Created] (ZEPPELIN-1508) Malformed JDBC Url leads to GSS init failed

Paulo Jorge Dias Nunes created ZEPPELIN-1508:
------------------------------------------------

             Summary: Malformed JDBC Url leads to GSS init failed
                 Key: ZEPPELIN-1508
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1508
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.6.1
         Environment: CDH 5.5.5 + Hive Loadbalanced + MIT Kerberos
            Reporter: Paulo Jorge Dias Nunes
            Priority: Minor


If I specify the jdbc url using the UI, it turns out like this:
"hive.url": "jdbc:hive2://XXXXXX:10000/default;principal\u003dhive/XXXXXX@XXXXXX"

This leads to a "GSS initiate failed" exception being thrown. Nothing else shows up in the logs.

If I manually edit the "conf/interpreter.json" to "hive.url": "jdbc:hive2://XXXXXX:10000/default;principal=hive/XXXXXX@XXXXXX"
Everything runs fine after an interpreter restart.

However, this behaviour already existed on 0.6.0 and it used to work fine. Additionally, the bug seems to emerge only in one of "my" clusters where the connection string is the largest - 103 characters. On the other one there's no issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)