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/storm/apache-storm-develop-csharp-visual-studio-topology.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: hrasheed-msft
6
6
ms.author: hrasheed
7
7
ms.reviewer: jasonh
8
8
ms.topic: conceptual
9
-
ms.date: 10/11/2019
9
+
ms.date: 11/06/2019
10
10
ROBOTS: NOINDEX
11
11
---
12
12
@@ -126,7 +126,7 @@ To create a C# topology project in Visual Studio:
126
126
127
127
1. In the **Create a new project** window, scroll to and pick **Storm Application**, then select **Next**.
128
128
129
-
1. In the **Configure your new project** window, enter a **Project name** of **WordCount**, go to or create a **Location** directory path for the project, and then select **Create**.
129
+
1. In the **Configure your new project** window, enter a **Project name** of *WordCount*, go to or create a **Location** directory path for the project, and then select **Create**.
130
130
131
131

132
132
@@ -405,27 +405,26 @@ return topologyBuilder;
405
405
406
406
You are now ready to submit the topology to your HDInsight cluster.
407
407
408
-
> [!NOTE]
409
-
> To submit and access Storm topologies in your HDInsight cluster from Visual Studio, you need to have at least co-administrator access to your subscription. To change administrators for a subscription, see [Add or change Azure subscription administrators](../../billing/billing-add-change-azure-subscription-administrator.md).
408
+
1. In **Solution Explorer**, right-click the project, and choose **Submit to Storm on HDInsight**.
410
409
411
-
1. In **Solution Explorer**, right-click the project, and select **Submit to Storm on HDInsight**.
410
+
> [!NOTE]
411
+
> If prompted, enter the credentials for your Azure subscription. If you have more than one subscription, sign in to the one that contains your Storm on HDInsight cluster.
412
412
413
-
> [!NOTE]
414
-
> If prompted, enter the credentials for your Azure subscription. If you have more than one subscription, sign in to the one that contains your Storm on HDInsight cluster.
413
+
2. In the **Submit Topology** dialog box, under the **Storm Cluster** drop-down list, choose your Storm on HDInsight cluster, and then select **Submit**. You can check whether the submission is successful by viewing the **Output** pane.
415
414
416
-
2. Select your Storm on HDInsight cluster from the **Storm Cluster**drop-down list, and then select **Submit**. You can monitor if the submission is successful by using the **Output** window.
415
+
When the topology has been successfully submitted, the **Storm Topologies View**window for the cluster should appear. Choose the **WordCount** topology from the list to view information about the running topology.
417
416
418
-
When the topology has been successfully submitted, the **Storm Topologies** for the cluster should appear. Select the **WordCount**topology from the list to view information about the running topology.
> You can also view **Storm Topologies** from **Server Explorer**. Expand **Azure** > **HDInsight**, right-click a Storm on HDInsight cluster, and then select**View Storm Topologies**.
419
+
> [!NOTE]
420
+
> You can also view **Storm Topologies** from **Server Explorer**. Expand **Azure** > **HDInsight**, right-click a Storm on HDInsight cluster, and then choose**View Storm Topologies**.
422
421
423
-
To view information about the components in the topology, double-click the component in the diagram.
422
+
To view information about the components in the topology, select a component in the diagram.
424
423
425
-
3.From the **Topology Summary**view, select **Kill** to stop the topology.
424
+
3.In the **Topology Summary**section, select **Kill** to stop the topology.
426
425
427
-
> [!NOTE]
428
-
> Storm topologies continue to run until they are deactivated, or the cluster is deleted.
426
+
> [!NOTE]
427
+
> Storm topologies continue to run until they are deactivated, or the cluster is deleted.
429
428
430
429
## Transactional topology
431
430
@@ -684,7 +683,7 @@ Although it's easy to deploy a topology to a cluster, in some cases, you may nee
0 commit comments