Posted by: Pdfprep
Post Date: November 9, 2020
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