Skip to content

Commit 99fd5ab

Browse files
authored
Merge pull request #109504 from dagiro/spark25
spark25
2 parents 1e6aac3 + db06d78 commit 99fd5ab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/hdinsight/spark/apache-spark-intellij-tool-plugin.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: 'Tutorial - Azure Toolkit for IntelliJ: Spark app - HDInsight'
3-
description: Tutorial - Use the Azure Toolkit for IntelliJ to develop Spark applications written in Scala, and submit them to an HDInsight Spark cluster.
2+
title: 'Azure Toolkit for IntelliJ: Spark app - HDInsight'
3+
description: Use the Azure Toolkit for IntelliJ to develop Spark applications written in Scala, and submit them to an HDInsight Spark cluster.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.custom: hdinsightactive
9-
ms.topic: tutorial
9+
ms.topic: conceptual
1010
ms.date: 09/04/2019
1111
---
1212

13-
# Tutorial: Use Azure Toolkit for IntelliJ to create Apache Spark applications for HDInsight cluster
13+
# Use Azure Toolkit for IntelliJ to create Apache Spark applications for HDInsight cluster
1414

15-
This tutorial demonstrates how to develop Apache Spark applications on Azure HDInsight using the **Azure Toolkit** plug-in for the IntelliJ IDE. [Azure HDInsight](../hdinsight-overview.md) is a managed, open-source analytics service in the cloud that allows you to use open-source frameworks like Hadoop, Apache Spark, Apache Hive, and Apache Kafka.
15+
This article demonstrates how to develop Apache Spark applications on Azure HDInsight using the **Azure Toolkit** plug-in for the IntelliJ IDE. [Azure HDInsight](../hdinsight-overview.md) is a managed, open-source analytics service in the cloud that allows you to use open-source frameworks like Hadoop, Apache Spark, Apache Hive, and Apache Kafka.
1616

1717
You can use the **Azure Toolkit** plug-in in a few ways:
1818

1919
* Develop and submit a Scala Spark application to an HDInsight Spark cluster.
2020
* Access your Azure HDInsight Spark cluster resources.
2121
* Develop and run a Scala Spark application locally.
2222

23-
In this tutorial, you learn how to:
23+
In this article, you learn how to:
2424
> [!div class="checklist"]
2525
> * Use the Azure Toolkit for IntelliJ plug-in
2626
> * Develop Apache Spark applications
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
3030

3131
* An Apache Spark cluster on HDInsight. For instructions, see [Create Apache Spark clusters in Azure HDInsight](apache-spark-jupyter-spark-sql.md).
3232

33-
* [Oracle Java Development kit](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). This tutorial uses Java version 8.0.202.
33+
* [Oracle Java Development kit](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). This article uses Java version 8.0.202.
3434

3535
* IntelliJ IDEA. This article uses [IntelliJ IDEA Community ver. 2018.3.4](https://www.jetbrains.com/idea/download/).
3636

@@ -72,7 +72,7 @@ Perform the following steps to install the Scala plugin:
7272

7373
| Property | Description |
7474
| ----- | ----- |
75-
|Project name| Enter a name. This tutorial uses `myApp`.|
75+
|Project name| Enter a name. This article uses `myApp`.|
7676
|Project location| Enter the desired location to save your project.|
7777
|Project SDK| This might be blank on your first use of IDEA. Select **New...** and navigate to your JDK.|
7878
|Spark Version|The creation wizard integrates the proper version for Spark SDK and Scala SDK. If the Spark cluster version is earlier than 2.0, select **Spark 1.x**. Otherwise, select **Spark2.x**. This example uses **Spark 2.3.0 (Scala 2.11.8)**.|
@@ -467,15 +467,15 @@ If you're not going to continue to use this application, delete the cluster that
467467

468468
1. Select **HDInsight clusters** under **Services**.
469469

470-
1. In the list of HDInsight clusters that appears, select the **...** next to the cluster that you created for this tutorial.
470+
1. In the list of HDInsight clusters that appears, select the **...** next to the cluster that you created for this article.
471471

472472
1. Select **Delete**. Select **Yes**.
473473

474474
![Azure portal delete HDInsight cluster](./media/apache-spark-intellij-tool-plugin/hdinsight-azure-portal-delete-cluster.png "Delete HDInsight cluster")
475475

476476
## Next steps
477477

478-
In this tutorial, you learned how to use the Azure Toolkit for IntelliJ plug-in to develop Apache Spark applications written in [Scala](https://www.scala-lang.org/), and then submitted them to an HDInsight Spark cluster directly from the IntelliJ integrated development environment (IDE). Advance to the next article to see how the data you registered in Apache Spark can be pulled into a BI analytics tool such as Power BI.
478+
In this article, you learned how to use the Azure Toolkit for IntelliJ plug-in to develop Apache Spark applications written in [Scala](https://www.scala-lang.org/), and then submitted them to an HDInsight Spark cluster directly from the IntelliJ integrated development environment (IDE). Advance to the next article to see how the data you registered in Apache Spark can be pulled into a BI analytics tool such as Power BI.
479479

480480
> [!div class="nextstepaction"]
481481
> [Analyze Apache Spark data using Power BI](apache-spark-use-bi-tools.md)

0 commit comments

Comments
 (0)