Skip to content

Commit 2b25d3a

Browse files
committed
Fix term Spark usage in plugin description
1 parent 49c330a commit 2b25d3a

File tree

1 file changed

+3
-3
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF

1 file changed

+3
-3
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
<description><![CDATA[
88
<html>
9-
<p>These plugins allow Java developers, Azure HDInsight developers and SQL Server Spark users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p>
9+
<p>These plugins allow Java developers, Azure HDInsight developers and Apache Spark on SQL Server users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Apache Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p>
1010
<ul>
1111
<li>Azure Web App Workflow: Run your web applications on Azure Web App and view logs.</li>
1212
<li>Azure Functions Workflow: Scaffold, run, debug your Functions App locally and deploy it on Azure.</li>
1313
<li>Azure Spring Cloud Workflow: Run your Spring microservices applications on Azure Spring CLoud and view logs.</li>
1414
<li>Azure Container Workflow: You can dockerize and run your web application on Azure Web App (Linux) via Azure Container Registry.</li>
1515
<li>Azure Explorer: View and manage your cloud resources on Azure with embedded Azure Explorer.</li>
1616
<li>Azure Resource Management template: Create and update your Azure resource deployments with ARM template support.</li>
17-
<li>Azure HDInsight: Create a Spark project, author and submit Spark jobs to HDInsight cluster; Monitor and debug Spark jobs easily; Support HDInsight ESP cluster MFA Authentication.</li>
18-
<li>SQL Server Big Data Cluster: Link to SQL Server Big Data Cluster; Create a Spark project, author and submit Spark jobs to cluster; Monitor and debug Spark jobs easily.</li>
17+
<li>Azure HDInsight: Create an Apache Spark project, author and submit Apache Spark jobs to HDInsight cluster; Monitor and debug Apache Spark jobs easily; Support HDInsight ESP cluster MFA Authentication.</li>
18+
<li>SQL Server Big Data Cluster: Link to SQL Server Big Data Cluster; Create an Apache Spark project, author and submit Apache Spark jobs to cluster; Monitor and debug Apache Spark jobs easily.</li>
1919
</ul>
2020
</html>
2121
]]></description>

0 commit comments

Comments
 (0)