Skip to content

Commit c273184

Browse files
Merge pull request #89980 from changeworld/patch-21
Fix typo
2 parents fb02c55 + 7d6ca7a commit c273184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/storm/apache-storm-scp-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Here `microsoft.scp.example.HybridTopology.Generator` is the name of the Java sp
554554

555555
### Specify the Java classpath in a runSpec command
556556

557-
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the java classpath that contains the JAR files when you submit topology. Here's an example:
557+
If you want to submit topology that contains Java spouts or bolts, first compile them to produce JAR files. Then specify the Java classpath that contains the JAR files when you submit topology. Here's an example:
558558

559559
```csharp
560560
bin\runSpec.cmd examples\HybridTopology\HybridTopology.spec specs examples\HybridTopology\net\Target -cp examples\HybridTopology\java\target\*

0 commit comments

Comments
 (0)