forked from docs/mapreduce-service
Update content
This commit is contained in:
parent
464bc6ed53
commit
82fa80b52c
@ -184,7 +184,7 @@ Request
|
||||
| | | | - Lowercase letters |
|
||||
| | | | - Uppercase letters |
|
||||
| | | | - Digits |
|
||||
| | | | - Special characters: :literal:`\`~!@#$%^&*()-_=+\|[{}];:'",<.>/?` and space |
|
||||
| | | | - Special characters: :literal:`\`~!@#$%^&*()-_=+\\|[{}];:'",<.>/?` and space |
|
||||
| | | | |
|
||||
| | | | - Cannot be the username or the username spelled backwards. |
|
||||
| | | | |
|
||||
|
@ -154,7 +154,7 @@ Request
|
||||
| | | | - Lowercase letters |
|
||||
| | | | - Uppercase letters |
|
||||
| | | | - Digits |
|
||||
| | | | - Special characters: :literal:`\`~!@#$%^&*()-_=+\|[{}];:'",<.>/?` |
|
||||
| | | | - Special characters: :literal:`\`~!@#$%^&*()-_=+\\|[{}];:'",<.>/?` |
|
||||
| | | | - Spaces |
|
||||
| | | | |
|
||||
| | | | - Cannot be the username or the username spelled backwards. |
|
||||
|
@ -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 :literal:`><|'`&!\,` 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
@ -114,15 +114,15 @@ Specifications
|
||||
+---------+---------+-------------+-------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| Type | vCPUs | Memory (GB) | Flavor | Virtualization Type | Local Disk (GB) | Hardware |
|
||||
+=========+=========+=============+=========================+=====================+=================+==========================================+
|
||||
| D1 | 44 | 3232 | d1.xlarge.mrslinux.mrs | KVM | 3×1800 | CPU: Intel® Xeon® Gold 6151 Processor v5 |
|
||||
| D1 | 44 | 3232 | d1.xlarge.mrslinux.mrs | KVM | 3x1800 | CPU: Intel® Xeon® Gold 6151 Processor v5 |
|
||||
| | | | | | | |
|
||||
| | | | | | | Memory: 20 × 32 GB |
|
||||
| | | | | | | Memory: 20 x 32 GB |
|
||||
+---------+---------+-------------+-------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 88 | 6464 | d1.2xlarge.mrslinux.mrs | KVM | 6×1800 | |
|
||||
| | 88 | 6464 | d1.2xlarge.mrslinux.mrs | KVM | 6x1800 | |
|
||||
+---------+---------+-------------+-------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 16 | 128 | d1.4xlarge.linux.mrs | KVM | 12×1800 | |
|
||||
| | 16 | 128 | d1.4xlarge.linux.mrs | KVM | 12x1800 | |
|
||||
+---------+---------+-------------+-------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 36 | 256 | d1.8xlarge.linux.mrs | KVM | 24×1800 | |
|
||||
| | 36 | 256 | d1.8xlarge.linux.mrs | KVM | 24x1800 | |
|
||||
+---------+---------+-------------+-------------------------+---------------------+-----------------+------------------------------------------+
|
||||
|
||||
.. table:: **Table 8** D2 ECS specifications
|
||||
@ -130,15 +130,15 @@ Specifications
|
||||
+---------+---------+-------------+------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| Type | vCPUs | Memory (GB) | Flavor | Virtualization Type | Local Disk (GB) | Hardware |
|
||||
+=========+=========+=============+========================+=====================+=================+==========================================+
|
||||
| D2 | 4 | 32 | d2.xlarge.8.linux.mrs | KVM | 2×1800 | CPU: Intel® Xeon® Gold 6151 Processor v5 |
|
||||
| D2 | 4 | 32 | d2.xlarge.8.linux.mrs | KVM | 2x1800 | CPU: Intel® Xeon® Gold 6151 Processor v5 |
|
||||
| | | | | | | |
|
||||
| | | | | | | Memory: 20 × 32 GB |
|
||||
| | | | | | | Memory: 20 x 32 GB |
|
||||
+---------+---------+-------------+------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 8 | 64 | d2.2xlarge.8.linux.mrs | KVM | 4×1800 | |
|
||||
| | 8 | 64 | d2.2xlarge.8.linux.mrs | KVM | 4x1800 | |
|
||||
+---------+---------+-------------+------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 16 | 128 | d2.4xlarge.8.linux.mrs | KVM | 8×1800 | |
|
||||
| | 16 | 128 | d2.4xlarge.8.linux.mrs | KVM | 8x1800 | |
|
||||
+---------+---------+-------------+------------------------+---------------------+-----------------+------------------------------------------+
|
||||
| | 32 | 256 | d2.8xlarge.8.linux.mrs | KVM | 16×1800 | |
|
||||
| | 32 | 256 | d2.8xlarge.8.linux.mrs | KVM | 16x1800 | |
|
||||
+---------+---------+-------------+------------------------+---------------------+-----------------+------------------------------------------+
|
||||
|
||||
.. table:: **Table 9** H1 ECS specifications
|
||||
|
@ -31,7 +31,6 @@ Concepts
|
||||
.. figure:: /_static/images/en-us_image_0000001351245889.gif
|
||||
:alt: **Figure 1** Project isolation model
|
||||
|
||||
|
||||
**Figure 1** Project isolation model
|
||||
|
||||
- Checkpoint
|
||||
|
@ -79,7 +79,6 @@ Decompress the downloaded package and reference the obtained JAR files as depend
|
||||
.. figure:: /_static/images/en-us_image_0000001351446161.png
|
||||
:alt: **Figure 1** Adding the API Gateway signing SDK
|
||||
|
||||
|
||||
**Figure 1** Adding the API Gateway signing SDK
|
||||
|
||||
#. Generate an AK/SK. (If an AK/SK file has already been obtained, skip this step and locate the downloaded AK/SK file. Generally, the file name will be **credentials.csv**.)
|
||||
@ -107,21 +106,18 @@ Decompress the downloaded package and reference the obtained JAR files as depend
|
||||
.. figure:: /_static/images/en-us_image_0000001298566184.png
|
||||
:alt: **Figure 2** Selecting Existing Projects into Workspace
|
||||
|
||||
|
||||
**Figure 2** Selecting Existing Projects into Workspace
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001298725832.png
|
||||
:alt: **Figure 3** Selecting the demo project
|
||||
|
||||
|
||||
**Figure 3** Selecting the demo project
|
||||
|
||||
|
||||
.. figure:: /_static/images/en-us_image_0000001351245885.png
|
||||
:alt: **Figure 4** Structure of the demo project
|
||||
|
||||
|
||||
**Figure 4** Structure of the demo project
|
||||
|
||||
#. Sign the request.
|
||||
|
@ -128,7 +128,7 @@ This part is optional. The body of a request is often sent in a structured forma
|
||||
|
||||
The request body varies between APIs. Some APIs do not require the request body, such as the APIs requested using the GET and DELETE methods.
|
||||
|
||||
In the case of the API used to `obtain a user token <https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html>`__, the request parameters and parameter description can be obtained from the API request. The following provides an example request with a body included. Replace *username*, *domainname*, *\*******\** (login password), and *xxxxxxxxxxxxxxxxxx* *(project ID)* with the actual values. To learn how to obtain a project ID, see :ref:`Obtaining a Project ID <mrs_02_0011>`.
|
||||
In the case of the API used to `obtain a user token <https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html>`__, the request parameters and parameter description can be obtained from the API request. The following provides an example request with a body included. Replace *username*, *domainname*, ``********`` (login password), and *xxxxxxxxxxxxxxxxxx* *(project ID)* with the actual values. To learn how to obtain a project ID, see :ref:`Obtaining a Project ID <mrs_02_0011>`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -26,7 +26,6 @@ Similar to a request, a response also has a header, for example, **Content-Type*
|
||||
.. figure:: /_static/images/en-us_image_0000001298246380.png
|
||||
:alt: **Figure 1** Header fields of the response to the request for obtaining a user token
|
||||
|
||||
|
||||
**Figure 1** Header fields of the response to the request for obtaining a user token
|
||||
|
||||
(Optional) Response Body
|
||||
|
@ -15,7 +15,7 @@ Change History
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2022-07-05 | Modified the following content: |
|
||||
| | |
|
||||
| | - Added MRS 3.1.2-LTS.3. For details, see :ref:`Creating Clusters <mrs_02_0101>`\ and :ref:`Creating a Cluster and Running a Job <mrs_02_0028>`. |
|
||||
| | - Added MRS 3.1.2-LTS.3. For details, see :ref:`Creating Clusters <mrs_02_0101>`\ and :ref:`Creating a Cluster and Running a Job <mrs_02_0028>`. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2021-06-30 | Modified the following content: |
|
||||
| | |
|
||||
|
@ -35,6 +35,9 @@ sys.path.insert(0, os.path.abspath('../'))
|
||||
sys.path.insert(0, os.path.abspath('./'))
|
||||
|
||||
# -- General configuration ----------------------------------------------------
|
||||
# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not
|
||||
# what it is expected
|
||||
smartquotes = False
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
|
Loading…
x
Reference in New Issue
Block a user