When using Trino and Iceberg, is there any way to use juicefs? #5699
Unanswered
jjh2088-woowahan
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
-
#4364
Based on the above issue, I placed the juicefs-hadoop-1.2.3.jar in the following location :
and create table and insert data using spark
In spark, read/write person6 table work well.
However, when I try to read the person6 table in trino, I get the following error
Stack Trace
I wonder how I can use juicefs when using Trino and Iceberg.
ps. It works fine with just Trino and Iceberg. And just trino and juicefs too.
Environment:
JuiceFS Hadoop Java SDK version : juicefs-hadoop-1.2.3.jar
Trino version : 451
Iceberg version: 1.5.2
Beta Was this translation helpful? Give feedback.
All reactions