alibabacloud-emr-serverless-spark20230808 1.4.1__tar.gz → 1.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of alibabacloud-emr-serverless-spark20230808 might be problematic. Click here for more details.
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/ChangeLog.md +5 -0
- alibabacloud_emr-serverless-spark20230808-1.4.2/PKG-INFO +65 -0
- alibabacloud_emr-serverless-spark20230808-1.4.2/alibabacloud_emr_serverless_spark20230808/__init__.py +1 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808/client.py +8 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808/models.py +73 -1
- alibabacloud_emr-serverless-spark20230808-1.4.2/alibabacloud_emr_serverless_spark20230808.egg-info/PKG-INFO +65 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808.egg-info/requires.txt +3 -3
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/setup.py +3 -3
- alibabacloud_emr-serverless-spark20230808-1.4.1/PKG-INFO +0 -64
- alibabacloud_emr-serverless-spark20230808-1.4.1/alibabacloud_emr_serverless_spark20230808/__init__.py +0 -1
- alibabacloud_emr-serverless-spark20230808-1.4.1/alibabacloud_emr_serverless_spark20230808.egg-info/PKG-INFO +0 -64
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/LICENSE +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/MANIFEST.in +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/README-CN.md +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/README.md +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808.egg-info/SOURCES.txt +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808.egg-info/dependency_links.txt +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/alibabacloud_emr_serverless_spark20230808.egg-info/top_level.txt +0 -0
- {alibabacloud_emr-serverless-spark20230808-1.4.1 → alibabacloud_emr-serverless-spark20230808-1.4.2}/setup.cfg +0 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_emr-serverless-spark20230808
|
|
3
|
+
Version: 1.4.2
|
|
4
|
+
Summary: Alibaba Cloud emr-serverless-spark (20230808) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,emr,serverless,spark20230808
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud emr-serverless-spark SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_emr_serverless_spark20230808
|
|
42
|
+
pip install alibabacloud_emr_serverless_spark20230808
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/emr-serverless-spark-20230808/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.4.2'
|
|
@@ -1415,8 +1415,12 @@ class Client(OpenApiClient):
|
|
|
1415
1415
|
body['codeType'] = request.code_type
|
|
1416
1416
|
if not UtilClient.is_unset(request.configuration_overrides):
|
|
1417
1417
|
body['configurationOverrides'] = request.configuration_overrides
|
|
1418
|
+
if not UtilClient.is_unset(request.display_release_version):
|
|
1419
|
+
body['displayReleaseVersion'] = request.display_release_version
|
|
1418
1420
|
if not UtilClient.is_unset(request.execution_timeout_seconds):
|
|
1419
1421
|
body['executionTimeoutSeconds'] = request.execution_timeout_seconds
|
|
1422
|
+
if not UtilClient.is_unset(request.fusion):
|
|
1423
|
+
body['fusion'] = request.fusion
|
|
1420
1424
|
if not UtilClient.is_unset(request.job_driver):
|
|
1421
1425
|
body['jobDriver'] = request.job_driver
|
|
1422
1426
|
if not UtilClient.is_unset(request.job_id):
|
|
@@ -1476,8 +1480,12 @@ class Client(OpenApiClient):
|
|
|
1476
1480
|
body['codeType'] = request.code_type
|
|
1477
1481
|
if not UtilClient.is_unset(request.configuration_overrides):
|
|
1478
1482
|
body['configurationOverrides'] = request.configuration_overrides
|
|
1483
|
+
if not UtilClient.is_unset(request.display_release_version):
|
|
1484
|
+
body['displayReleaseVersion'] = request.display_release_version
|
|
1479
1485
|
if not UtilClient.is_unset(request.execution_timeout_seconds):
|
|
1480
1486
|
body['executionTimeoutSeconds'] = request.execution_timeout_seconds
|
|
1487
|
+
if not UtilClient.is_unset(request.fusion):
|
|
1488
|
+
body['fusion'] = request.fusion
|
|
1481
1489
|
if not UtilClient.is_unset(request.job_driver):
|
|
1482
1490
|
body['jobDriver'] = request.job_driver
|
|
1483
1491
|
if not UtilClient.is_unset(request.job_id):
|
|
@@ -758,6 +758,7 @@ class Task(TeaModel):
|
|
|
758
758
|
extra_artifact_ids: List[str] = None,
|
|
759
759
|
extra_spark_submit_params: str = None,
|
|
760
760
|
files: List[str] = None,
|
|
761
|
+
fusion: bool = None,
|
|
761
762
|
gmt_created: str = None,
|
|
762
763
|
gmt_modified: str = None,
|
|
763
764
|
has_changed: bool = None,
|
|
@@ -798,6 +799,7 @@ class Task(TeaModel):
|
|
|
798
799
|
self.extra_artifact_ids = extra_artifact_ids
|
|
799
800
|
self.extra_spark_submit_params = extra_spark_submit_params
|
|
800
801
|
self.files = files
|
|
802
|
+
self.fusion = fusion
|
|
801
803
|
# This parameter is required.
|
|
802
804
|
self.gmt_created = gmt_created
|
|
803
805
|
# This parameter is required.
|
|
@@ -875,6 +877,8 @@ class Task(TeaModel):
|
|
|
875
877
|
result['extraSparkSubmitParams'] = self.extra_spark_submit_params
|
|
876
878
|
if self.files is not None:
|
|
877
879
|
result['files'] = self.files
|
|
880
|
+
if self.fusion is not None:
|
|
881
|
+
result['fusion'] = self.fusion
|
|
878
882
|
if self.gmt_created is not None:
|
|
879
883
|
result['gmtCreated'] = self.gmt_created
|
|
880
884
|
if self.gmt_modified is not None:
|
|
@@ -955,6 +959,8 @@ class Task(TeaModel):
|
|
|
955
959
|
self.extra_spark_submit_params = m.get('extraSparkSubmitParams')
|
|
956
960
|
if m.get('files') is not None:
|
|
957
961
|
self.files = m.get('files')
|
|
962
|
+
if m.get('fusion') is not None:
|
|
963
|
+
self.fusion = m.get('fusion')
|
|
958
964
|
if m.get('gmtCreated') is not None:
|
|
959
965
|
self.gmt_created = m.get('gmtCreated')
|
|
960
966
|
if m.get('gmtModified') is not None:
|
|
@@ -1147,6 +1153,8 @@ class Template(TeaModel):
|
|
|
1147
1153
|
def __init__(
|
|
1148
1154
|
self,
|
|
1149
1155
|
creator: int = None,
|
|
1156
|
+
display_spark_version: str = None,
|
|
1157
|
+
fusion: bool = None,
|
|
1150
1158
|
gmt_created: str = None,
|
|
1151
1159
|
gmt_modified: str = None,
|
|
1152
1160
|
modifier: int = None,
|
|
@@ -1162,6 +1170,8 @@ class Template(TeaModel):
|
|
|
1162
1170
|
):
|
|
1163
1171
|
# This parameter is required.
|
|
1164
1172
|
self.creator = creator
|
|
1173
|
+
self.display_spark_version = display_spark_version
|
|
1174
|
+
self.fusion = fusion
|
|
1165
1175
|
# This parameter is required.
|
|
1166
1176
|
self.gmt_created = gmt_created
|
|
1167
1177
|
# This parameter is required.
|
|
@@ -1199,6 +1209,10 @@ class Template(TeaModel):
|
|
|
1199
1209
|
result = dict()
|
|
1200
1210
|
if self.creator is not None:
|
|
1201
1211
|
result['creator'] = self.creator
|
|
1212
|
+
if self.display_spark_version is not None:
|
|
1213
|
+
result['displaySparkVersion'] = self.display_spark_version
|
|
1214
|
+
if self.fusion is not None:
|
|
1215
|
+
result['fusion'] = self.fusion
|
|
1202
1216
|
if self.gmt_created is not None:
|
|
1203
1217
|
result['gmtCreated'] = self.gmt_created
|
|
1204
1218
|
if self.gmt_modified is not None:
|
|
@@ -1231,6 +1245,10 @@ class Template(TeaModel):
|
|
|
1231
1245
|
m = m or dict()
|
|
1232
1246
|
if m.get('creator') is not None:
|
|
1233
1247
|
self.creator = m.get('creator')
|
|
1248
|
+
if m.get('displaySparkVersion') is not None:
|
|
1249
|
+
self.display_spark_version = m.get('displaySparkVersion')
|
|
1250
|
+
if m.get('fusion') is not None:
|
|
1251
|
+
self.fusion = m.get('fusion')
|
|
1234
1252
|
if m.get('gmtCreated') is not None:
|
|
1235
1253
|
self.gmt_created = m.get('gmtCreated')
|
|
1236
1254
|
if m.get('gmtModified') is not None:
|
|
@@ -2171,7 +2189,7 @@ class GetSqlStatementResponseBody(TeaModel):
|
|
|
2171
2189
|
data: GetSqlStatementResponseBodyData = None,
|
|
2172
2190
|
request_id: str = None,
|
|
2173
2191
|
):
|
|
2174
|
-
# The data
|
|
2192
|
+
# The returned data.
|
|
2175
2193
|
self.data = data
|
|
2176
2194
|
# The request ID.
|
|
2177
2195
|
self.request_id = request_id
|
|
@@ -2757,8 +2775,10 @@ class ListJobRunsResponseBodyJobRuns(TeaModel):
|
|
|
2757
2775
|
code_type: str = None,
|
|
2758
2776
|
configuration_overrides: ListJobRunsResponseBodyJobRunsConfigurationOverrides = None,
|
|
2759
2777
|
creator: str = None,
|
|
2778
|
+
display_release_version: str = None,
|
|
2760
2779
|
end_time: int = None,
|
|
2761
2780
|
execution_timeout_seconds: int = None,
|
|
2781
|
+
fusion: bool = None,
|
|
2762
2782
|
job_driver: JobDriver = None,
|
|
2763
2783
|
job_run_id: str = None,
|
|
2764
2784
|
log: RunLog = None,
|
|
@@ -2783,10 +2803,12 @@ class ListJobRunsResponseBodyJobRuns(TeaModel):
|
|
|
2783
2803
|
self.configuration_overrides = configuration_overrides
|
|
2784
2804
|
# The ID of the user who created the job.
|
|
2785
2805
|
self.creator = creator
|
|
2806
|
+
self.display_release_version = display_release_version
|
|
2786
2807
|
# The end time of the job.
|
|
2787
2808
|
self.end_time = end_time
|
|
2788
2809
|
# The timeout period of the job.
|
|
2789
2810
|
self.execution_timeout_seconds = execution_timeout_seconds
|
|
2811
|
+
self.fusion = fusion
|
|
2790
2812
|
# The information about Spark Driver.
|
|
2791
2813
|
self.job_driver = job_driver
|
|
2792
2814
|
# The job ID.
|
|
@@ -2836,10 +2858,14 @@ class ListJobRunsResponseBodyJobRuns(TeaModel):
|
|
|
2836
2858
|
result['configurationOverrides'] = self.configuration_overrides.to_map()
|
|
2837
2859
|
if self.creator is not None:
|
|
2838
2860
|
result['creator'] = self.creator
|
|
2861
|
+
if self.display_release_version is not None:
|
|
2862
|
+
result['displayReleaseVersion'] = self.display_release_version
|
|
2839
2863
|
if self.end_time is not None:
|
|
2840
2864
|
result['endTime'] = self.end_time
|
|
2841
2865
|
if self.execution_timeout_seconds is not None:
|
|
2842
2866
|
result['executionTimeoutSeconds'] = self.execution_timeout_seconds
|
|
2867
|
+
if self.fusion is not None:
|
|
2868
|
+
result['fusion'] = self.fusion
|
|
2843
2869
|
if self.job_driver is not None:
|
|
2844
2870
|
result['jobDriver'] = self.job_driver.to_map()
|
|
2845
2871
|
if self.job_run_id is not None:
|
|
@@ -2875,10 +2901,14 @@ class ListJobRunsResponseBodyJobRuns(TeaModel):
|
|
|
2875
2901
|
self.configuration_overrides = temp_model.from_map(m['configurationOverrides'])
|
|
2876
2902
|
if m.get('creator') is not None:
|
|
2877
2903
|
self.creator = m.get('creator')
|
|
2904
|
+
if m.get('displayReleaseVersion') is not None:
|
|
2905
|
+
self.display_release_version = m.get('displayReleaseVersion')
|
|
2878
2906
|
if m.get('endTime') is not None:
|
|
2879
2907
|
self.end_time = m.get('endTime')
|
|
2880
2908
|
if m.get('executionTimeoutSeconds') is not None:
|
|
2881
2909
|
self.execution_timeout_seconds = m.get('executionTimeoutSeconds')
|
|
2910
|
+
if m.get('fusion') is not None:
|
|
2911
|
+
self.fusion = m.get('fusion')
|
|
2882
2912
|
if m.get('jobDriver') is not None:
|
|
2883
2913
|
temp_model = JobDriver()
|
|
2884
2914
|
self.job_driver = temp_model.from_map(m['jobDriver'])
|
|
@@ -3079,6 +3109,8 @@ class ListReleaseVersionsResponseBodyReleaseVersions(TeaModel):
|
|
|
3079
3109
|
self,
|
|
3080
3110
|
community_version: str = None,
|
|
3081
3111
|
cpu_architectures: List[str] = None,
|
|
3112
|
+
display_release_version: str = None,
|
|
3113
|
+
fusion: bool = None,
|
|
3082
3114
|
gmt_create: int = None,
|
|
3083
3115
|
iaas_type: str = None,
|
|
3084
3116
|
release_version: str = None,
|
|
@@ -3090,6 +3122,8 @@ class ListReleaseVersionsResponseBodyReleaseVersions(TeaModel):
|
|
|
3090
3122
|
self.community_version = community_version
|
|
3091
3123
|
# The CPU architectures.
|
|
3092
3124
|
self.cpu_architectures = cpu_architectures
|
|
3125
|
+
self.display_release_version = display_release_version
|
|
3126
|
+
self.fusion = fusion
|
|
3093
3127
|
# The creation time.
|
|
3094
3128
|
self.gmt_create = gmt_create
|
|
3095
3129
|
# The type of the Infrastructure as a Service (IaaS) layer.
|
|
@@ -3116,6 +3150,10 @@ class ListReleaseVersionsResponseBodyReleaseVersions(TeaModel):
|
|
|
3116
3150
|
result['communityVersion'] = self.community_version
|
|
3117
3151
|
if self.cpu_architectures is not None:
|
|
3118
3152
|
result['cpuArchitectures'] = self.cpu_architectures
|
|
3153
|
+
if self.display_release_version is not None:
|
|
3154
|
+
result['displayReleaseVersion'] = self.display_release_version
|
|
3155
|
+
if self.fusion is not None:
|
|
3156
|
+
result['fusion'] = self.fusion
|
|
3119
3157
|
if self.gmt_create is not None:
|
|
3120
3158
|
result['gmtCreate'] = self.gmt_create
|
|
3121
3159
|
if self.iaas_type is not None:
|
|
@@ -3136,6 +3174,10 @@ class ListReleaseVersionsResponseBodyReleaseVersions(TeaModel):
|
|
|
3136
3174
|
self.community_version = m.get('communityVersion')
|
|
3137
3175
|
if m.get('cpuArchitectures') is not None:
|
|
3138
3176
|
self.cpu_architectures = m.get('cpuArchitectures')
|
|
3177
|
+
if m.get('displayReleaseVersion') is not None:
|
|
3178
|
+
self.display_release_version = m.get('displayReleaseVersion')
|
|
3179
|
+
if m.get('fusion') is not None:
|
|
3180
|
+
self.fusion = m.get('fusion')
|
|
3139
3181
|
if m.get('gmtCreate') is not None:
|
|
3140
3182
|
self.gmt_create = m.get('gmtCreate')
|
|
3141
3183
|
if m.get('iaasType') is not None:
|
|
@@ -3464,8 +3506,10 @@ class ListSessionClustersResponseBodySessionClusters(TeaModel):
|
|
|
3464
3506
|
application_configs: List[ListSessionClustersResponseBodySessionClustersApplicationConfigs] = None,
|
|
3465
3507
|
auto_start_configuration: ListSessionClustersResponseBodySessionClustersAutoStartConfiguration = None,
|
|
3466
3508
|
auto_stop_configuration: ListSessionClustersResponseBodySessionClustersAutoStopConfiguration = None,
|
|
3509
|
+
display_release_version: str = None,
|
|
3467
3510
|
domain: str = None,
|
|
3468
3511
|
draft_id: str = None,
|
|
3512
|
+
fusion: bool = None,
|
|
3469
3513
|
kind: str = None,
|
|
3470
3514
|
name: str = None,
|
|
3471
3515
|
queue_name: str = None,
|
|
@@ -3484,8 +3528,10 @@ class ListSessionClustersResponseBodySessionClusters(TeaModel):
|
|
|
3484
3528
|
self.auto_start_configuration = auto_start_configuration
|
|
3485
3529
|
# The automatic termination configurations.
|
|
3486
3530
|
self.auto_stop_configuration = auto_stop_configuration
|
|
3531
|
+
self.display_release_version = display_release_version
|
|
3487
3532
|
self.domain = domain
|
|
3488
3533
|
self.draft_id = draft_id
|
|
3534
|
+
self.fusion = fusion
|
|
3489
3535
|
self.kind = kind
|
|
3490
3536
|
# The name of the SQL Compute.
|
|
3491
3537
|
self.name = name
|
|
@@ -3532,10 +3578,14 @@ class ListSessionClustersResponseBodySessionClusters(TeaModel):
|
|
|
3532
3578
|
result['autoStartConfiguration'] = self.auto_start_configuration.to_map()
|
|
3533
3579
|
if self.auto_stop_configuration is not None:
|
|
3534
3580
|
result['autoStopConfiguration'] = self.auto_stop_configuration.to_map()
|
|
3581
|
+
if self.display_release_version is not None:
|
|
3582
|
+
result['displayReleaseVersion'] = self.display_release_version
|
|
3535
3583
|
if self.domain is not None:
|
|
3536
3584
|
result['domain'] = self.domain
|
|
3537
3585
|
if self.draft_id is not None:
|
|
3538
3586
|
result['draftId'] = self.draft_id
|
|
3587
|
+
if self.fusion is not None:
|
|
3588
|
+
result['fusion'] = self.fusion
|
|
3539
3589
|
if self.kind is not None:
|
|
3540
3590
|
result['kind'] = self.kind
|
|
3541
3591
|
if self.name is not None:
|
|
@@ -3573,10 +3623,14 @@ class ListSessionClustersResponseBodySessionClusters(TeaModel):
|
|
|
3573
3623
|
if m.get('autoStopConfiguration') is not None:
|
|
3574
3624
|
temp_model = ListSessionClustersResponseBodySessionClustersAutoStopConfiguration()
|
|
3575
3625
|
self.auto_stop_configuration = temp_model.from_map(m['autoStopConfiguration'])
|
|
3626
|
+
if m.get('displayReleaseVersion') is not None:
|
|
3627
|
+
self.display_release_version = m.get('displayReleaseVersion')
|
|
3576
3628
|
if m.get('domain') is not None:
|
|
3577
3629
|
self.domain = m.get('domain')
|
|
3578
3630
|
if m.get('draftId') is not None:
|
|
3579
3631
|
self.draft_id = m.get('draftId')
|
|
3632
|
+
if m.get('fusion') is not None:
|
|
3633
|
+
self.fusion = m.get('fusion')
|
|
3580
3634
|
if m.get('kind') is not None:
|
|
3581
3635
|
self.kind = m.get('kind')
|
|
3582
3636
|
if m.get('name') is not None:
|
|
@@ -4128,6 +4182,7 @@ class ListWorkspacesResponseBodyWorkspaces(TeaModel):
|
|
|
4128
4182
|
auto_renew_period_unit: str = None,
|
|
4129
4183
|
create_time: int = None,
|
|
4130
4184
|
dlf_catalog_id: str = None,
|
|
4185
|
+
dlf_type: str = None,
|
|
4131
4186
|
duration: int = None,
|
|
4132
4187
|
end_time: int = None,
|
|
4133
4188
|
fail_reason: str = None,
|
|
@@ -4153,6 +4208,7 @@ class ListWorkspacesResponseBodyWorkspaces(TeaModel):
|
|
|
4153
4208
|
self.create_time = create_time
|
|
4154
4209
|
# The information of the Data Lake Formation (DLF) catalog.
|
|
4155
4210
|
self.dlf_catalog_id = dlf_catalog_id
|
|
4211
|
+
self.dlf_type = dlf_type
|
|
4156
4212
|
# The subscription period. This parameter is required only if the paymentType parameter is set to Subscription.
|
|
4157
4213
|
self.duration = duration
|
|
4158
4214
|
# The time when the workspace was released.
|
|
@@ -4202,6 +4258,8 @@ class ListWorkspacesResponseBodyWorkspaces(TeaModel):
|
|
|
4202
4258
|
result['createTime'] = self.create_time
|
|
4203
4259
|
if self.dlf_catalog_id is not None:
|
|
4204
4260
|
result['dlfCatalogId'] = self.dlf_catalog_id
|
|
4261
|
+
if self.dlf_type is not None:
|
|
4262
|
+
result['dlfType'] = self.dlf_type
|
|
4205
4263
|
if self.duration is not None:
|
|
4206
4264
|
result['duration'] = self.duration
|
|
4207
4265
|
if self.end_time is not None:
|
|
@@ -4244,6 +4302,8 @@ class ListWorkspacesResponseBodyWorkspaces(TeaModel):
|
|
|
4244
4302
|
self.create_time = m.get('createTime')
|
|
4245
4303
|
if m.get('dlfCatalogId') is not None:
|
|
4246
4304
|
self.dlf_catalog_id = m.get('dlfCatalogId')
|
|
4305
|
+
if m.get('dlfType') is not None:
|
|
4306
|
+
self.dlf_type = m.get('dlfType')
|
|
4247
4307
|
if m.get('duration') is not None:
|
|
4248
4308
|
self.duration = m.get('duration')
|
|
4249
4309
|
if m.get('endTime') is not None:
|
|
@@ -4465,7 +4525,9 @@ class StartJobRunRequest(TeaModel):
|
|
|
4465
4525
|
client_token: str = None,
|
|
4466
4526
|
code_type: str = None,
|
|
4467
4527
|
configuration_overrides: StartJobRunRequestConfigurationOverrides = None,
|
|
4528
|
+
display_release_version: str = None,
|
|
4468
4529
|
execution_timeout_seconds: int = None,
|
|
4530
|
+
fusion: bool = None,
|
|
4469
4531
|
job_driver: JobDriver = None,
|
|
4470
4532
|
job_id: str = None,
|
|
4471
4533
|
name: str = None,
|
|
@@ -4484,8 +4546,10 @@ class StartJobRunRequest(TeaModel):
|
|
|
4484
4546
|
self.code_type = code_type
|
|
4485
4547
|
# The advanced configurations of Spark.
|
|
4486
4548
|
self.configuration_overrides = configuration_overrides
|
|
4549
|
+
self.display_release_version = display_release_version
|
|
4487
4550
|
# The timeout period of the job.
|
|
4488
4551
|
self.execution_timeout_seconds = execution_timeout_seconds
|
|
4552
|
+
self.fusion = fusion
|
|
4489
4553
|
# The information about Spark Driver.
|
|
4490
4554
|
self.job_driver = job_driver
|
|
4491
4555
|
# The job ID.
|
|
@@ -4523,8 +4587,12 @@ class StartJobRunRequest(TeaModel):
|
|
|
4523
4587
|
result['codeType'] = self.code_type
|
|
4524
4588
|
if self.configuration_overrides is not None:
|
|
4525
4589
|
result['configurationOverrides'] = self.configuration_overrides.to_map()
|
|
4590
|
+
if self.display_release_version is not None:
|
|
4591
|
+
result['displayReleaseVersion'] = self.display_release_version
|
|
4526
4592
|
if self.execution_timeout_seconds is not None:
|
|
4527
4593
|
result['executionTimeoutSeconds'] = self.execution_timeout_seconds
|
|
4594
|
+
if self.fusion is not None:
|
|
4595
|
+
result['fusion'] = self.fusion
|
|
4528
4596
|
if self.job_driver is not None:
|
|
4529
4597
|
result['jobDriver'] = self.job_driver.to_map()
|
|
4530
4598
|
if self.job_id is not None:
|
|
@@ -4552,8 +4620,12 @@ class StartJobRunRequest(TeaModel):
|
|
|
4552
4620
|
if m.get('configurationOverrides') is not None:
|
|
4553
4621
|
temp_model = StartJobRunRequestConfigurationOverrides()
|
|
4554
4622
|
self.configuration_overrides = temp_model.from_map(m['configurationOverrides'])
|
|
4623
|
+
if m.get('displayReleaseVersion') is not None:
|
|
4624
|
+
self.display_release_version = m.get('displayReleaseVersion')
|
|
4555
4625
|
if m.get('executionTimeoutSeconds') is not None:
|
|
4556
4626
|
self.execution_timeout_seconds = m.get('executionTimeoutSeconds')
|
|
4627
|
+
if m.get('fusion') is not None:
|
|
4628
|
+
self.fusion = m.get('fusion')
|
|
4557
4629
|
if m.get('jobDriver') is not None:
|
|
4558
4630
|
temp_model = JobDriver()
|
|
4559
4631
|
self.job_driver = temp_model.from_map(m['jobDriver'])
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud-emr-serverless-spark20230808
|
|
3
|
+
Version: 1.4.2
|
|
4
|
+
Summary: Alibaba Cloud emr-serverless-spark (20230808) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,emr,serverless,spark20230808
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud emr-serverless-spark SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.6
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_emr_serverless_spark20230808
|
|
42
|
+
pip install alibabacloud_emr_serverless_spark20230808
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/emr-serverless-spark-20230808/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
alibabacloud_tea_util<1.0.0,>=0.3.12
|
|
2
|
-
alibabacloud_tea_openapi<1.0.0,>=0.3.10
|
|
3
|
-
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
4
1
|
alibabacloud_endpoint_util<1.0.0,>=0.0.3
|
|
2
|
+
alibabacloud_openapi_util<1.0.0,>=0.2.1
|
|
3
|
+
alibabacloud_tea_openapi<1.0.0,>=0.3.11
|
|
4
|
+
alibabacloud_tea_util<1.0.0,>=0.3.13
|
|
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
|
|
|
24
24
|
"""
|
|
25
25
|
setup module for alibabacloud_emr-serverless-spark20230808.
|
|
26
26
|
|
|
27
|
-
Created on
|
|
27
|
+
Created on 20/08/2024
|
|
28
28
|
|
|
29
29
|
@author: Alibaba Cloud SDK
|
|
30
30
|
"""
|
|
@@ -37,8 +37,8 @@ AUTHOR_EMAIL = "sdk-team@alibabacloud.com"
|
|
|
37
37
|
URL = "https://github.com/aliyun/alibabacloud-python-sdk"
|
|
38
38
|
VERSION = __import__(PACKAGE).__version__
|
|
39
39
|
REQUIRES = [
|
|
40
|
-
"alibabacloud_tea_util>=0.3.
|
|
41
|
-
"alibabacloud_tea_openapi>=0.3.
|
|
40
|
+
"alibabacloud_tea_util>=0.3.13, <1.0.0",
|
|
41
|
+
"alibabacloud_tea_openapi>=0.3.11, <1.0.0",
|
|
42
42
|
"alibabacloud_openapi_util>=0.2.1, <1.0.0",
|
|
43
43
|
"alibabacloud_endpoint_util>=0.0.3, <1.0.0"
|
|
44
44
|
]
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud_emr-serverless-spark20230808
|
|
3
|
-
Version: 1.4.1
|
|
4
|
-
Summary: Alibaba Cloud emr-serverless-spark (20230808) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud emr-serverless-spark SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_emr_serverless_spark20230808
|
|
26
|
-
pip install alibabacloud_emr_serverless_spark20230808
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/emr-serverless-spark-20230808/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,emr,serverless,spark20230808
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.4.1'
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: alibabacloud-emr-serverless-spark20230808
|
|
3
|
-
Version: 1.4.1
|
|
4
|
-
Summary: Alibaba Cloud emr-serverless-spark (20230808) SDK Library for Python
|
|
5
|
-
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
-
Author: Alibaba Cloud SDK
|
|
7
|
-
Author-email: sdk-team@alibabacloud.com
|
|
8
|
-
License: Apache License 2.0
|
|
9
|
-
Description: English | [简体中文](README-CN.md)
|
|
10
|
-

