Skip to content

Commit 1bb1cbd

Browse files
Update docs/big-data-cluster/spark-streaming-guide.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 5531396 commit 1bb1cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/big-data-cluster/spark-streaming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ python producer.py <my-sample-topic>
129129

130130
## Streaming scenarios
131131

132-
|Streaming Pattern |Scenario Description and Implementation |
132+
|Streaming pattern |Scenario description and implementation |
133133
|------------------------------|------------------------------------------------|
134134
|Pull from Kafka or Event Hubs |Create a Spark streaming job that pulls data continuously from the streaming engine, performing optional transformations and analytics logic.|
135135
|Sink streaming data into HDFS |In general this correlates with the previous pattern; after the streaming pull and transformation logic, data may be written to a multitude of data locations in order to achieve with the desired data persistence requirement.|

0 commit comments

Comments
 (0)