Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following statements accurately describes the relationship between Physical and Logical plans in Spark?
A
Logical plans and Physical plans can be viewed only in the Spark UI.
B
Physical plans can be viewed by using the explain method, whereas Logical plans can only be viewed in Spark UI.
explain
C
After the submission of the spark application, the Physical plans are laid out followed by the generation of Logical Plans.
D
DataFilters, PushedFilters, and the PartitionFilters are part of the Physical plan.
E
Physical plans and Logical plans are only visible if the History server is enabled for Spark UI.