|
|
11
|
-
|
|
12
|
-
## Alibaba Cloud emr-serverless-spark SDK for Python
|
|
13
|
-
|
|
14
|
-
## Requirements
|
|
15
|
-
|
|
16
|
-
- Python >= 3.6
|
|
17
|
-
|
|
18
|
-
## Installation
|
|
19
|
-
|
|
20
|
-
- **Install with pip**
|
|
21
|
-
|
|
22
|
-
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
# Install the alibabacloud_emr_serverless_spark20230808
|
|
26
|
-
pip install alibabacloud_emr_serverless_spark20230808
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Issues
|
|
30
|
-
|
|
31
|
-
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
32
|
-
|
|
33
|
-
## Usage
|
|
34
|
-
|
|
35
|
-
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
36
|
-
|
|
37
|
-
## Changelog
|
|
38
|
-
|
|
39
|
-
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/emr-serverless-spark-20230808/ChangeLog.md).
|
|
40
|
-
|
|
41
|
-
## References
|
|
42
|
-
|
|
43
|
-
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
44
|
-
|
|
45
|
-
## License
|
|
46
|
-
|
|
47
|
-
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
48
|
-
|
|
49
|
-
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
50
|
-
|
|
51
|
-
Keywords: alibabacloud,emr,serverless,spark20230808
|
|
52
|
-
Platform: any
|
|
53
|
-
Classifier: Development Status :: 4 - Beta
|
|
54
|
-
Classifier: Intended Audience :: Developers
|
|
55
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
56
|
-
Classifier: Programming Language :: Python
|
|
57
|
-
Classifier: Programming Language :: Python :: 3
|
|
58
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
59
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
60
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
61
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
62
|
-
Classifier: Topic :: Software Development
|
|
63
|
-
Requires-Python: >=3.6
|
|
64
|
-
Description-Content-Type: text/markdown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|