Fix incorrect handling of command-lines (#7439)

This commit is contained in:
mehrdadn
2020-03-06 15:51:49 -08:00
committed by GitHub
parent 876a1ba5bd
commit a8bda9b551
2 changed files with 56 additions and 51 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class RayParams:
autoscaling_config: path to autoscaling config file.
include_java (bool): If True, the raylet backend can also support
Java worker.
java_worker_options (str): The command options for Java worker.
java_worker_options (list): The command options for Java worker.
load_code_from_local: Whether load code from local file or from GCS.
use_pickle: Whether data objects should be serialized with cloudpickle.
_internal_config (str): JSON configuration for overriding