浏览代码

Add numExecutors parameter description

Tianjin Gu 10 年之前
父节点
当前提交
fa07a63
共有 1 个文件被更改,包括 6 次插入0 次删除
  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   |
 +----------------+--------------------------------------------------+-----------------+