Bläddra i källkod

Add numExecutors parameter description

Tianjin Gu 10 år sedan
förälder
incheckning
fa07a63
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      apps/spark/java/README.rst

+ 6 - 0
apps/spark/java/README.rst

@@ -255,6 +255,7 @@ Request Body
 | pyFiles        | files to be placed on the PYTHONPATH             | list of paths   |
 +----------------+--------------------------------------------------+-----------------+
 | files          | files to be placed in executor working directory | list of paths   |
+|                | (Add local path as "file:///etc/...")            |                 |
 +----------------+--------------------------------------------------+-----------------+
 | driverMemory   | memory for driver                                | string          |
 +----------------+--------------------------------------------------+-----------------+
@@ -264,6 +265,8 @@ Request Body
 +----------------+--------------------------------------------------+-----------------+
 | executorCores  | number of cores used by executor                 | int             |
 +----------------+--------------------------------------------------+-----------------+
+| numExecutors   | number of executor                               | int             |
++----------------+--------------------------------------------------+-----------------+
 | archives       |                                                  | list of paths   |
 +----------------+--------------------------------------------------+-----------------+
 
@@ -412,6 +415,7 @@ Batch
 | pyFiles        | files to be placed on the PYTHONPATH             | list of paths   |
 +----------------+--------------------------------------------------+-----------------+
 | files          | files to be placed in executor working directory | list of paths   |
+|                | (Add local path as  "file:///etc/...")           |                 |
 +----------------+--------------------------------------------------+-----------------+
 | driverMemory   | memory for driver                                | string          |
 +----------------+--------------------------------------------------+-----------------+
@@ -421,6 +425,8 @@ Batch
 +----------------+--------------------------------------------------+-----------------+
 | executorCores  | number of cores used by executor                 | int             |
 +----------------+--------------------------------------------------+-----------------+
+| numExecutors   | number of executor                               | int             |
++----------------+--------------------------------------------------+-----------------+
 | archives       |                                                  | list of paths   |
 +----------------+--------------------------------------------------+-----------------+