You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/spark/apache-spark-use-with-data-lake-store.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ In this article, you use [Jupyter Notebook](https://jupyter.org/) available with
20
20
21
21
* Azure HDInsight Spark cluster with Data Lake Storage Gen1 as storage. Follow the instructions at [Quickstart: Set up clusters in HDInsight](../../storage/data-lake-storage/quickstart-create-connect-hdi-cluster.md).
22
22
23
-
24
23
## Prepare the data
25
24
26
25
> [!NOTE]
@@ -52,7 +51,7 @@ If you created an HDInsight cluster with Data Lake Storage as additional storage
52
51
53
52
## Use an HDInsight Spark cluster with Data Lake Storage Gen1
54
53
55
-
1. From the [Azure Portal](https://portal.azure.com/), from the startboard, click the tile for your Apache Spark cluster (if you pinned it to the startboard). You can also navigate to your cluster under **Browse All** > **HDInsight Clusters**.
54
+
1. From the [Azure portal](https://portal.azure.com/), from the startboard, click the tile for your Apache Spark cluster (if you pinned it to the startboard). You can also navigate to your cluster under **Browse All** > **HDInsight Clusters**.
56
55
57
56
2. From the Spark cluster blade, click **Quick Links**, and then from the **Cluster Dashboard** blade, click **Jupyter Notebook**. If prompted, enter the admin credentials for the cluster.
58
57
@@ -115,7 +114,7 @@ If you created an HDInsight cluster with Data Lake Storage as additional storage
115
114
116
115
You can also see the results in other visualizations as well. For example, an area graph for the same output would look like the following.
117
116
118
-

117
+

119
118
120
119
8. After you have finished running the application, you should shutdown the notebook to release the resources. To do so, from the **File** menu on the notebook, click **Close and Halt**. This will shutdown and close the notebook.
Copy file name to clipboardExpand all lines: articles/hdinsight/storm/apache-storm-develop-csharp-visual-studio-topology.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ For an example topology that uses this component and works with Storm on HDInsig
130
130
131
131
2. From the **New Project** window, expand **Installed** > **Templates**, and select **Azure Data Lake**. From the list of templates, select **Storm Application**. At the bottom of the screen, enter **WordCount** as the name of the application.
132
132
133
-

133
+

134
134
135
135
3. After you have created the project, you should have the following files:
136
136
@@ -333,7 +333,7 @@ For an example topology that uses this component and works with Storm on HDInsig
@@ -456,7 +456,6 @@ For an example of a hybrid topology, create a project and select **Storm Hybrid
456
456
> [!NOTE]
457
457
> This version also demonstrates how to use Clojure code from a text file as a Java component.
458
458
459
-
460
459
To switch the topology that is used when the project is submitted, move the `[Active(true)]` statement to the topology you want to use, before submitting it to the cluster.
461
460
462
461
> [!NOTE]
@@ -566,15 +565,15 @@ Although it is easy to deploy a topology to a cluster, in some cases, you may ne
566
565
> [!NOTE]
567
566
> Remember to change the **Output type** back to **Class Library** before you deploy the topology to a cluster.
568
567
569
-
2. In **Solution Explorer**, right-click the project, and then select **Add** > **New Item**. Select **Class**, and enter **LocalTest.cs** as the class name. Finally, click **Add**.
568
+
1. In **Solution Explorer**, right-click the project, and then select **Add** > **New Item**. Select **Class**, and enter **LocalTest.cs** as the class name. Finally, click **Add**.
570
569
571
-
3. Open **LocalTest.cs**, and add the following **using** statement at the top:
570
+
1. Open **LocalTest.cs**, and add the following **using** statement at the top:
0 commit comments