-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unable to start Trino after using PrestoSQL-TiDB-Connector #110
Comments
I manage to fixe the above issue by change prestosql to trino in build process. Now I am encountering below issue when start the trino server. error when adding tidb.filter-push-down=true in the catalog fileIf I add
error WITHOUT adding tidb.filter-push-down=true in the catalog fileIf remove
In the stack trace log it shows as below:
|
Hi @myheartsgoon, thanks for reporting issue. Could you please try running the same query with trino version 359? |
Thanks for your prompt response, I just tested with version 359, when not specifying When I adding
But for now I am good as at least I can query tidb data with presto, although without filter pushdown feature. |
Trino / PrestoSQL / PrestoDB are evolving pretty fast, it's usually required to match version used to compile and run connector. @humengyu2012 Can you take a look at configuration not used error? |
Presto will always enable filter-push-down and can not be disabled, so you don't need to configure it. |
This is our fault, we will change the documentation later. |
I followed this doc to build the connector and the build finished successfully.
https://github.com/tidb-incubator/TiBigData/tree/master/prestosql
my tidb plugin folder content as blew:
And I add the catalog for tidb, content as blow.
But after I restart the trino, it errored as below.
My trino version:
361
mysql connector I use:
mysql-connector-java-5.1.48.jar
Please help if anything wrong with my setup?
The text was updated successfully, but these errors were encountered: