Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.9.0
-
None
Description
The function `sparkUiWebUrlFromTemplate` needs to use the variable "SERVICE_DOMAIN", which is assigned to the default value of system environment variable "SERVICE_DOMAIN".
However, user may not set the environment variable when Zeppelin server is running outside of k8s, and it will get a NullPointerExcepetion:
NullPointerException: null value in entry: SERVICE_DOMAIN=null
Maybe it is better to set a non-null default value for it.