(Choose 1 answer)
What does the 1 represent in the following line of code?ssc StreamingContext(sc, 1)
A. To create only one partition to manage the stream.
B. To specific debug output.
C. To create one single context.
D. A batch interval of 1 second.
Exit 48