mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
Remove Data Services folder (#7147)
* Remove Data Services folder * Remove copy path from HDFS node * Add comment
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
},
|
||||
{
|
||||
"command": "mssqlCluster.copyPath",
|
||||
"when": "nodeType=~/^mssqlCluster/ && nodeType != mssqlCluster:connection && nodeType != mssqlCluster:message",
|
||||
"when": "nodeType=~/^mssqlCluster/ && nodeType != mssqlCluster:connection && nodeType != mssqlCluster:message && nodeType != mssqlCluster:hdfs",
|
||||
"group": "1mssqlCluster@3"
|
||||
},
|
||||
{
|
||||
@@ -275,7 +275,7 @@
|
||||
},
|
||||
{
|
||||
"command": "mssqlCluster.livy.cmd.submitSparkJob",
|
||||
"when": "connectionProvider == MSSQL && nodeType == dataservices",
|
||||
"when": "nodeType == mssqlCluster:hdfs",
|
||||
"group": "1root@1"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user