forked from docs/mapreduce-service
Update content
This commit is contained in:
parent
9317d125f3
commit
464bc6ed53
@ -145,7 +145,7 @@ Request
|
||||
| tags | No | Array | Cluster tag |
|
||||
| | | | |
|
||||
| | | | - A cluster allows a maximum of 10 tags. A tag name (key) must be unique in a cluster. |
|
||||
| | | | - A tag key or value cannot contain the following special characters: =*<>\,|/ |
|
||||
| | | | - A tag key or value cannot contain the following special characters: ``=*<>\,|/`` |
|
||||
+-----------------------+-----------------+-----------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| cluster_version | Yes | String | Cluster version |
|
||||
| | | | |
|
||||
@ -412,7 +412,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| jar_path | No | String | Path of the JAR or SQL file for program execution. The parameter must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Files can be stored in HDFS or OBS. The path varies depending on the file system. |
|
||||
| | | | |
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
@ -422,7 +422,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| arguments | No | String | Key parameter for program execution. The parameter is specified by the function of the user's program. MRS is only responsible for loading the parameter. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| input | No | String | Address for inputting data. |
|
||||
| | | | |
|
||||
@ -431,7 +431,7 @@ Request
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
| | | | - HDFS: The path starts with a slash (**/**). |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| output | No | String | Address for outputting data. |
|
||||
| | | | |
|
||||
@ -442,7 +442,7 @@ Request
|
||||
| | | | |
|
||||
| | | | If the specified path does not exist, the system will automatically create it. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| job_log | No | String | Path for storing job logs that record job running status. |
|
||||
| | | | |
|
||||
@ -451,7 +451,7 @@ Request
|
||||
| | | | - OBS: The path must start with **s3a://**. |
|
||||
| | | | - HDFS: The path starts with a slash (**/**). |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| shutdown_cluster | No | Bool | Whether to delete the cluster after the job execution is complete |
|
||||
| | | | |
|
||||
@ -472,7 +472,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| hive_script_path | Yes | String | SQL program path. This parameter is needed by Spark Script and Hive Script jobs only, and must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Files can be stored in HDFS or OBS. The path varies depending on the file system. |
|
||||
| | | | |
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
|
@ -377,7 +377,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| jar_path | No | String | Path of the JAR or SQL file for program execution. The parameter must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The parameter value cannot be empty or full of spaces. |
|
||||
| | | | - Files can be stored in HDFS or OBS. The path varies depending on the file system. |
|
||||
| | | | |
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
@ -387,7 +387,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| arguments | No | String | Key parameter for program execution. The parameter is specified by the function of the user's program. MRS is only responsible for loading the parameter. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| input | No | String | Address for inputting data |
|
||||
| | | | |
|
||||
@ -396,7 +396,7 @@ Request
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
| | | | - HDFS: The path starts with a slash (**/**). |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| output | No | String | Address for outputting data |
|
||||
| | | | |
|
||||
@ -407,7 +407,7 @@ Request
|
||||
| | | | |
|
||||
| | | | If the specified path does not exist, the system will automatically create it. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| job_log | No | String | Path for storing job logs that record job running status. |
|
||||
| | | | |
|
||||
@ -416,7 +416,7 @@ Request
|
||||
| | | | - OBS: The path must start with **s3a://**. |
|
||||
| | | | - HDFS: The path starts with a slash (**/**). |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| shutdown_cluster | No | Bool | Whether to delete the cluster after the job execution is complete |
|
||||
| | | | |
|
||||
@ -437,7 +437,7 @@ Request
|
||||
+-----------------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| hive_script_path | Yes | String | SQL program path. This parameter is needed by Spark Script and Hive Script jobs only, and must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The address cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The address cannot be empty or full of spaces. |
|
||||
| | | | - Files can be stored in HDFS or OBS. The path varies depending on the file system. |
|
||||
| | | | |
|
||||
| | | | - OBS: The path must start with **s3a://**. Files or programs encrypted by KMS are not supported. |
|
||||
|
@ -63,13 +63,13 @@ Request
|
||||
| | | | |
|
||||
| | | | The parameter must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The address cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The address cannot be empty or full of spaces. |
|
||||
| | | | - Starts with **/** or **s3a://**. The OBS path does not support files or programs encrypted by KMS. |
|
||||
| | | | - Spark Script must end with **.sql** while MapReduce and Spark Jar must end with **.jar**.\ **sql** and **jar** are case-insensitive. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| arguments | No | String | Key parameter for program execution. The parameter is specified by the function of the user's program. MRS is only responsible for loading the parameter. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 2,047 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
| | | | |
|
||||
| | | | .. note:: |
|
||||
| | | | |
|
||||
@ -79,21 +79,21 @@ Request
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| input | No | String | Path for inputting data, which must start with **/** or **s3a://**. Set this parameter to a correct OBS path. The OBS path does not support files or programs encrypted by KMS. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| output | No | String | Path for outputting data, which must start with **/** or **s3a://**. A correct OBS path is required. If the path does not exist, the system automatically creates it. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| job_log | No | String | Path for storing job logs that record job running status. The path must start with **/** or **s3a://**. A correct OBS path is required. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 1,023 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| hive_script_path | Yes | String | SQL program path |
|
||||
| | | | |
|
||||
| | | | This parameter is needed by Spark Script and Hive Script jobs only, and must meet the following requirements: |
|
||||
| | | | |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ;|&><'$. The address cannot be empty or full of spaces. |
|
||||
| | | | - Contains a maximum of 1,023 characters, excluding special characters such as ``;|&><'$.`` The address cannot be empty or full of spaces. |
|
||||
| | | | - The path must start with **/** or **s3a://**. The OBS path does not support files or programs encrypted by KMS. |
|
||||
| | | | - The path must end with **.sql**.\ **sql** is case-insensitive. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
@ -64,7 +64,7 @@ Request
|
||||
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| arguments | No | Array | Key parameter for program execution. The parameter is specified by the function of the user's program. MRS is only responsible for loading the parameter. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 4,096 characters, excluding special characters such as ;|&>'<$, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 4,096 characters, excluding special characters such as ``;|&>'<$,`` and can be left blank. |
|
||||
| | | | |
|
||||
| | | | .. note:: |
|
||||
| | | | |
|
||||
@ -73,7 +73,7 @@ Request
|
||||
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| properties | No | Object | Program system parameter. |
|
||||
| | | | |
|
||||
| | | | The parameter contains a maximum of 2,048 characters, excluding special characters such as ><|'`&!\, and can be left blank. |
|
||||
| | | | The parameter contains a maximum of 2,048 characters, excluding special characters such as :literal:`><|'`&!\,` and can be left blank. |
|
||||
+-----------------+-----------------+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Response
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user