Replies: 1 comment
-
@itamarco if you're constrained to stay on EMR, prestosql (now called Trino), is available on EMR. The December 2020 release includes Trino (PrestoSQL) release 343 https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-6x.html. I'm not sure how they will manage this with the rebrand to Trino. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im using Presto 0.232 on AWS EMR.
My MongoDB (v4.2) instance is hosted on Atlas.
I managed to configure properly the MongoDB connector but im getting the attached error on every query.
A month ago i was using PrestSQL and came across the same error.
I filed a bug report and they fixed it by updating Mongo driver
trinodb/trino#4489
Perhaps it the same issue here.
However, since im not able to upgrade the Presto version on AWS EMR, I would like to hear whether there is other solution for this problem.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions