
Answer-first summary for fast verification
Answer: fs
The Databricks CLI offers the 'fs' utility for interacting with DBFS. To upload a CSV file from a local system to DBFS, the command `databricks fs cp C:\source\file.csv dbfs:/target/file.csv –overwrite` is used. This command copies files to and from DBFS. For more details, refer to the [Databricks CLI documentation](https://docs.databricks.com/dev-tools/cli/dbfs-cli.html).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineer is looking to upload a CSV file from their local system to the DBFS in a Databricks workspace. With the Databricks CLI already set up on their local system, which command should they use to accomplish this task?
A
jobs
B
fs
C
libraries
D
configure
E
workspace
No comments yet.