End to End xtable to Trino query with source Hudi and target Iceberg and Delta Lake with HMS and S3 #457
Replies: 9 comments 14 replies
-
even with these modifications I'm running into
|
Beta Was this translation helpful? Give feedback.
-
new error
|
Beta Was this translation helpful? Give feedback.
-
new issue. I couldn't get any combination of hive or hadoop to work so I was browsing the hudi pom.xml and it says to use hive 2.3.1 and hadoop 2.10.2. As a result, I rebuilt my spark image. With the new image.... first, load up some libraries into ~/.ivy2/jars. To make it easy on myself, I'm using pyspark packages to download and then just run pyspark and then exit().
modify run_sync_tool.sh to use the jars that I loaded
running
tried to export a bunch of env but it didn't work.
|
Beta Was this translation helpful? Give feedback.
-
Which reminds me... I wish I can just load all the jars from https://mvnrepository.com/artifact/org.apache.hudi/hudi-hive-sync/0.14.1 and then just run the sync tool but this doesn't work. |
Beta Was this translation helpful? Give feedback.
-
new error
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
working
trino
~/.ivy2/jars
|
Beta Was this translation helpful? Give feedback.
-
faster and easier way.... don't need to compile the hudi project
./run_sync_tool.sh |
Beta Was this translation helpful? Give feedback.
-
Using openjdk 11, spark 3.4, hive 2.3.10, hadoop 2.10.2
Here is the PR - xtable demo on s3 with documentation. #459 and https://github.com/alberttwong/incubator-xtable/tree/main/demo-s3
------- HISTORY
Look the xtable docker demo at https://xtable.apache.org/docs/demo/docker
list of versions to use with hudi 0.14.1 at https://github.com/apache/hudi/blob/release-0.14.1/pom.xml
What works so far
What doesn't work. How far am I in the process
Running
pyspark
commands modified from the docker demo
for Hadoop 2.10.2. Here is the modified pyspark to create hudi files with AWS hadoop 2.10.2
Beta Was this translation helpful? Give feedback.
All reactions