-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantresearch
Description
using hdfs://path/to/something is pretty normal when you are trying to access your local hdfs, but dvc thinks that path is a hostname and fails to connect. We could think of a way to separate those or maybe just document it somewhere (and or provide a nicer hint). First idea would be to make users use localhost or 127.0.0.1 as a hostname in those cases, but that won't actually work. What would work is using default, as that is the default value in pyarrow.connect https://arrow.apache.org/docs/python/generated/pyarrow.hdfs.connect.html and I was able to verify that hdfs://default/path/to/something works great.
pared, anderl80 and grco-xp
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantresearch