Skip to content

dvc push: it's run successfully but the remote path has no file #7807

@zhihuacc

Description

@zhihuacc

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

No one assigned

    Labels

    A: data-syncRelated to dvc get/fetch/import/pull/pushawaiting responsewe are waiting for your reply, please respond! :)fs: hdfsRelated to the HDFS filesystem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions