Does Delta Lake connector support insert to HDFS? #27947
Unanswered
Stanley-deng
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I noticed discussion #18830, which indicated that HDFS was not supported by the Delta Lake connector at that time. After testing the latest Trino release, I still encounter errors when attempting to write Delta tables on HDFS.
Questions:
Note: I implemented a custom
HDFSTransactionLogSynchronizerbased onLocalTransactionLogSynchronizerthat allows Trino to insert into Delta tables on HDFS. From the basic testing I've done, it seems to be working as intended. I'm just wondering if there is any official direction on this feature.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions