Selaa lähdekoodia

[spark] Remove thread mode from the configuration

Romain Rigaux 10 vuotta sitten
vanhempi
commit
07bdce7a6f

+ 1 - 1
apps/spark/src/spark/conf.py

@@ -46,7 +46,7 @@ LIVY_SERVER_PORT = Config(
 
 LIVY_SERVER_SESSION_KIND = Config(
   key="livy_server_session_kind",
-  help=_t("Configure livy to start with process, thread, or yarn workers"),
+  help=_t("Configure livy to start in local 'process' mode, or 'yarn' workers."),
   default="process")
 
 LIVY_YARN_JAR = Config(

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -1151,7 +1151,7 @@
   # Port of the Livy Server.
   ## livy_server_port=8998
 
-  # Configure livy to start with 'process', 'thread', or 'yarn' workers.
+  # Configure livy to start in local 'process' mode, or 'yarn' workers.
   ## livy_server_session_kind=process
 
   # If livy should use proxy users when submitting a job.

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1166,7 +1166,7 @@
   # Port of the Livy Server.
   ## livy_server_port=8998
 
-  # Configure livy to start with 'process', 'thread', or 'yarn' workers.
+  # Configure livy to start in local 'process' mode, or 'yarn' workers.
   ## livy_server_session_kind=process
 
   # If livy should use proxy users when submitting a job.