-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: data-syncRelated to dvc get/fetch/import/pull/pushRelated to dvc get/fetch/import/pull/pushawaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)fs: hdfsRelated to the HDFS filesystemRelated to the HDFS filesystem
Description
Bug Report
Description
I setup a hdfs path as remote storage, and dvc add and then push a file successfully according to the terminal message. But I can't see files in the hdfs path.
Reproduce
0, dvc init
1, dvc add data.csv
2, dvc remote add -d myhdfs hdfs://xxx/yyy
3, dvc push
4, hadoop fs -ls hdfs://xxx/yyy
Expected
Expect to see some files in the hdfs path after pushing successfully, but got nothing there.
Environment information
Output of hadoop fs -ls hdfs://xxx/yyy:
$ Additional Information (if any):
After runing dvc push, the output is
$ 0% Querying cache in yyy|
22/05/24 20:50:26 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
22/05/24 20:50:26 WARN shortcircuit.DomainSocketFactory: The short-circuit local reads feature cannot be used because libhadoop cannot be loaded.
Everything is up to date.Metadata
Metadata
Assignees
Labels
A: data-syncRelated to dvc get/fetch/import/pull/pushRelated to dvc get/fetch/import/pull/pushawaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)fs: hdfsRelated to the HDFS filesystemRelated to the HDFS filesystem