mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -04:00
Merge from master
This commit is contained in:
@@ -35,11 +35,11 @@ export class OpenSparkYarnHistoryTask {
|
||||
}
|
||||
}
|
||||
|
||||
private generateSparkHistoryUrl(host: string, port: string): string {
|
||||
private generateSparkHistoryUrl(host: string, port: number): string {
|
||||
return `https://${host}:${port}/gateway/default/sparkhistory/`;
|
||||
}
|
||||
|
||||
private generateYarnHistoryUrl(host: string, port: string): string {
|
||||
private generateYarnHistoryUrl(host: string, port: number): string {
|
||||
return `https://${host}:${port}/gateway/default/yarn/cluster/apps`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user