File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,20 @@ server:
101101kyuubiConfDir : /opt/kyuubi/conf
102102kyuubiConf :
103103 # The value (templated string) is used for kyuubi-env.sh file
104- # ## Examples ##
105- # export JAVA_HOME=/usr/jdk64/jdk1.8.0_152
106- # export SPARK_HOME=/opt/spark
107- # export FLINK_HOME=/opt/flink
108- # export HIVE_HOME=/opt/hive
104+ # Example:
105+ #
106+ # kyuubiEnv: |
107+ # export JAVA_HOME=/usr/jdk64/jdk1.8.0_152
108+ # export SPARK_HOME=/opt/spark
109+ # export FLINK_HOME=/opt/flink
110+ # export HIVE_HOME=/opt/hive
111+ #
109112 # See example at conf/kyuubi-env.sh.template and https://kyuubi.readthedocs.io/en/master/deployment/settings.html#environments for more details
110113 kyuubiEnv : ~
111114
112115 # The value (templated string) is used for kyuubi-defaults.conf file
113116 # Example:
117+ #
114118 # kyuubiDefaults: |
115119 # kyuubi.authentication=NONE
116120 # kyuubi.frontend.bind.host=10.0.0.1
You can’t perform that action at this time.
0 commit comments