From eef137d0ddb138bd2454f3448737c4f73eada1cd Mon Sep 17 00:00:00 2001 From: bobcanthelpyou Date: Tue, 14 Jan 2020 08:35:55 +0100 Subject: [PATCH] [MINOR] Use KERBEROS_REFRESH_INTERVAL in docs --- docs/interpreter/shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interpreter/shell.md b/docs/interpreter/shell.md index 9da2f091ad8..c38391b8e14 100644 --- a/docs/interpreter/shell.md +++ b/docs/interpreter/shell.md @@ -91,7 +91,7 @@ For changing the default behavior of when to renew Kerberos ticket following cha ```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 +export 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. export KINIT_FAIL_THRESHOLD=10 ```