Explorar el Código

[livy] Change the default session factory to process

Erick Tryzelaar hace 10 años
padre
commit
9f3c93a436
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/spark/java/conf/livy-defaults.conf.tmpl

+ 1 - 1
apps/spark/java/conf/livy-defaults.conf.tmpl

@@ -6,7 +6,7 @@
 # livy.server.port = 8998
 # livy.server.port = 8998
 
 
 # What session factory to use. The options are `thread`, `process`, and `yarn`.
 # What session factory to use. The options are `thread`, `process`, and `yarn`.
-# livy.server.session.factory = thread
+# livy.server.session.factory = process
 
 
 # Location to find the livy assembly. If not specified, livy will determine the
 # Location to find the livy assembly. If not specified, livy will determine the
 # assembly from the local jarfile. If using `yarn` sessions, this may be on HDFS.
 # assembly from the local jarfile. If using `yarn` sessions, this may be on HDFS.