HDFS support in rust
#2954
-
I'm trying read deltatable from hdfs but I received error: "Cannot infer storage location from: Unknown scheme: hdfs" My code is: let endpoint_url = env.hdfs_endpoint_url.ok_or_else(|| not_set_env("HDFS Endpoint Url"))?; |
Beta Was this translation helpful? Give feedback.
Answered by
rtyler
Oct 21, 2024
Replies: 1 comment
-
@nddashti the HDFS handler has not been registered, e.g. deltalake_hdfs::register_handlers(None); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rtyler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nddashti the HDFS handler has not been registered, e.g.