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
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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