Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When a Databricks notebook is exported as a .ipynb file without clearing the command outputs, and then imported into another user's workspace, what can be said about the visibility of command outputs and Spark UI logs in the imported notebook?
A
The command outputs will be visible but the logs in Spark UI will not be visible in the imported notebook even if it is attached to the same cluster.
B
The command outputs and the logs in Spark UI will be visible in the imported notebook irrespective of the cluster to which it is attached.
C
The command outputs and the logs in Spark UI will be visible in the imported notebook if it is attached to the same cluster but will not be visible if it is attached to a different cluster.
D
The command outputs will be visible but the logs in Spark UI will only be visible in the notebook if it is attached to the same cluster.
E
The command outputs and the logs in Spark UI will not be visible even if the notebook is attached to the same cluster.