Skip to content

Commit

Permalink
Sort default spark application type alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
t-rufang committed Mar 19, 2020
1 parent 8610f93 commit add2045
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@
<action id="Actions.SelectNoneSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectNoneSparkTypeAction" text="None" >
</action>
<action id="Actions.SelectHDInsightSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectHDInsightSparkTypeAction" text="Spark on HDInsight" >
</action>
<action id="Actions.SelectCosmosSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectCosmosSparkTypeAction" text="Spark on Cosmos" >
</action>
<action id="Actions.SelectCosmosServerlessSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectCosmosServerlessSparkTypeAction" text="Spark on Cosmos Serverless" >
</action>
<action id="Actions.SelectHDInsightSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectHDInsightSparkTypeAction" text="Spark on HDInsight" >
</action>
<action id="Actions.SelectArisSparkType"
class="com.microsoft.azure.hdinsight.spark.run.action.SelectArisSparkTypeAction" text="Spark on SQL Server Big Data Cluster" >
</action>
Expand Down

0 comments on commit add2045

Please sign in to comment.