Solved

Which of the Following Statements A), B) or C) Is

Question 26

Multiple Choice

Which of the following statements a) , b) or c) is false?


A) For Spark streaming, you must create a StreamingContext (from the module pyspark.streaming) , providing as arguments the SparkContext and how often in seconds to process xe "Spark (Apache) :batches of streaming data"xe "batch:of streaming data in Spark"batches of streaming data.
B) The following StreamingContext processes batches every 10 seconds-this is the xe "Spark (Apache) :streaming batch interval"xe "batch:interval in Spark streaming"batch interval
Ssc = StreamingContext(sc, 10)
C) Depending on how fast data is arriving, you may wish to shorten or lengthen your batch intervals.
D) All of the above statements are true.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions