Replies: 1 comment
-
check the worker logs. Is the |
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
-
I am new to Trino and evaluating Trino to query different data source.
I have deployed Trino using docker on two separate aws linux server, one server for the coordinator and another for worker. The trino set up is running on both the servers but don't know why worker is showing inactive. checked the logs but can't find any error. Please help.
coordinator=true
node-scheduler.include-coordinator=false
discovery-server.enabled=true
http-server.http.port=8080
discovery.uri=http://localhost:8080
node.environment=trino_demo
node.id=coordinator
node.data-dir=/data/trino
worker
coordinator=false
http-server.http.port=8080
discovery.uri=http://coordinatorIP:8080
node.environment=trino_demo
node.id=worker-1
node.data-dir=/data/trino
Beta Was this translation helpful? Give feedback.
All reactions