Added submit spark job to data service context menu (#3968)

This commit is contained in:
Yurong He
2019-02-07 11:46:59 -08:00
committed by GitHub
parent b2a5f65a77
commit 3cde070d3b

View File

@@ -282,6 +282,11 @@
"when": "nodeType=~/^mssqlCluster/ && viewItem != mssqlCluster:connection && nodeType != mssqlCluster:message",
"group": "1mssqlCluster@4"
},
{
"command": "mssqlCluster.livy.cmd.submitSparkJob",
"when": "connectionProvider == MSSQL && nodeType == dataservices",
"group": "1root@1"
},
{
"command": "mssqlCluster.livy.cmd.submitFileToSparkJob",
"when": "nodeType == mssqlCluster:file && nodeSubType == mssqlCluster:spark",