Skip to content

Commit 2ab1fb3

Browse files
Update articles/hdinsight/storm/migrate-storm-to-spark.md
Co-Authored-By: Hassan Rasheed <[email protected]>
1 parent 069074b commit 2ab1fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/storm/migrate-storm-to-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In Structured Streaming, data arrives at the system and is immediately ingested
120120

121121
## Spark structured streaming
122122

123-
You can write the basic operations of Spark Structured Streaming code as follows. See [Overview of Apache Spark Structured Streaming](../spark/apache-spark-structured-streaming-overview.md) in details.
123+
You can write the basic operations of Spark Structured Streaming code as follows. See [Overview of Apache Spark Structured Streaming](../spark/apache-spark-structured-streaming-overview.md) for more details.
124124

125125
```spark
126126
case class DeviceData(device: String, deviceType: String, signal: Double, time: DateTime)

0 commit comments

Comments
 (0)