Remove Data Services folder (#7147)

* Remove Data Services folder

* Remove copy path from HDFS node

* Add comment
This commit is contained in:
Charles Gagnon
2019-09-20 13:57:28 -07:00
committed by GitHub
parent 6125e68c1f
commit cb2cea4ebd
16 changed files with 21 additions and 108 deletions

View File

@@ -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"
},
{