ZEPPELIN-773: add doc for livy impersonation

This commit is contained in:
Prabhjyot Singh 2016-05-14 18:23:20 +05:30
parent 8095b3bdc8
commit 53f2804627

View file

@ -74,6 +74,8 @@ hello <- function( name ) {
hello("livy")
```
## Impersonation
When Zeppelin server is running with authentication enabled, then this interpreter utilizes Livys user impersonation feature i.e. sends extra parameter for creating and running a session ("proxyUser": "${loggedInUser}"). This is particularly useful when multi users are sharing a Notebook server.
### Apply Zeppelin Dynamic Forms