Compare commits
48 Commits
propose-mr
...
main
Author | SHA1 | Date | |
---|---|---|---|
fb950a3655 | |||
74c287ece0 | |||
3493830b7e | |||
a6f28c7c85 | |||
773d44336c | |||
85a785fe87 | |||
c034443e6c | |||
54945e8a61 | |||
a88879ea69 | |||
1b54a57256 | |||
d592bc9081 | |||
e942f9b4bb | |||
d68f08e7c3 | |||
aeffc8bd60 | |||
acbebc1d6e | |||
79abdaf4e8 | |||
16d25be0bf | |||
f8f66a6098 | |||
26e47fdf78 | |||
adb7a0ef94 | |||
9b40dd875b | |||
ba5b8f80e7 | |||
c356dcdb1f | |||
533dd26c25 | |||
af4960df58 | |||
c130711397 | |||
f8f8093f4e | |||
4e7508dd04 | |||
d31d5b10fe | |||
d220d65b12 | |||
eb952b6d23 | |||
81a0ecb29d | |||
![]() |
50ca5604e5 | ||
![]() |
f5c3c21c0b | ||
c558050975 | |||
ac0532e380 | |||
3ccfbdc0f0 | |||
113474ab73 | |||
11ba7ce113 | |||
![]() |
254fe368d7 | ||
![]() |
eb3b4c63af | ||
e1414c80f2 | |||
![]() |
efc368ef83 | ||
![]() |
156ec4bc4b | ||
ef2bdcb8f9 | |||
ee323cb007 | |||
cb4c98ba0b | |||
555d060c8e |
14
api-ref/source/apis/auto_scaling_apis_v2/index.rst
Normal file
@ -0,0 +1,14 @@
|
||||
:original_name: mrs_02_0199.html
|
||||
|
||||
.. _mrs_02_0199:
|
||||
|
||||
Auto Scaling APIs (V2)
|
||||
======================
|
||||
|
||||
- :ref:`Viewing Auto Scaling Policies <mrs_02_0200>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
viewing_auto_scaling_policies
|
@ -0,0 +1,95 @@
|
||||
:original_name: mrs_02_0201.html
|
||||
|
||||
.. _mrs_02_0201:
|
||||
|
||||
Changing a Cluster Name
|
||||
=======================
|
||||
|
||||
Function
|
||||
--------
|
||||
|
||||
This API is used to change a cluster name.
|
||||
|
||||
URI
|
||||
---
|
||||
|
||||
PUT /v2/{project_id}/clusters/{cluster_id}/cluster-name
|
||||
|
||||
.. table:: **Table 1** URI parameters
|
||||
|
||||
+------------+-----------+--------+------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+============+===========+========+==================================================================================================================+
|
||||
| project_id | Yes | String | The project ID. For details about how to obtain the project ID, see :ref:`Obtaining a Project ID <mrs_02_0011>`. |
|
||||
+------------+-----------+--------+------------------------------------------------------------------------------------------------------------------+
|
||||
| cluster_id | Yes | String | The cluster ID. For details about how to obtain the cluster ID, see :ref:`Obtaining a Project ID <mrs_02_0011>`. |
|
||||
+------------+-----------+--------+------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Request Parameters
|
||||
------------------
|
||||
|
||||
.. table:: **Table 2** Request body parameter
|
||||
|
||||
============ ========= ====== =====================
|
||||
Parameter Mandatory Type Description
|
||||
============ ========= ====== =====================
|
||||
cluster_name Yes String The new cluster name.
|
||||
============ ========= ====== =====================
|
||||
|
||||
Response Parameters
|
||||
-------------------
|
||||
|
||||
**Status code: 200**
|
||||
|
||||
.. table:: **Table 3** Response body parameter
|
||||
|
||||
+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Type | Description |
|
||||
+===========+========+==================================================================================================================================================================================+
|
||||
| result | String | The operation result of the mapping update request. Value \**succeeded*\* indicates that the operation is successful, and value \**failed*\* indicates that the operation fails. |
|
||||
+-----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
**Status code: 400**
|
||||
|
||||
.. table:: **Table 4** Response body parameters
|
||||
|
||||
========== ====== ==================
|
||||
Parameter Type Description
|
||||
========== ====== ==================
|
||||
error_code String The error code.
|
||||
error_msg String The error message.
|
||||
========== ====== ==================
|
||||
|
||||
Example Request
|
||||
---------------
|
||||
|
||||
Change the MRS cluster name to **mrs_jdRU_dm01**.
|
||||
|
||||
.. code-block::
|
||||
|
||||
{
|
||||
"cluster_name" : "mrs_jdRU_dm01"
|
||||
}
|
||||
|
||||
Example Response
|
||||
----------------
|
||||
|
||||
**Status code: 200**
|
||||
|
||||
The cluster name is changed.
|
||||
|
||||
.. code-block::
|
||||
|
||||
{
|
||||
"result" : "succeeded"
|
||||
}
|
||||
|
||||
Status Codes
|
||||
------------
|
||||
|
||||
See :ref:`Status Codes <mrs_02_0015>`.
|
||||
|
||||
Error Codes
|
||||
-----------
|
||||
|
||||
See :ref:`Error Code <mrs_02_0014>`.
|
@ -6,9 +6,11 @@ Cluster management APIs (V2)
|
||||
============================
|
||||
|
||||
- :ref:`Creating Clusters <mrs_02_0101>`
|
||||
- :ref:`Changing a Cluster Name <mrs_02_0201>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
creating_clusters
|
||||
changing_a_cluster_name
|
||||
|
@ -11,6 +11,7 @@ APIs
|
||||
- :ref:`Job Binary Object APIs <mrs_02_0033>`
|
||||
- :ref:`Job Object APIs (V1, Not Recommended) <mrs_02_0039>`
|
||||
- :ref:`Job Execution Object APIs (V1, Not Recommended) <mrs_02_0049>`
|
||||
- :ref:`Auto Scaling APIs (V2) <mrs_02_0199>`
|
||||
- :ref:`Job Object APIs (V2) <mrs_02_0084>`
|
||||
- :ref:`Auto Scaling APIs <mrs_02_0054>`
|
||||
- :ref:`Tag Management APIs <mrs_02_0070>`
|
||||
@ -23,8 +24,9 @@ APIs
|
||||
cluster_management_apis_v2/index
|
||||
cluster_management_apis_v1/index
|
||||
job_binary_object_apis/index
|
||||
job_object_apis_v1,_not_recommended/index
|
||||
job_execution_object_apis_v1,_not_recommended/index
|
||||
job_object_apis_v1_not_recommended/index
|
||||
job_execution_object_apis_v1_not_recommended/index
|
||||
auto_scaling_apis_v2/index
|
||||
job_object_apis_v2/index
|
||||
auto_scaling_apis/index
|
||||
tag_management_apis/index
|
||||
|
@ -32,9 +32,9 @@ Request
|
||||
|
||||
.. table:: **Table 2** Request parameter description
|
||||
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Parameter | Mandatory | Type | Description |
|
||||
+==================+=================+=================+=============================================================================================================================================================================================================================================================================================================================================================================+
|
||||
+==================+=================+=================+=================================================================================================================================================================================================================================================================================================================================================================================+
|
||||
| job_type | Yes | Integer | Job type code |
|
||||
| | | | |
|
||||
| | | | - 1: MapReduce |
|
||||
@ -48,7 +48,7 @@ Request
|
||||
| | | | .. note:: |
|
||||
| | | | |
|
||||
| | | | Spark and Hive jobs can be added to only clusters that include Spark and Hive components. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| job_name | Yes | String | Job name |
|
||||
| | | | |
|
||||
| | | | Contains only 1 to 64 letters, digits, hyphens (-), and underscores (_). |
|
||||
@ -56,9 +56,9 @@ Request
|
||||
| | | | .. note:: |
|
||||
| | | | |
|
||||
| | | | Identical job names are allowed but not recommended. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| cluster_id | Yes | String | Cluster ID |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| jar_path | Yes | String | Path of the JAR or SQL file for program execution |
|
||||
| | | | |
|
||||
| | | | The parameter must meet the following requirements: |
|
||||
@ -66,29 +66,29 @@ Request
|
||||
| | | | - 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. |
|
||||
| | | | |
|
||||
| | | | .. note:: |
|
||||
| | | | |
|
||||
| | | | When entering a parameter containing sensitive information (for example, login password), you can add an at sign (@) before the parameter name to encrypt the parameter value. This prevents the sensitive information from being persisted in plaintext. Therefore, when you view job information on the MRS, sensitive information will be displayed as asterisks (*). |
|
||||
| | | | When entering a parameter containing sensitive information (for example, login password), you can add an at sign (@) before the parameter name to encrypt the parameter value. This prevents the sensitive information from being persisted in plaintext. Therefore, when you view job information on the MRS, sensitive information will be displayed as asterisks (``*``). |
|
||||
| | | | |
|
||||
| | | | For example, username=admin @password=admin_123. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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: |
|
||||
@ -96,7 +96,7 @@ Request
|
||||
| | | | - 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. |
|
||||
+------------------+-----------------+-----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+------------------+-----------------+-----------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
.. _mrs_02_0040__table3863810010324:
|
||||
|
360
api-ref/source/appendix/error_code.rst
Normal file
@ -7,10 +7,11 @@ Appendix
|
||||
|
||||
- :ref:`ECS Specifications Used by MRS <mrs_01_9005>`
|
||||
- :ref:`Status Codes <mrs_02_0015>`
|
||||
- :ref:`Error Code <mrs_02_0014>`
|
||||
- :ref:`Obtaining a Project ID <mrs_02_0011>`
|
||||
- :ref:`Obtaining Account ID <mrs_02_0016>`
|
||||
- :ref:`Obtain MRS Cluster Information <mrs_02_0091>`
|
||||
- :ref:`Roles and components supported by MRS11 <mrs_02_0106>`
|
||||
- :ref:`Roles and components supported by MRS <mrs_02_0106>`
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@ -18,7 +19,8 @@ Appendix
|
||||
|
||||
ecs_specifications_used_by_mrs
|
||||
status_codes
|
||||
error_code
|
||||
obtaining_a_project_id
|
||||
obtaining_account_id
|
||||
obtain_mrs_cluster_information
|
||||
roles_and_components_supported_by_mrs11
|
||||
roles_and_components_supported_by_mrs
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
.. _mrs_02_0106:
|
||||
|
||||
Roles and components supported by MRS11
|
||||
=======================================
|
||||
Roles and components supported by MRS
|
||||
=====================================
|
||||
|
||||
.. table:: **Table 1** Roles and components supported by MRS
|
||||
|
||||
@ -52,4 +52,11 @@ Roles and components supported by MRS11
|
||||
TezUI Tez
|
||||
RangerAdmin Ranger
|
||||
RangerUserSync Ranger
|
||||
HSBroker HetuEngine
|
||||
HSConsole HetuEngine
|
||||
QAS HetuEngine
|
||||
CDLConnector CDL
|
||||
CDLService CDL
|
||||
IoTDBServer IoTDB
|
||||
ConfigNode IoTDB
|
||||
================ ==========
|
@ -95,7 +95,7 @@ You can also add additional header fields to a request, such as the fields requi
|
||||
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+----------------------------------+
|
||||
| X-Project-Id | Project ID. This field is used to obtain the token for each project. | No | e9993fc787d94b6c886cbaa340f9c0f4 |
|
||||
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+----------------------------------+
|
||||
| X-Auth-Token | User token. | No | - |
|
||||
| X-Auth-Token | User token. | No | ``-`` |
|
||||
| | | | |
|
||||
| | It is the response to the API used to `obtain request authentication <https://docs.otc.t-systems.com/en-us/api/iam/en-us_topic_0057845583.html>`__. This API is the only one that does not require authentication. | This field is mandatory for token-based authentication. | |
|
||||
| | | | |
|
||||
@ -105,7 +105,7 @@ You can also add additional header fields to a request, such as the fields requi
|
||||
| | | | |
|
||||
| | **en-us**: English | | |
|
||||
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+----------------------------------+
|
||||
| X-Domain-Id | Domain ID | No | - |
|
||||
| X-Domain-Id | Domain ID | No | ``-`` |
|
||||
+-----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+----------------------------------+
|
||||
|
||||
.. note::
|
||||
|
@ -8,14 +8,25 @@ Change History
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| Release Date | What's New |
|
||||
+===================================+==============================================================================================================================================================================================================+
|
||||
| 2022-09-29 | Modified the following content: |
|
||||
| 2023-09-06 | - Added an API for changing a cluster name. For details, see :ref:`Changing a Cluster Name <mrs_02_0201>`. |
|
||||
| | |
|
||||
| | - Added an API for checking auto scaling policies. For details, see :ref:`Viewing Auto Scaling Policies <mrs_02_0200>`. |
|
||||
| | - Updated the description of the MRS cluster version based on the site requirements. For details, see :ref:`Creating Clusters <mrs_02_0101>` and :ref:`Creating a Cluster and Running a Job <mrs_02_0028>`. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2023-08-03 | - Modified the available specifications for MRS clusters. For details, see :ref:`ECS Specifications Used by MRS <mrs_01_9005>`. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2023-05-04 | - Added the support for MRS 3.2.0-LTS.1. For details, see :ref:`Creating Clusters <mrs_02_0101>`. |
|
||||
| | - Added error code reference. For details, see :ref:`Error Code <mrs_02_0014>`. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 2022-9-29 | Modified the following content: |
|
||||
| | |
|
||||
| | - Added MRS 1.9.2 and MRS 2.1.0 hybrid cluster components. For details, see :ref:`Creating Clusters <mrs_02_0101>`. |
|
||||
| | - Add component lists for MRS 3.1.2-LTS.3 and 3.1.0-LTS.1. For details, see :ref:`Querying Cluster Details <mrs_02_0031>`. |
|
||||
| | - Rectified the ECS specification issue. |
|
||||
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| 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: |
|
||||
| | |
|
||||
|
@ -18,14 +18,28 @@ import os
|
||||
import sys
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme'
|
||||
'otcdocstheme',
|
||||
]
|
||||
|
||||
otcdocs_auto_name = False
|
||||
otcdocs_auto_version = False
|
||||
|
||||
project = 'Map Reduce Service'
|
||||
project = 'MapReduce Service'
|
||||
otcdocs_repo_name = 'docs/mapreduce-service'
|
||||
# Those variables are required for edit/bug links
|
||||
otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com'
|
||||
otcdocs_git_type = 'gitea'
|
||||
|
||||
# Those variables are needed for indexing into OpenSearch
|
||||
otcdocs_doc_environment = 'internal'
|
||||
otcdocs_doc_link = '/mapreduce-service/api-ref/'
|
||||
otcdocs_doc_title = 'API Reference'
|
||||
otcdocs_doc_type = 'api-ref'
|
||||
otcdocs_service_category = 'big_data'
|
||||
otcdocs_service_title = 'MapReduce Service'
|
||||
otcdocs_service_type = 'mrs'
|
||||
otcdocs_search_environment = 'hc_de'
|
||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
@ -75,14 +89,15 @@ html_theme = 'otcdocs'
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
html_theme_options = {
|
||||
'disable_search': True,
|
||||
'site_name': 'Internal Documentation Portal'
|
||||
"disable_search": True,
|
||||
"site_name": "Internal Documentation Portal",
|
||||
"logo_url": "https://docs-int.otc-service.com",
|
||||
}
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
|
||||
html_title = "Map Reduce Service - API Reference"
|
||||
html_title = "MapReduce Service - API Reference"
|
||||
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
@ -90,10 +105,13 @@ html_title = "Map Reduce Service - API Reference"
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
# Do not include sources into the rendered results
|
||||
html_copy_source = False
|
||||
|
||||
# -- Options for PDF output --------------------------------------------------
|
||||
latex_documents = [
|
||||
('index',
|
||||
('index',
|
||||
'mrs-api-ref.tex',
|
||||
u'Map Reduce Service - API Reference',
|
||||
u'MapReduce Service - API Reference',
|
||||
u'OpenTelekomCloud', 'manual'),
|
||||
]
|
@ -1,6 +1,6 @@
|
||||
==================================
|
||||
Map Reduce Service - API Reference
|
||||
==================================
|
||||
=================================
|
||||
MapReduce Service - API Reference
|
||||
=================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
0
doc/best-practice/source/_static/.placeholder
Normal file
117
doc/best-practice/source/conf.py
Normal file
2
doc/best-practice/source/docutils.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[html writers]
|
||||
table-style: table, caption-top
|
4
doc/best-practice/source/index.rst
Normal file
@ -0,0 +1,4 @@
|
||||
=================================
|
||||
MapReduce Service - Best Practice
|
||||
=================================
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 574 B |