-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick Start Demo Issue with source hudi and target iceberg #256
Comments
Hi @rahil-c - thanks for opening the issue. I ran the same example you're referring to, but was unable to replicate the issue you're facing. So a few follow up questions.
From my tests:
|
Alternatively, if you're just running the quickstart example, you can try running the sync with the i.e. |
Thanks @sagarlakshmipathy for getting back to me.
Will try using the beta jar. One thing i saw between your log output and mine is that mine contains this log
which it hangs on indefinitely so not sure is this is an issue. updatetried also with beta jar and hit same issue still |
Hi @rahil-c, I have faced this error long back and that was because I was in an old terminal session that was using JDK8, but in your case you have confirmed that you're using JDK11. So I'm not sure how I can replicate this issue. However, I've raised this PR to add a docker playground where folks can try OneTable. This will atleast ensure there are no environment related issues. I've tested all combination syncs and it seems to work well. You can wait until it gets merged to main or you can give it a try even now. The doc to use the docker playground is here: https://github.com/onetable-io/onetable/pull/258/files#diff-d713b45afd9e8b5ffc2728e6ba8882871143038694ff6e0141a56606c0738f5e Let me know how it goes. |
Very cool thank you @sagarlakshmipathy for the constant effort on this issue, will give it a try! |
I do want to add one thing on this thread i noticed. On my intel based mac i had no issues running this quick start demo, the issue above is still happening on my m2 pro mac so not sure if its something regarding that. Using java 11 on both, but i think the intel mac has mvn 3.6.3 version, the m2 running on 3.9. |
thanks for reporting your findings. I have an m2 mac as well and I don't see any issues while running the quickstart example on my machine (mvn 3.9.4).
A quick side note: can you double check if you're seeing something similar to the issue mentioned here |
Ok so i think i finally fixed the issue on my m2 mac, the thing that worked for me was for some reason installing amazon corretto jdk 11 for some reason.
Now when running quick start it does not hang and passes. Thanks @sagarlakshmipathy for the help! |
Hi all, im trying to run the quick start demo but noticing the following issue. I created the hudi table
And also am using this yaml file
I am see the delta log created but i do not a iceberg
metadata
folder created. The onetable job also seems to hang for me.The text was updated successfully, but these errors were encountered: