Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Why can't a data engineer access a temporary view created in one Spark SQL session from another session?
A
Temporary views are automatically deleted after a certain period, and the time limit was exceeded.
B
The network connection between the two Spark sessions was lost, preventing access to the temporary view.
C
Temporary views in Spark SQL are session-scoped and cannot be accessed from different sessions.
D
The data engineer did not correctly create the temporary view, resulting in an error when trying to access it from another session.
E
Temporary views require special permissions to be accessed from different sessions.