Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2021 01:30 AM
Hi @Arjun Kaimaparambil Rajan ,
Thank you for your answer. Yes, I think this is indeed the case.
I can see a mismatch between the content of the DBFS when:
- Using my machine and the CLI (the NewDataset folder is listed when using the command "databricks fs ls dbfs:/FileStore/tables/") .
- Using the GUI of Databricks (the NewDataset folder is not listed when using Databricks => Data => Create New Table => DBFS => /FileStore/tables).
In other words, the command "databricks fs cp -r <MyLocalDataset> dbfs:/FileStore/tables/NewDataset/" is uploading the dataset "somewhere", but not to the DBFS I can see with the GUI via Databricks => Data => Create New Table => DBFS => /FileStore/tables.
My question is:
- What command should I type in order to upload the dataset there?
Thank you very much in advance!
Kind regards,
Nacho