To decide how RDDs are stored, PySpark has different StorageLevels, such as the following

54. To decide how RDDs are stored, PySpark has different StorageLevels, such as the following:

  1. DISK_ONLY
  2. DISK_ONLY_2
  3. MEMORY_AND_DISK
  4. All of the above

Answer: D) All of the above

Explanation:

To decide how RDDs are stored, PySpark has different StorageLevels, such as the following:

  1. DISK_ONLY
  2. DISK_ONLY_2
  3. MEMORY_AND_DISK

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.