Browse Source

Add numExecutors parameter description

Tianjin Gu 10 năm trước cách đây
mục cha
commit
fa07a63486
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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   |
 +----------------+--------------------------------------------------+-----------------+