Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 3 years ago. Improve this question When I query presto data with mybatis, It shows: “com.facebook.presto.jdbc.NotImplementedException: Method Connection.prepareStatement is
Tag: presto
Presto cluster + how to tune the jvm.config according to memory resources
we are using presto cluster as distributed SQL query our cluster size 1 machine as coordinator machine 12 presto workers machines each machine is 64G memory size , and on each machine only presto application installed about the jvm.config on the workers , look like this and the jvm.config on the presto coordinator , like like this we set the
Presto under two package names
I just started developing a Presto connector for JSON API. As suggested in many places, I started with the example-http connector and did few changes and deployed the connector as mentioned in the documentation. Then I got following error when starting the server. Then I noticed the package name for Plugin interface in my code is com.facebook.presto and its actually