Add support for low-privileged user to run spark notebooks (#12883)

* Add support for low-privileged user to run spark notebooks

* error

* fix test
This commit is contained in:
Charles Gagnon
2020-10-13 09:29:00 -07:00
committed by GitHub
parent 10d3a6b2ba
commit 1c279675c8
19 changed files with 287 additions and 121 deletions

View File

@@ -418,17 +418,6 @@ export class TreeItem extends vsExtTypes.TreeItem {
providerHandle?: string;
}
export interface ServerInfoOption {
isBigDataCluster: boolean;
clusterEndpoints: ClusterEndpoint;
}
export interface ClusterEndpoint {
serviceName: string;
ipAddress: string;
port: number;
}
export class SqlThemeIcon {
static readonly Folder = new SqlThemeIcon('Folder');