You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the functional tests using existing docker images, specify -DcoordinatorImage and -DworkerImage in the run/debug configurations of the test as VM options. For example:
Does this command mean that Presto C++ can only be used as a worker but not as a coordinator?
I'm not sure if there are any additional limitations. If this is a known limitation, can I try to compile Presto Server as a GraalVM Native Image and use this gcc debuggable C/C++ program as the coordinator? Can this also ensure that both the worker and coordinator are VM-free programs?
Environment Description
Presto version used: 0.289
Storage (HDFS/S3/GCS..): Um, the storage inside the Docker Image should be memory-level?
Data source and connectors or catalogs used: Memory Connector
Deployment (Cloud or On-prem): On-prem
Pastebin link to the complete debug logs: Maybe not.
Correct. Presto C++ is only for the worker, not the coordinator.
As to GraalVM, you're welcome to try. Might work, might not. IMHO it's not likely that would be the path forward for the entire project — mostly we're happy with a pure Java coordinator — but you never know.
Describe the problem you faced
worker
but not as acoordinator
?coordinator
? Can this also ensure that both theworker
andcoordinator
are VM-free programs?Environment Description
0.289
Memory Connector
On-prem
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional context
Stacktrace
The text was updated successfully, but these errors were encountered: