
Answer-first summary for fast verification
Answer: JAR, Python egg, and Python wheel files can all be added to a cluster as libraries after its creation.
After a cluster is created, you can add libraries to it from various sources such as your Workspace, DBFS, and S3. It's important to note that to view the list of libraries already installed, you can execute the following Python command: `import sys; print(sys.path)`.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a workspace administrator, you are attempting to upload a library to a cluster that is already running. Which of the following file types can be added to the cluster as a library under these conditions?
A
Only Python wheel files can be added to a cluster after it has been created and is running.
B
Libraries can only be added from PyPI after the cluster is created.
C
No libraries can be added to a cluster once it has been created and is running.
D
JAR, Python egg, and Python wheel files can all be added to a cluster as libraries after its creation.
E
Python egg and Python wheel files can be added to the cluster, but not JAR files.
No comments yet.