Skip to content

Commit 9badba6

Browse files
authored
Improved Correctness Score
1 parent 4bd7cdd commit 9badba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hdinsight-streaming-at-scale-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [What is Apache Spark Streaming?](./spark/apache-spark
3131

3232
Although you can specify the number of nodes in your cluster during creation, you may want to grow or shrink the cluster to match the workload. All HDInsight clusters allow you to [change the number of nodes in the cluster](hdinsight-administer-use-portal-linux.md#scale-clusters). Spark clusters can be dropped with no loss of data, as all data is stored in Azure Storage or Data Lake Storage.
3333

34-
There are advantages to decoupling technologies. For instance, Kafka is an event buffering technology, so it's very IO intensive and doesn't need much processing power. In comparison, stream processors such as Spark Streaming are compute-intensive, requiring more powerful VMs. By having these technologies decoupled into different clusters, you can scale them independently while best utilizing the VMs.
34+
There are advantages to decoupling technologies. For instance, Kafka is an event buffering technology, so its very IO intensive and doesn't need much processing power. In comparison, stream processors such as Spark Streaming are compute-intensive, requiring more powerful VMs. By having these technologies decoupled into different clusters, you can scale them independently while best utilizing the VMs.
3535

3636
### Scale the stream buffering layer
3737

0 commit comments

Comments
 (0)