Computer Science, asked by lingampallysindhujaa, 2 days ago

Question 12 7 Spark, you are required to store the persisted RDD by using different storage levels while working with RDD. You are using the cache() method for serving the required objective. Which of the following storage levels would have been used ?

Answers

Answered by bharatansiva
0

Answer:

P,please mark me as brainlest

Explanation:

There is an availability of different storage levels which are used to store persisted RDDs. Use these levels by passing a StorageLevel object (Scala, Java, Python) to persist(). However, the cache() method is used for the default storage level, which is StorageLevel.

Similar questions