Skip to content

Commit 822e064

Browse files
authored
Merge pull request #88648 from dagiro/cats96
cats96
2 parents 30a15c5 + 712924f commit 822e064

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

articles/hdinsight/storm/apache-storm-develop-java-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ The topology ties the spouts and bolts together into a graph, which defines how
483483

484484
The following image is a basic diagram of the graph of components for this topology.
485485

486-
![diagram showing the spouts and bolts arrangement](./media/apache-storm-develop-java-topology/wordcount-topology.png)
486+
![diagram showing the spouts and bolts arrangement](./media/apache-storm-develop-java-topology/word-count-topology1.png)
487487

488488
To implement the topology, enter the command below to create and open a new file `WordCountTopology.java`:
489489

articles/hdinsight/storm/apache-storm-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use the following steps to monitor the topology using the Storm UI:
4949
5050
2. Under **Topology Summary**, select the **wordcount** entry in the **Name** column. Information about the topology is displayed.
5151
52-
![Storm Dashboard with storm-starter WordCount topology information.](./media/apache-storm-quickstart/topology-summary.png)
52+
![Storm Dashboard with storm-starter WordCount topology information.](./media/apache-storm-quickstart/hdi-topology-summary.png)
5353
5454
The new page provides the following information:
5555
@@ -66,7 +66,7 @@ Use the following steps to monitor the topology using the Storm UI:
6666
6767
3. From this page, select an entry from the **Spouts** or **Bolts** section. Information about the selected component is displayed.
6868
69-
![Storm Dashboard with information about selected components.](./media/apache-storm-quickstart/component-summary.png)
69+
![Storm Dashboard with information about selected components.](./media/apache-storm-quickstart/hdi-component-summary.png)
7070
7171
The new page displays the following information:
7272

0 commit comments

Comments
 (0)