@azure/synapse-spark 1.0.0-beta.3 → 1.0.0-beta.6
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.
- package/LICENSE +21 -0
- package/README.md +14 -13
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +11 -0
- package/dist/browser/index.js.map +1 -0
- package/{types/synapse-spark.d.ts → dist/browser/models/index.d.ts} +548 -621
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +134 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +19 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +1151 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +16 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +133 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +3 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +10 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/sparkBatch.d.ts +36 -0
- package/dist/browser/operations/sparkBatch.d.ts.map +1 -0
- package/dist/browser/operations/sparkBatch.js +122 -0
- package/dist/browser/operations/sparkBatch.js.map +1 -0
- package/dist/browser/operations/sparkSessionOperations.d.ts +69 -0
- package/dist/browser/operations/sparkSessionOperations.d.ts.map +1 -0
- package/dist/browser/operations/sparkSessionOperations.js +259 -0
- package/dist/browser/operations/sparkSessionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +3 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +10 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkBatch.d.ts +28 -0
- package/dist/browser/operationsInterfaces/sparkBatch.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkBatch.js +9 -0
- package/dist/browser/operationsInterfaces/sparkBatch.js.map +1 -0
- package/dist/browser/operationsInterfaces/sparkSessionOperations.d.ts +61 -0
- package/dist/browser/operationsInterfaces/sparkSessionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sparkSessionOperations.js +9 -0
- package/dist/browser/operationsInterfaces/sparkSessionOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/sparkClient.d.ts +24 -0
- package/dist/browser/sparkClient.d.ts.map +1 -0
- package/dist/browser/sparkClient.js +86 -0
- package/dist/browser/sparkClient.js.map +1 -0
- package/dist/browser/tracing.d.ts +2 -0
- package/dist/browser/tracing.d.ts.map +1 -0
- package/dist/browser/tracing.js +14 -0
- package/dist/browser/tracing.js.map +1 -0
- package/dist/commonjs/index.d.ts +4 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +16 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +548 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +137 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +19 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1154 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +16 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +136 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +3 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +13 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/sparkBatch.d.ts +36 -0
- package/dist/commonjs/operations/sparkBatch.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkBatch.js +127 -0
- package/dist/commonjs/operations/sparkBatch.js.map +1 -0
- package/dist/commonjs/operations/sparkSessionOperations.d.ts +69 -0
- package/dist/commonjs/operations/sparkSessionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/sparkSessionOperations.js +264 -0
- package/dist/commonjs/operations/sparkSessionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +13 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkBatch.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/sparkBatch.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkBatch.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkBatch.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkSessionOperations.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/sparkSessionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sparkSessionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sparkSessionOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/sparkClient.d.ts +24 -0
- package/dist/commonjs/sparkClient.d.ts.map +1 -0
- package/dist/commonjs/sparkClient.js +91 -0
- package/dist/commonjs/sparkClient.js.map +1 -0
- package/dist/commonjs/tracing.d.ts +2 -0
- package/dist/commonjs/tracing.d.ts.map +1 -0
- package/dist/commonjs/tracing.js +17 -0
- package/dist/commonjs/tracing.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +548 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +134 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +19 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1151 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +16 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +133 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +3 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +10 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/sparkBatch.d.ts +36 -0
- package/dist/esm/operations/sparkBatch.d.ts.map +1 -0
- package/dist/esm/operations/sparkBatch.js +122 -0
- package/dist/esm/operations/sparkBatch.js.map +1 -0
- package/dist/esm/operations/sparkSessionOperations.d.ts +69 -0
- package/dist/esm/operations/sparkSessionOperations.d.ts.map +1 -0
- package/dist/esm/operations/sparkSessionOperations.js +259 -0
- package/dist/esm/operations/sparkSessionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +3 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +10 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkBatch.d.ts +28 -0
- package/dist/esm/operationsInterfaces/sparkBatch.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkBatch.js +9 -0
- package/dist/esm/operationsInterfaces/sparkBatch.js.map +1 -0
- package/dist/esm/operationsInterfaces/sparkSessionOperations.d.ts +61 -0
- package/dist/esm/operationsInterfaces/sparkSessionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sparkSessionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/sparkSessionOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/sparkClient.d.ts +24 -0
- package/dist/esm/sparkClient.d.ts.map +1 -0
- package/dist/esm/sparkClient.js +86 -0
- package/dist/esm/sparkClient.js.map +1 -0
- package/dist/esm/tracing.d.ts +2 -0
- package/dist/esm/tracing.d.ts.map +1 -0
- package/dist/esm/tracing.js +14 -0
- package/dist/esm/tracing.js.map +1 -0
- package/dist/react-native/index.d.ts +4 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +11 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +548 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +134 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +19 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1151 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +16 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +133 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +3 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +10 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/sparkBatch.d.ts +36 -0
- package/dist/react-native/operations/sparkBatch.d.ts.map +1 -0
- package/dist/react-native/operations/sparkBatch.js +122 -0
- package/dist/react-native/operations/sparkBatch.js.map +1 -0
- package/dist/react-native/operations/sparkSessionOperations.d.ts +69 -0
- package/dist/react-native/operations/sparkSessionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/sparkSessionOperations.js +259 -0
- package/dist/react-native/operations/sparkSessionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +10 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkBatch.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/sparkBatch.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkBatch.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkBatch.js.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkSessionOperations.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/sparkSessionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sparkSessionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/sparkSessionOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/sparkClient.d.ts +24 -0
- package/dist/react-native/sparkClient.d.ts.map +1 -0
- package/dist/react-native/sparkClient.js +86 -0
- package/dist/react-native/sparkClient.js.map +1 -0
- package/dist/react-native/tracing.d.ts +2 -0
- package/dist/react-native/tracing.d.ts.map +1 -0
- package/dist/react-native/tracing.js +14 -0
- package/dist/react-native/tracing.js.map +1 -0
- package/package.json +83 -79
- package/CHANGELOG.md +0 -17
- package/dist/index.js +0 -1995
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/rollup.config.js +0 -3
- package/tsconfig.json +0 -19
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.SparkClient = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
tslib_1.__exportStar(require("./models/index.js"), exports);
|
|
13
|
+
var sparkClient_js_1 = require("./sparkClient.js");
|
|
14
|
+
Object.defineProperty(exports, "SparkClient", { enumerable: true, get: function () { return sparkClient_js_1.SparkClient; } });
|
|
15
|
+
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4DAAkC;AAClC,mDAA+C;AAAtC,6GAAA,WAAW,OAAA;AACpB,0EAAgD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./models/index.js\";\nexport { SparkClient } from \"./sparkClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1,548 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Response for batch list operation. */
|
|
3
|
+
export interface SparkBatchJobCollection {
|
|
4
|
+
/** The start index of fetched sessions. */
|
|
5
|
+
from: number;
|
|
6
|
+
/** Number of sessions fetched. */
|
|
7
|
+
total: number;
|
|
8
|
+
/** Batch list */
|
|
9
|
+
sessions?: SparkBatchJob[];
|
|
10
|
+
}
|
|
11
|
+
export interface SparkBatchJob {
|
|
12
|
+
livyInfo?: SparkBatchJobState;
|
|
13
|
+
/** The batch name. */
|
|
14
|
+
name?: string;
|
|
15
|
+
/** The workspace name. */
|
|
16
|
+
workspaceName?: string;
|
|
17
|
+
/** The Spark pool name. */
|
|
18
|
+
sparkPoolName?: string;
|
|
19
|
+
/** The submitter name. */
|
|
20
|
+
submitterName?: string;
|
|
21
|
+
/** The submitter identifier. */
|
|
22
|
+
submitterId?: string;
|
|
23
|
+
/** The artifact identifier. */
|
|
24
|
+
artifactId?: string;
|
|
25
|
+
/** The job type. */
|
|
26
|
+
jobType?: SparkJobType;
|
|
27
|
+
/** The Spark batch job result. */
|
|
28
|
+
result?: SparkBatchJobResultType;
|
|
29
|
+
/** The scheduler information. */
|
|
30
|
+
scheduler?: SparkScheduler;
|
|
31
|
+
/** The plugin information. */
|
|
32
|
+
plugin?: SparkServicePlugin;
|
|
33
|
+
/** The error information. */
|
|
34
|
+
errors?: SparkServiceError[];
|
|
35
|
+
/** The tags. */
|
|
36
|
+
tags?: {
|
|
37
|
+
[propertyName: string]: string;
|
|
38
|
+
};
|
|
39
|
+
/** The session Id. */
|
|
40
|
+
id: number;
|
|
41
|
+
/** The application id of this session */
|
|
42
|
+
appId?: string;
|
|
43
|
+
/** The detailed application info. */
|
|
44
|
+
appInfo?: {
|
|
45
|
+
[propertyName: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/** The batch state */
|
|
48
|
+
state?: LivyStates;
|
|
49
|
+
/** The log lines. */
|
|
50
|
+
logLines?: string[];
|
|
51
|
+
}
|
|
52
|
+
export interface SparkBatchJobState {
|
|
53
|
+
/** the time that at which "not_started" livy state was first seen. */
|
|
54
|
+
notStartedAt?: Date;
|
|
55
|
+
/** the time that at which "starting" livy state was first seen. */
|
|
56
|
+
startingAt?: Date;
|
|
57
|
+
/** the time that at which "running" livy state was first seen. */
|
|
58
|
+
runningAt?: Date;
|
|
59
|
+
/** time that at which "dead" livy state was first seen. */
|
|
60
|
+
deadAt?: Date;
|
|
61
|
+
/** the time that at which "success" livy state was first seen. */
|
|
62
|
+
successAt?: Date;
|
|
63
|
+
/** the time that at which "killed" livy state was first seen. */
|
|
64
|
+
terminatedAt?: Date;
|
|
65
|
+
/** the time that at which "recovering" livy state was first seen. */
|
|
66
|
+
recoveringAt?: Date;
|
|
67
|
+
/** the Spark job state. */
|
|
68
|
+
currentState?: string;
|
|
69
|
+
jobCreationRequest?: SparkRequest;
|
|
70
|
+
}
|
|
71
|
+
export interface SparkRequest {
|
|
72
|
+
name?: string;
|
|
73
|
+
file?: string;
|
|
74
|
+
className?: string;
|
|
75
|
+
arguments?: string[];
|
|
76
|
+
jars?: string[];
|
|
77
|
+
pythonFiles?: string[];
|
|
78
|
+
files?: string[];
|
|
79
|
+
archives?: string[];
|
|
80
|
+
/** Dictionary of <string> */
|
|
81
|
+
configuration?: {
|
|
82
|
+
[propertyName: string]: string;
|
|
83
|
+
};
|
|
84
|
+
driverMemory?: string;
|
|
85
|
+
driverCores?: number;
|
|
86
|
+
executorMemory?: string;
|
|
87
|
+
executorCores?: number;
|
|
88
|
+
executorCount?: number;
|
|
89
|
+
}
|
|
90
|
+
export interface SparkScheduler {
|
|
91
|
+
submittedAt?: Date;
|
|
92
|
+
scheduledAt?: Date;
|
|
93
|
+
endedAt?: Date;
|
|
94
|
+
cancellationRequestedAt?: Date;
|
|
95
|
+
currentState?: SchedulerCurrentState;
|
|
96
|
+
}
|
|
97
|
+
export interface SparkServicePlugin {
|
|
98
|
+
preparationStartedAt?: Date;
|
|
99
|
+
resourceAcquisitionStartedAt?: Date;
|
|
100
|
+
submissionStartedAt?: Date;
|
|
101
|
+
monitoringStartedAt?: Date;
|
|
102
|
+
cleanupStartedAt?: Date;
|
|
103
|
+
currentState?: PluginCurrentState;
|
|
104
|
+
}
|
|
105
|
+
export interface SparkServiceError {
|
|
106
|
+
message?: string;
|
|
107
|
+
errorCode?: string;
|
|
108
|
+
source?: SparkErrorSource;
|
|
109
|
+
}
|
|
110
|
+
export interface SparkBatchJobOptions {
|
|
111
|
+
/** Dictionary of <string> */
|
|
112
|
+
tags?: {
|
|
113
|
+
[propertyName: string]: string;
|
|
114
|
+
};
|
|
115
|
+
artifactId?: string;
|
|
116
|
+
name: string;
|
|
117
|
+
file: string;
|
|
118
|
+
className?: string;
|
|
119
|
+
arguments?: string[];
|
|
120
|
+
jars?: string[];
|
|
121
|
+
pythonFiles?: string[];
|
|
122
|
+
files?: string[];
|
|
123
|
+
archives?: string[];
|
|
124
|
+
/** Dictionary of <string> */
|
|
125
|
+
configuration?: {
|
|
126
|
+
[propertyName: string]: string;
|
|
127
|
+
};
|
|
128
|
+
driverMemory?: string;
|
|
129
|
+
driverCores?: number;
|
|
130
|
+
executorMemory?: string;
|
|
131
|
+
executorCores?: number;
|
|
132
|
+
executorCount?: number;
|
|
133
|
+
}
|
|
134
|
+
export interface SparkSessionCollection {
|
|
135
|
+
from: number;
|
|
136
|
+
total: number;
|
|
137
|
+
sessions?: SparkSession[];
|
|
138
|
+
}
|
|
139
|
+
export interface SparkSession {
|
|
140
|
+
livyInfo?: SparkSessionState;
|
|
141
|
+
name?: string;
|
|
142
|
+
workspaceName?: string;
|
|
143
|
+
sparkPoolName?: string;
|
|
144
|
+
submitterName?: string;
|
|
145
|
+
submitterId?: string;
|
|
146
|
+
artifactId?: string;
|
|
147
|
+
/** The job type. */
|
|
148
|
+
jobType?: SparkJobType;
|
|
149
|
+
result?: SparkSessionResultType;
|
|
150
|
+
scheduler?: SparkScheduler;
|
|
151
|
+
plugin?: SparkServicePlugin;
|
|
152
|
+
errors?: SparkServiceError[];
|
|
153
|
+
/** Dictionary of <string> */
|
|
154
|
+
tags?: {
|
|
155
|
+
[propertyName: string]: string;
|
|
156
|
+
};
|
|
157
|
+
id: number;
|
|
158
|
+
appId?: string;
|
|
159
|
+
/** Dictionary of <string> */
|
|
160
|
+
appInfo?: {
|
|
161
|
+
[propertyName: string]: string;
|
|
162
|
+
};
|
|
163
|
+
/** The session state. */
|
|
164
|
+
state?: LivyStates;
|
|
165
|
+
logLines?: string[];
|
|
166
|
+
}
|
|
167
|
+
export interface SparkSessionState {
|
|
168
|
+
notStartedAt?: Date;
|
|
169
|
+
startingAt?: Date;
|
|
170
|
+
idleAt?: Date;
|
|
171
|
+
deadAt?: Date;
|
|
172
|
+
shuttingDownAt?: Date;
|
|
173
|
+
terminatedAt?: Date;
|
|
174
|
+
recoveringAt?: Date;
|
|
175
|
+
busyAt?: Date;
|
|
176
|
+
errorAt?: Date;
|
|
177
|
+
currentState?: string;
|
|
178
|
+
jobCreationRequest?: SparkRequest;
|
|
179
|
+
}
|
|
180
|
+
export interface SparkSessionOptions {
|
|
181
|
+
/** Dictionary of <string> */
|
|
182
|
+
tags?: {
|
|
183
|
+
[propertyName: string]: string;
|
|
184
|
+
};
|
|
185
|
+
artifactId?: string;
|
|
186
|
+
name: string;
|
|
187
|
+
file?: string;
|
|
188
|
+
className?: string;
|
|
189
|
+
arguments?: string[];
|
|
190
|
+
jars?: string[];
|
|
191
|
+
pythonFiles?: string[];
|
|
192
|
+
files?: string[];
|
|
193
|
+
archives?: string[];
|
|
194
|
+
/** Dictionary of <string> */
|
|
195
|
+
configuration?: {
|
|
196
|
+
[propertyName: string]: string;
|
|
197
|
+
};
|
|
198
|
+
driverMemory?: string;
|
|
199
|
+
driverCores?: number;
|
|
200
|
+
executorMemory?: string;
|
|
201
|
+
executorCores?: number;
|
|
202
|
+
executorCount?: number;
|
|
203
|
+
}
|
|
204
|
+
export interface SparkStatementCollection {
|
|
205
|
+
total: number;
|
|
206
|
+
statements?: SparkStatement[];
|
|
207
|
+
}
|
|
208
|
+
export interface SparkStatement {
|
|
209
|
+
id: number;
|
|
210
|
+
code?: string;
|
|
211
|
+
state?: LivyStatementStates;
|
|
212
|
+
output?: SparkStatementOutput;
|
|
213
|
+
}
|
|
214
|
+
export interface SparkStatementOutput {
|
|
215
|
+
status?: string;
|
|
216
|
+
executionCount: number;
|
|
217
|
+
/** Any object */
|
|
218
|
+
data?: Record<string, unknown>;
|
|
219
|
+
errorName?: string;
|
|
220
|
+
errorValue?: string;
|
|
221
|
+
traceback?: string[];
|
|
222
|
+
}
|
|
223
|
+
export interface SparkStatementOptions {
|
|
224
|
+
code?: string;
|
|
225
|
+
kind?: SparkStatementLanguageType;
|
|
226
|
+
}
|
|
227
|
+
export interface SparkStatementCancellationResult {
|
|
228
|
+
/** The msg property from the Livy API. The value is always "canceled". */
|
|
229
|
+
message?: string;
|
|
230
|
+
}
|
|
231
|
+
/** Known values of {@link SparkJobType} that the service accepts. */
|
|
232
|
+
export declare enum KnownSparkJobType {
|
|
233
|
+
/** SparkBatch */
|
|
234
|
+
SparkBatch = "SparkBatch",
|
|
235
|
+
/** SparkSession */
|
|
236
|
+
SparkSession = "SparkSession"
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Defines values for SparkJobType.
|
|
240
|
+
* {@link KnownSparkJobType} can be used interchangeably with SparkJobType,
|
|
241
|
+
* this enum contains the known values that the service supports.
|
|
242
|
+
* ### Known values supported by the service
|
|
243
|
+
* **SparkBatch**
|
|
244
|
+
* **SparkSession**
|
|
245
|
+
*/
|
|
246
|
+
export type SparkJobType = string;
|
|
247
|
+
/** Known values of {@link SparkBatchJobResultType} that the service accepts. */
|
|
248
|
+
export declare enum KnownSparkBatchJobResultType {
|
|
249
|
+
/** Uncertain */
|
|
250
|
+
Uncertain = "Uncertain",
|
|
251
|
+
/** Succeeded */
|
|
252
|
+
Succeeded = "Succeeded",
|
|
253
|
+
/** Failed */
|
|
254
|
+
Failed = "Failed",
|
|
255
|
+
/** Cancelled */
|
|
256
|
+
Cancelled = "Cancelled"
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Defines values for SparkBatchJobResultType.
|
|
260
|
+
* {@link KnownSparkBatchJobResultType} can be used interchangeably with SparkBatchJobResultType,
|
|
261
|
+
* this enum contains the known values that the service supports.
|
|
262
|
+
* ### Known values supported by the service
|
|
263
|
+
* **Uncertain**
|
|
264
|
+
* **Succeeded**
|
|
265
|
+
* **Failed**
|
|
266
|
+
* **Cancelled**
|
|
267
|
+
*/
|
|
268
|
+
export type SparkBatchJobResultType = string;
|
|
269
|
+
/** Known values of {@link SchedulerCurrentState} that the service accepts. */
|
|
270
|
+
export declare enum KnownSchedulerCurrentState {
|
|
271
|
+
/** Queued */
|
|
272
|
+
Queued = "Queued",
|
|
273
|
+
/** Scheduled */
|
|
274
|
+
Scheduled = "Scheduled",
|
|
275
|
+
/** Ended */
|
|
276
|
+
Ended = "Ended"
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Defines values for SchedulerCurrentState.
|
|
280
|
+
* {@link KnownSchedulerCurrentState} can be used interchangeably with SchedulerCurrentState,
|
|
281
|
+
* this enum contains the known values that the service supports.
|
|
282
|
+
* ### Known values supported by the service
|
|
283
|
+
* **Queued**
|
|
284
|
+
* **Scheduled**
|
|
285
|
+
* **Ended**
|
|
286
|
+
*/
|
|
287
|
+
export type SchedulerCurrentState = string;
|
|
288
|
+
/** Known values of {@link PluginCurrentState} that the service accepts. */
|
|
289
|
+
export declare enum KnownPluginCurrentState {
|
|
290
|
+
/** Preparation */
|
|
291
|
+
Preparation = "Preparation",
|
|
292
|
+
/** ResourceAcquisition */
|
|
293
|
+
ResourceAcquisition = "ResourceAcquisition",
|
|
294
|
+
/** Queued */
|
|
295
|
+
Queued = "Queued",
|
|
296
|
+
/** Submission */
|
|
297
|
+
Submission = "Submission",
|
|
298
|
+
/** Monitoring */
|
|
299
|
+
Monitoring = "Monitoring",
|
|
300
|
+
/** Cleanup */
|
|
301
|
+
Cleanup = "Cleanup",
|
|
302
|
+
/** Ended */
|
|
303
|
+
Ended = "Ended"
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Defines values for PluginCurrentState.
|
|
307
|
+
* {@link KnownPluginCurrentState} can be used interchangeably with PluginCurrentState,
|
|
308
|
+
* this enum contains the known values that the service supports.
|
|
309
|
+
* ### Known values supported by the service
|
|
310
|
+
* **Preparation**
|
|
311
|
+
* **ResourceAcquisition**
|
|
312
|
+
* **Queued**
|
|
313
|
+
* **Submission**
|
|
314
|
+
* **Monitoring**
|
|
315
|
+
* **Cleanup**
|
|
316
|
+
* **Ended**
|
|
317
|
+
*/
|
|
318
|
+
export type PluginCurrentState = string;
|
|
319
|
+
/** Known values of {@link SparkErrorSource} that the service accepts. */
|
|
320
|
+
export declare enum KnownSparkErrorSource {
|
|
321
|
+
/** System */
|
|
322
|
+
System = "System",
|
|
323
|
+
/** User */
|
|
324
|
+
User = "User",
|
|
325
|
+
/** Unknown */
|
|
326
|
+
Unknown = "Unknown",
|
|
327
|
+
/** Dependency */
|
|
328
|
+
Dependency = "Dependency"
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* Defines values for SparkErrorSource.
|
|
332
|
+
* {@link KnownSparkErrorSource} can be used interchangeably with SparkErrorSource,
|
|
333
|
+
* this enum contains the known values that the service supports.
|
|
334
|
+
* ### Known values supported by the service
|
|
335
|
+
* **System**
|
|
336
|
+
* **User**
|
|
337
|
+
* **Unknown**
|
|
338
|
+
* **Dependency**
|
|
339
|
+
*/
|
|
340
|
+
export type SparkErrorSource = string;
|
|
341
|
+
/** Known values of {@link LivyStates} that the service accepts. */
|
|
342
|
+
export declare enum KnownLivyStates {
|
|
343
|
+
/** NotStarted */
|
|
344
|
+
NotStarted = "not_started",
|
|
345
|
+
/** Starting */
|
|
346
|
+
Starting = "starting",
|
|
347
|
+
/** Idle */
|
|
348
|
+
Idle = "idle",
|
|
349
|
+
/** Busy */
|
|
350
|
+
Busy = "busy",
|
|
351
|
+
/** ShuttingDown */
|
|
352
|
+
ShuttingDown = "shutting_down",
|
|
353
|
+
/** Error */
|
|
354
|
+
Error = "error",
|
|
355
|
+
/** Dead */
|
|
356
|
+
Dead = "dead",
|
|
357
|
+
/** Killed */
|
|
358
|
+
Killed = "killed",
|
|
359
|
+
/** Success */
|
|
360
|
+
Success = "success",
|
|
361
|
+
/** Running */
|
|
362
|
+
Running = "running",
|
|
363
|
+
/** Recovering */
|
|
364
|
+
Recovering = "recovering"
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* Defines values for LivyStates.
|
|
368
|
+
* {@link KnownLivyStates} can be used interchangeably with LivyStates,
|
|
369
|
+
* this enum contains the known values that the service supports.
|
|
370
|
+
* ### Known values supported by the service
|
|
371
|
+
* **not_started**
|
|
372
|
+
* **starting**
|
|
373
|
+
* **idle**
|
|
374
|
+
* **busy**
|
|
375
|
+
* **shutting_down**
|
|
376
|
+
* **error**
|
|
377
|
+
* **dead**
|
|
378
|
+
* **killed**
|
|
379
|
+
* **success**
|
|
380
|
+
* **running**
|
|
381
|
+
* **recovering**
|
|
382
|
+
*/
|
|
383
|
+
export type LivyStates = string;
|
|
384
|
+
/** Known values of {@link SparkSessionResultType} that the service accepts. */
|
|
385
|
+
export declare enum KnownSparkSessionResultType {
|
|
386
|
+
/** Uncertain */
|
|
387
|
+
Uncertain = "Uncertain",
|
|
388
|
+
/** Succeeded */
|
|
389
|
+
Succeeded = "Succeeded",
|
|
390
|
+
/** Failed */
|
|
391
|
+
Failed = "Failed",
|
|
392
|
+
/** Cancelled */
|
|
393
|
+
Cancelled = "Cancelled"
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* Defines values for SparkSessionResultType.
|
|
397
|
+
* {@link KnownSparkSessionResultType} can be used interchangeably with SparkSessionResultType,
|
|
398
|
+
* this enum contains the known values that the service supports.
|
|
399
|
+
* ### Known values supported by the service
|
|
400
|
+
* **Uncertain**
|
|
401
|
+
* **Succeeded**
|
|
402
|
+
* **Failed**
|
|
403
|
+
* **Cancelled**
|
|
404
|
+
*/
|
|
405
|
+
export type SparkSessionResultType = string;
|
|
406
|
+
/** Known values of {@link LivyStatementStates} that the service accepts. */
|
|
407
|
+
export declare enum KnownLivyStatementStates {
|
|
408
|
+
/** Waiting */
|
|
409
|
+
Waiting = "waiting",
|
|
410
|
+
/** Running */
|
|
411
|
+
Running = "running",
|
|
412
|
+
/** Available */
|
|
413
|
+
Available = "available",
|
|
414
|
+
/** Error */
|
|
415
|
+
Error = "error",
|
|
416
|
+
/** Cancelling */
|
|
417
|
+
Cancelling = "cancelling",
|
|
418
|
+
/** Cancelled */
|
|
419
|
+
Cancelled = "cancelled"
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Defines values for LivyStatementStates.
|
|
423
|
+
* {@link KnownLivyStatementStates} can be used interchangeably with LivyStatementStates,
|
|
424
|
+
* this enum contains the known values that the service supports.
|
|
425
|
+
* ### Known values supported by the service
|
|
426
|
+
* **waiting**
|
|
427
|
+
* **running**
|
|
428
|
+
* **available**
|
|
429
|
+
* **error**
|
|
430
|
+
* **cancelling**
|
|
431
|
+
* **cancelled**
|
|
432
|
+
*/
|
|
433
|
+
export type LivyStatementStates = string;
|
|
434
|
+
/** Known values of {@link SparkStatementLanguageType} that the service accepts. */
|
|
435
|
+
export declare enum KnownSparkStatementLanguageType {
|
|
436
|
+
/** Spark */
|
|
437
|
+
Spark = "spark",
|
|
438
|
+
/** PySpark */
|
|
439
|
+
PySpark = "pyspark",
|
|
440
|
+
/** DotNetSpark */
|
|
441
|
+
DotNetSpark = "dotnetspark",
|
|
442
|
+
/** Sql */
|
|
443
|
+
Sql = "sql"
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* Defines values for SparkStatementLanguageType.
|
|
447
|
+
* {@link KnownSparkStatementLanguageType} can be used interchangeably with SparkStatementLanguageType,
|
|
448
|
+
* this enum contains the known values that the service supports.
|
|
449
|
+
* ### Known values supported by the service
|
|
450
|
+
* **spark**
|
|
451
|
+
* **pyspark**
|
|
452
|
+
* **dotnetspark**
|
|
453
|
+
* **sql**
|
|
454
|
+
*/
|
|
455
|
+
export type SparkStatementLanguageType = string;
|
|
456
|
+
/** Optional parameters. */
|
|
457
|
+
export interface SparkBatchGetSparkBatchJobsOptionalParams extends coreClient.OperationOptions {
|
|
458
|
+
/** Optional param specifying which index the list should begin from. */
|
|
459
|
+
fromParam?: number;
|
|
460
|
+
/**
|
|
461
|
+
* Optional param specifying the size of the returned list.
|
|
462
|
+
* By default it is 20 and that is the maximum.
|
|
463
|
+
*/
|
|
464
|
+
size?: number;
|
|
465
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
466
|
+
detailed?: boolean;
|
|
467
|
+
}
|
|
468
|
+
/** Contains response data for the getSparkBatchJobs operation. */
|
|
469
|
+
export type SparkBatchGetSparkBatchJobsResponse = SparkBatchJobCollection;
|
|
470
|
+
/** Optional parameters. */
|
|
471
|
+
export interface SparkBatchCreateSparkBatchJobOptionalParams extends coreClient.OperationOptions {
|
|
472
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
473
|
+
detailed?: boolean;
|
|
474
|
+
}
|
|
475
|
+
/** Contains response data for the createSparkBatchJob operation. */
|
|
476
|
+
export type SparkBatchCreateSparkBatchJobResponse = SparkBatchJob;
|
|
477
|
+
/** Optional parameters. */
|
|
478
|
+
export interface SparkBatchGetSparkBatchJobOptionalParams extends coreClient.OperationOptions {
|
|
479
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
480
|
+
detailed?: boolean;
|
|
481
|
+
}
|
|
482
|
+
/** Contains response data for the getSparkBatchJob operation. */
|
|
483
|
+
export type SparkBatchGetSparkBatchJobResponse = SparkBatchJob;
|
|
484
|
+
/** Optional parameters. */
|
|
485
|
+
export interface SparkBatchCancelSparkBatchJobOptionalParams extends coreClient.OperationOptions {
|
|
486
|
+
}
|
|
487
|
+
/** Optional parameters. */
|
|
488
|
+
export interface SparkSessionGetSparkSessionsOptionalParams extends coreClient.OperationOptions {
|
|
489
|
+
/** Optional param specifying which index the list should begin from. */
|
|
490
|
+
fromParam?: number;
|
|
491
|
+
/**
|
|
492
|
+
* Optional param specifying the size of the returned list.
|
|
493
|
+
* By default it is 20 and that is the maximum.
|
|
494
|
+
*/
|
|
495
|
+
size?: number;
|
|
496
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
497
|
+
detailed?: boolean;
|
|
498
|
+
}
|
|
499
|
+
/** Contains response data for the getSparkSessions operation. */
|
|
500
|
+
export type SparkSessionGetSparkSessionsResponse = SparkSessionCollection;
|
|
501
|
+
/** Optional parameters. */
|
|
502
|
+
export interface SparkSessionCreateSparkSessionOptionalParams extends coreClient.OperationOptions {
|
|
503
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
504
|
+
detailed?: boolean;
|
|
505
|
+
}
|
|
506
|
+
/** Contains response data for the createSparkSession operation. */
|
|
507
|
+
export type SparkSessionCreateSparkSessionResponse = SparkSession;
|
|
508
|
+
/** Optional parameters. */
|
|
509
|
+
export interface SparkSessionGetSparkSessionOptionalParams extends coreClient.OperationOptions {
|
|
510
|
+
/** Optional query param specifying whether detailed response is returned beyond plain livy. */
|
|
511
|
+
detailed?: boolean;
|
|
512
|
+
}
|
|
513
|
+
/** Contains response data for the getSparkSession operation. */
|
|
514
|
+
export type SparkSessionGetSparkSessionResponse = SparkSession;
|
|
515
|
+
/** Optional parameters. */
|
|
516
|
+
export interface SparkSessionCancelSparkSessionOptionalParams extends coreClient.OperationOptions {
|
|
517
|
+
}
|
|
518
|
+
/** Optional parameters. */
|
|
519
|
+
export interface SparkSessionResetSparkSessionTimeoutOptionalParams extends coreClient.OperationOptions {
|
|
520
|
+
}
|
|
521
|
+
/** Optional parameters. */
|
|
522
|
+
export interface SparkSessionGetSparkStatementsOptionalParams extends coreClient.OperationOptions {
|
|
523
|
+
}
|
|
524
|
+
/** Contains response data for the getSparkStatements operation. */
|
|
525
|
+
export type SparkSessionGetSparkStatementsResponse = SparkStatementCollection;
|
|
526
|
+
/** Optional parameters. */
|
|
527
|
+
export interface SparkSessionCreateSparkStatementOptionalParams extends coreClient.OperationOptions {
|
|
528
|
+
}
|
|
529
|
+
/** Contains response data for the createSparkStatement operation. */
|
|
530
|
+
export type SparkSessionCreateSparkStatementResponse = SparkStatement;
|
|
531
|
+
/** Optional parameters. */
|
|
532
|
+
export interface SparkSessionGetSparkStatementOptionalParams extends coreClient.OperationOptions {
|
|
533
|
+
}
|
|
534
|
+
/** Contains response data for the getSparkStatement operation. */
|
|
535
|
+
export type SparkSessionGetSparkStatementResponse = SparkStatement;
|
|
536
|
+
/** Optional parameters. */
|
|
537
|
+
export interface SparkSessionCancelSparkStatementOptionalParams extends coreClient.OperationOptions {
|
|
538
|
+
}
|
|
539
|
+
/** Contains response data for the cancelSparkStatement operation. */
|
|
540
|
+
export type SparkSessionCancelSparkStatementResponse = SparkStatementCancellationResult;
|
|
541
|
+
/** Optional parameters. */
|
|
542
|
+
export interface SparkClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
543
|
+
/** Valid api-version for the request. */
|
|
544
|
+
livyApiVersion?: string;
|
|
545
|
+
/** Overrides client endpoint. */
|
|
546
|
+
endpoint?: string;
|
|
547
|
+
}
|
|
548
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|