|
|
@@ -381,37 +381,39 @@ Creates a new interative Scala, Python or R shell in the cluster.
|
|
|
Request Body
|
|
|
^^^^^^^^^^^^
|
|
|
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| name | description | type |
|
|
|
-+================+================================================================================+=================+
|
|
|
-| kind | The session kind (required) | `session kind`_ |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| proxyUser | The user to impersonate that will run this session (e.g. bob) | string |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| jars | Files to be placed on the java classpath | 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 |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| driverMemory | Memory for driver (e.g. 1000M, 2G) | string |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| driverCores | Number of cores used by driver (YARN mode only) | int |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| executorMemory | Memory for executor (e.g. 1000M, 2G) | string |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| executorCores | Number of cores used by executor | int |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| numExecutors | Number of executors (YARN mode only) | int |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| archives | Archives to be uncompressed in the executor working directory (YARN mode only) | list of paths |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| queue | The YARN queue to submit too (YARN mode only) | string |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| name | Name of the application | string |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
-| conf | Spark configuration property | Map of key=val |
|
|
|
-+----------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| name | description | type |
|
|
|
++===================+================================================================================+=================+
|
|
|
+| kind | The session kind (required) | `session kind`_ |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| proxyUser | The user to impersonate that will run this session (e.g. bob) | string |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| jars | Files to be placed on the java classpath | 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 |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| driverMemory | Memory for driver (e.g. 1000M, 2G) | string |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| driverCores | Number of cores used by driver (YARN mode only) | int |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| executorMemory | Memory for executor (e.g. 1000M, 2G) | string |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| executorCores | Number of cores used by executor | int |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| totalExecutorCores| number of cluster cores used by executor (Standalone mode only) | int |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| numExecutors | Number of executors (YARN mode only) | int |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| archives | Archives to be uncompressed in the executor working directory (YARN mode only) | list of paths |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| queue | The YARN queue to submit too (YARN mode only) | string |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| name | Name of the application | string |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
+| conf | Spark configuration property | Map of key=val |
|
|
|
++-------------------+--------------------------------------------------------------------------------+-----------------+
|
|
|
|
|
|
|
|
|
Response Body
|