-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use directory as output for dvc run when using hdfs as target #1275
Comments
amjadsaadeh
added a commit
to amjadsaadeh/dvc
that referenced
this issue
Oct 30, 2018
Duplicate of #1083 . |
@efiop, why did you reopened the issue? Was it a mistake? |
Moving to #1654 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I would like to track directories on hdfs for my pipeline. E.g. I run:
dvc run -d ./images -o hdfs://<hostname>:<port>/image_data hdfs dfs -put ./images /image_data
but currently this fails because hadoop cli cannot calculate the checksum of a directory.
The text was updated successfully, but these errors were encountered: