mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add bash after `
This commit is contained in:
parent
ecc1a7ce01
commit
ffd5f11b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ please read [What is interpreter setting?](../usage/interpreter/overview.html#wh
|
|||
## Kerberos refresh interval
|
||||
For changing the default behavior of when to renew Kerberos ticket following changes can be made in `conf/zeppelin-env.sh`.
|
||||
|
||||
```
|
||||
```bash
|
||||
# Change Kerberos refresh interval (default value is 1d). Allowed postfix are ms, s, m, min, h, and d.
|
||||
export LAUNCH_KERBEROS_REFRESH_INTERVAL=4h
|
||||
# Change kinit number retries (default value is 5), which means if the kinit command fails for 5 retries consecutively it will close the interpreter.
|
||||
|
|
|
|||
Loading…
Reference in a new issue