From eb90296869b316ace8ebdd9b170a9f4f023bce77 Mon Sep 17 00:00:00 2001 From: Taylor Cox <43658411+msft-tacox@users.noreply.github.com> Date: Fri, 3 Apr 2020 13:17:47 -0700 Subject: [PATCH] Update portal-dropdown.json Remove Presto as a script action dropdown option * The script being used refers to resource that do not exist * Presto must be installed via Applications, not script-actions --- portal-dropdown.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/portal-dropdown.json b/portal-dropdown.json index b668bb9..0127dcc 100644 --- a/portal-dropdown.json +++ b/portal-dropdown.json @@ -55,17 +55,6 @@ "restrictToClusterTypes": ["Storm"], "restrictToClusterVersions": null }, - { - "name": "Install Presto", - "description": null, - "learnMoreUri": "https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-install-presto", - "scriptUri": "https://raw.githubusercontent.com/hdinsight/presto-hdinsight/master/installpresto.sh", - "parameters": null, - "nodeTypes": ["Head", "Worker"], - "persist": true, - "restrictToClusterTypes": ["Hadoop"], - "restrictToClusterVersions": ["3.6"] - }, { "name": "Install Solr", "description": null,