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

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments