huaweicloudsdkmrs 3.1.35__py2.py3-none-any.whl → 3.1.37__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- huaweicloudsdkmrs/v2/model/bootstrap_script.py +6 -6
- {huaweicloudsdkmrs-3.1.35.dist-info → huaweicloudsdkmrs-3.1.37.dist-info}/METADATA +2 -2
- {huaweicloudsdkmrs-3.1.35.dist-info → huaweicloudsdkmrs-3.1.37.dist-info}/RECORD +6 -6
- {huaweicloudsdkmrs-3.1.35.dist-info → huaweicloudsdkmrs-3.1.37.dist-info}/LICENSE +0 -0
- {huaweicloudsdkmrs-3.1.35.dist-info → huaweicloudsdkmrs-3.1.37.dist-info}/WHEEL +0 -0
- {huaweicloudsdkmrs-3.1.35.dist-info → huaweicloudsdkmrs-3.1.37.dist-info}/top_level.txt +0 -0
@@ -52,7 +52,7 @@ class BootstrapScript:
|
|
52
52
|
|
53
53
|
:param name: 引导操作脚本的名称,同一个集群的引导操作脚本名称不允许相同。 只能由数字、英文字符、空格、中划线和下划线组成,且不能以空格开头。 可输入的字符串长度为1~64个字符。
|
54
54
|
:type name: str
|
55
|
-
:param uri: 引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。
|
55
|
+
:param uri: 引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。 OBS桶的路径:直接手动输入脚本路径。例如输入MRS提供的公共样例脚本路径。示例:obs://bootstrap/presto/presto-install.sh,其中安装dualroles时,presto-install.sh脚本参数为dualroles, 安装worker时,presto-install.sh脚本参数为worker。根据Presto使用习惯,建议您在Active Master节点上安装dualroles,在Core节点上安装worker。 虚拟机本地的路径:用户需要输入正确的脚本路径。脚本所在的路径必须以‘/’开头,以.sh结尾。
|
56
56
|
:type uri: str
|
57
57
|
:param parameters: 引导操作脚本参数。
|
58
58
|
:type parameters: str
|
@@ -68,7 +68,7 @@ class BootstrapScript:
|
|
68
68
|
:type start_time: int
|
69
69
|
:param state: 单个引导操作脚本的运行状态。 - PENDING - IN_PROGRESS - SUCCESS - FAILURE
|
70
70
|
:type state: str
|
71
|
-
:param action_stages: 选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START:
|
71
|
+
:param action_stages: 选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START: 组件首次启动前 - AFTER_COMPONENT_FIRST_START: 组件首次启动后 - BEFORE_SCALE_IN: 缩容前 - AFTER_SCALE_IN: 缩容后 - BEFORE_SCALE_OUT: 扩容前 - AFTER_SCALE_OUT: 扩容后
|
72
72
|
:type action_stages: list[str]
|
73
73
|
"""
|
74
74
|
|
@@ -129,7 +129,7 @@ class BootstrapScript:
|
|
129
129
|
def uri(self):
|
130
130
|
"""Gets the uri of this BootstrapScript.
|
131
131
|
|
132
|
-
引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。
|
132
|
+
引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。 OBS桶的路径:直接手动输入脚本路径。例如输入MRS提供的公共样例脚本路径。示例:obs://bootstrap/presto/presto-install.sh,其中安装dualroles时,presto-install.sh脚本参数为dualroles, 安装worker时,presto-install.sh脚本参数为worker。根据Presto使用习惯,建议您在Active Master节点上安装dualroles,在Core节点上安装worker。 虚拟机本地的路径:用户需要输入正确的脚本路径。脚本所在的路径必须以‘/’开头,以.sh结尾。
|
133
133
|
|
134
134
|
:return: The uri of this BootstrapScript.
|
135
135
|
:rtype: str
|
@@ -140,7 +140,7 @@ class BootstrapScript:
|
|
140
140
|
def uri(self, uri):
|
141
141
|
"""Sets the uri of this BootstrapScript.
|
142
142
|
|
143
|
-
引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。
|
143
|
+
引导操作脚本的路径。设置为OBS桶的路径或虚拟机本地的路径。 OBS桶的路径:直接手动输入脚本路径。例如输入MRS提供的公共样例脚本路径。示例:obs://bootstrap/presto/presto-install.sh,其中安装dualroles时,presto-install.sh脚本参数为dualroles, 安装worker时,presto-install.sh脚本参数为worker。根据Presto使用习惯,建议您在Active Master节点上安装dualroles,在Core节点上安装worker。 虚拟机本地的路径:用户需要输入正确的脚本路径。脚本所在的路径必须以‘/’开头,以.sh结尾。
|
144
144
|
|
145
145
|
:param uri: The uri of this BootstrapScript.
|
146
146
|
:type uri: str
|
@@ -305,7 +305,7 @@ class BootstrapScript:
|
|
305
305
|
def action_stages(self):
|
306
306
|
"""Gets the action_stages of this BootstrapScript.
|
307
307
|
|
308
|
-
选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START:
|
308
|
+
选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START: 组件首次启动前 - AFTER_COMPONENT_FIRST_START: 组件首次启动后 - BEFORE_SCALE_IN: 缩容前 - AFTER_SCALE_IN: 缩容后 - BEFORE_SCALE_OUT: 扩容前 - AFTER_SCALE_OUT: 扩容后
|
309
309
|
|
310
310
|
:return: The action_stages of this BootstrapScript.
|
311
311
|
:rtype: list[str]
|
@@ -316,7 +316,7 @@ class BootstrapScript:
|
|
316
316
|
def action_stages(self, action_stages):
|
317
317
|
"""Sets the action_stages of this BootstrapScript.
|
318
318
|
|
319
|
-
选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START:
|
319
|
+
选择引导操作脚本执行的时间。 - BEFORE_COMPONENT_FIRST_START: 组件首次启动前 - AFTER_COMPONENT_FIRST_START: 组件首次启动后 - BEFORE_SCALE_IN: 缩容前 - AFTER_SCALE_IN: 缩容后 - BEFORE_SCALE_OUT: 扩容前 - AFTER_SCALE_OUT: 扩容后
|
320
320
|
|
321
321
|
:param action_stages: The action_stages of this BootstrapScript.
|
322
322
|
:type action_stages: list[str]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huaweicloudsdkmrs
|
3
|
-
Version: 3.1.
|
3
|
+
Version: 3.1.37
|
4
4
|
Summary: MRS
|
5
5
|
Home-page: https://github.com/huaweicloud/huaweicloud-sdk-python-v3
|
6
6
|
Author: HuaweiCloud SDK
|
@@ -22,6 +22,6 @@ Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: huaweicloudsdkcore (>=3.1.
|
25
|
+
Requires-Dist: huaweicloudsdkcore (>=3.1.37)
|
26
26
|
|
27
27
|
See detailed information in [huaweicloud-sdk-python-v3](https://github.com/huaweicloud/huaweicloud-sdk-python-v3).
|
@@ -82,7 +82,7 @@ huaweicloudsdkmrs/v2/model/auto_scaling_policy.py,sha256=sxhx2670GAPABaGT3wbSF1q
|
|
82
82
|
huaweicloudsdkmrs/v2/model/auto_scaling_policy_v2.py,sha256=JV7tzxfcfvLt6j2YmfntXQ5GUwPf3y7_EURQwt8X75I,5327
|
83
83
|
huaweicloudsdkmrs/v2/model/batch_delete_jobs_request.py,sha256=kGGBRidQj-YKk2Qzt83E6G73KJRGw5v0RD5GSmAuLCY,4205
|
84
84
|
huaweicloudsdkmrs/v2/model/batch_delete_jobs_response.py,sha256=xxV8UAu1q_CB4lfaqHEApGY_deZkvgJ2vrp1YV7pxtg,2454
|
85
|
-
huaweicloudsdkmrs/v2/model/bootstrap_script.py,sha256=
|
85
|
+
huaweicloudsdkmrs/v2/model/bootstrap_script.py,sha256=M7zwalk1y1iRx98hxfkKX5JAjxP8NCs0jW41v3YRUgI,15625
|
86
86
|
huaweicloudsdkmrs/v2/model/cancel_sql_request.py,sha256=1R0C5z7lLLBwoKIFhUEp4GjElR0Dqdaf5uh6qv-eYsI,4188
|
87
87
|
huaweicloudsdkmrs/v2/model/cancel_sql_response.py,sha256=ikXTdstcFkYEDNTKgBO2aTurw5GPfuaNZxZzpuoVBoY,4484
|
88
88
|
huaweicloudsdkmrs/v2/model/charge_info.py,sha256=nZ-5nhDQ-TkAp_KkWWd_Ef7-a45lvnqoSefSG5dhuv8,3418
|
@@ -136,8 +136,8 @@ huaweicloudsdkmrs/v2/model/update_cluster_req.py,sha256=VS8g8QxPgTEb3MjfMk4qSNud
|
|
136
136
|
huaweicloudsdkmrs/v2/model/volume.py,sha256=kGD-LifivPtfeTSnZNDC20gyuX8xL2Q4kYl0AjBwESI,4103
|
137
137
|
huaweicloudsdkmrs/v2/region/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
138
138
|
huaweicloudsdkmrs/v2/region/mrs_region.py,sha256=IYNIzi22J6BxXTrfykBVcXBlf6DXS21Xqu1iPeBgOMI,3240
|
139
|
-
huaweicloudsdkmrs-3.1.
|
140
|
-
huaweicloudsdkmrs-3.1.
|
141
|
-
huaweicloudsdkmrs-3.1.
|
142
|
-
huaweicloudsdkmrs-3.1.
|
143
|
-
huaweicloudsdkmrs-3.1.
|
139
|
+
huaweicloudsdkmrs-3.1.37.dist-info/LICENSE,sha256=4_VSTLuxcsybRG9N4Isktlj1rAIBBsfl0Tjc0gBTijo,604
|
140
|
+
huaweicloudsdkmrs-3.1.37.dist-info/METADATA,sha256=ch2Za9xZLzWFbFi5nLYKCSShhZ5VgIcLfoqzHKtpvlI,1136
|
141
|
+
huaweicloudsdkmrs-3.1.37.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
|
142
|
+
huaweicloudsdkmrs-3.1.37.dist-info/top_level.txt,sha256=zAk9J3OpoJvpYBg3cGOVsX4et4Mp4GoApQm8V41S1hQ,18
|
143
|
+
huaweicloudsdkmrs-3.1.37.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|