Skip to content

Commit ad0e325

Browse files
authored
Fixed acrolinx scorecard errors.
1 parent 0b29591 commit ad0e325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/storm/apache-storm-develop-csharp-visual-studio-topology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For an example topology that uses this component and works with Storm on HDInsig
150150

151151
* **NextTuple**: Called by Storm when the spout is allowed to emit new tuples.
152152

153-
* **Ack** (transactional topology only): Handles acknowledgements initiated by other components in the topology for tuples sent from the spout. Acknowledging a tuple lets the spout know that it was processed successfully by downstream components.
153+
* **Ack** (transactional topology only): Handles acknowledgments initiated by other components in the topology for tuples sent from the spout. Acknowledging a tuple lets the spout know that it was processed successfully by downstream components.
154154

155155
* **Fail** (transactional topology only): Handles tuples that are fail-processing other components in the topology. Implementing a Fail method allows you to re-emit the tuple so that it can be processed again.
156156

@@ -707,7 +707,7 @@ To view errors that have occurred in a running topology, use the following steps
707707

708708
2. For the **Spout** and **Bolts**, the **Last Error** column contains information on the last error.
709709

710-
3. Select the **Spout Id** or **Bolt Id** for the component that has an error listed. On the details page that is displayed, additional error information is listed in the **Errors** section at the bottom of the page.
710+
3. Select the **Spout ID** or **Bolt ID** for the component that has an error listed. On the details page that is displayed, additional error information is listed in the **Errors** section at the bottom of the page.
711711

712712
4. To obtain more information, select a **Port** from the **Executors** section of the page, to see the Storm worker log for the last few minutes.
713713

0 commit comments

Comments
 (0)