|
@@ -255,6 +255,7 @@ Request Body
|
|
|
| pyFiles | files to be placed on the PYTHONPATH | list of paths |
|
|
| pyFiles | files to be placed on the PYTHONPATH | list of paths |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
| files | files to be placed in executor working directory | 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 |
|
|
| driverMemory | memory for driver | string |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
@@ -264,6 +265,8 @@ Request Body
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
| executorCores | number of cores used by executor | int |
|
|
| executorCores | number of cores used by executor | int |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
|
|
+| numExecutors | number of executor | int |
|
|
|
|
|
++----------------+--------------------------------------------------+-----------------+
|
|
|
| archives | | list of paths |
|
|
| archives | | list of paths |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
|
|
|
|
@@ -412,6 +415,7 @@ Batch
|
|
|
| pyFiles | files to be placed on the PYTHONPATH | list of paths |
|
|
| pyFiles | files to be placed on the PYTHONPATH | list of paths |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
| files | files to be placed in executor working directory | 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 |
|
|
| driverMemory | memory for driver | string |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
@@ -421,6 +425,8 @@ Batch
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
| executorCores | number of cores used by executor | int |
|
|
| executorCores | number of cores used by executor | int |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
|
|
+| numExecutors | number of executor | int |
|
|
|
|
|
++----------------+--------------------------------------------------+-----------------+
|
|
|
| archives | | list of paths |
|
|
| archives | | list of paths |
|
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
+----------------+--------------------------------------------------+-----------------+
|
|
|
|
|
|