Which of the following is TRUE about storing an Apache Spark object in serialized form?

Posted by: Pdfprep Category: C2090-101 Tags: , ,

Which of the following is TRUE about storing an Apache Spark object in serialized form?
A . It is advised to use Java serialization over Kryo serialization
B . Storing the object in serialized from will lead to faster access times
C . Storing the object in serialized from will lead to slower access times
D . All of the above

Answer: B

Explanation:

Reference: https://spark.apache.org/docs/latest/rdd-programming-guide.html

Leave a Reply

Your email address will not be published.