idzikovsky
idzikovsky
[LIVY-757] Add support of Active Directory through LDAP by providing an option to set user attribute
## What changes were proposed in this pull request? In this PR I added an option to set custom username attribute instead of `uid`. It can be configured in the...
## What changes were proposed in this pull request? In this PR I implemented and ability to configure custom LDAP user DN pattern as and alternative to base-dn option, for...
Hey, can you please add some licence to this project and to JahstreetOrg/spark-on-kubernetes-docker. I can't use this project because of policies in our company. Furthermore, its not clear if I...
### What is this PR for? Users who are able to see notes in some directory can rename, move to trash and remove from trash that directory without being owner...
## What changes were proposed in this pull request? This properties allow to configure kinit thread and not documented anywhere except for the code: https://github.com/apache/incubator-livy/blob/86fc823/server/src/main/scala/org/apache/livy/LivyConf.scala#L106-L109 https://github.com/apache/incubator-livy/blob/86fc823/server/src/main/scala/org/apache/livy/server/LivyServer.scala#L106-L141 ## How was this...
`cursor` request parameter is integer, not string: https://github.com/apache/incubator-livy/blob/86fc823/core/src/main/scala/org/apache/livy/msgs.scala#L63
The fix for the LIVY-697 (#246) works fine for the problem it was designed to solve. But it causes another problem: the host reported to Livy Server from the RSC...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I think we've faced some strange behavior somewhere in Hue web server...