Member since
09-16-2015
8
Posts
9
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1721 | 09-07-2016 11:16 AM | |
7198 | 09-06-2016 07:11 AM |
12-22-2016
05:28 PM
1 Kudo
@Sebastian Hätälä Were you able to resolve this, what is the version of hive-jdbc, hadoop-common and hive-shims are you using ? java.lang.NoSuchMethodError: org.apache.commons.lang3.StringUtils.isAnyEmpty Sounds like issue with some jar version. I use following as dependencies; let me know if this works. org.apache.hive:hive-jdbc:2.0.1 org.apache.hadoop:hadoop-common:2.7.2 org.apache.hive.shims:hive-shims-0.23:2.1.0
... View more
09-08-2016
05:17 AM
1 Kudo
it can be any, username or role, and inside of "[]" it accepts CSV. So, you can typically give /api/interpreter/** = authc, roles[adminUser, adminRole, managerRole]
etc.
... View more
09-07-2016
11:16 AM
2 Kudos
Here is the setting that I use on my cluster, that works for me. /api/version = anon
/api/interpreter/** = authc, roles[admin]
/api/configurations/** = authc, roles[admin]
/api/credential/** = authc, roles[admin]
/** = authc
... View more
09-06-2016
10:07 AM
1 Kudo
This error "Invalid ticket 8f240ec6-33f2-485e-a9e5-21f88b885b9f != 580fd7ff-0457-4f6b-9796-e796b928af4d" comes for various reasons, but one of the most common being a one of you browser tab is still active after zeppelin-server restart.
... View more
09-06-2016
08:18 AM
1 Kudo
Could you try the same with ZeppelinUser10@`realm`, where the realm is the name that you would have used to setup AD, and if this works set this property in your shiro.ini activeDirectoryRealm.principalSuffix = @realm
... View more
09-06-2016
07:11 AM
3 Kudos
@Edgar Daeds instead of using both activeDirectoryRealm and ldapRealm can you user one. In this case it looks like you may want to authenticate to a AD server, hence just use activeDirectoryRealm and comment out the other ldapRealm*. and then check.
... View more