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'm trying run Presto 0.192 on Yarn 2.7.3 in my local PC. NO standalone discovery service used. I found the presto container server.log has some errors as following which results in the coordinator and worker not startup. Could anyone give me some suggestions how to fix it? Thanks!
2019-07-04T15:16:05.571+0800 INFO main com.facebook.presto.server.PrestoServer ======== SERVER STARTED ========
2019-07-04T15:16:05.571+0800 ERROR Announcer-0 io.airlift.discovery.client.Announcer Cannot connect to discovery server for announce: Announcement failed with status code 404:
2019-07-04T15:16:05.572+0800 ERROR Announcer-0 io.airlift.discovery.client.Announcer Service announcement failed after 50.49ms. Next request will happen within 0.00s
2019-07-04T15:16:05.577+0800 ERROR Announcer-1 io.airlift.discovery.client.Announcer Service announcement failed after 2.83ms. Next request will happen within 1.00ms
I'm trying run Presto 0.192 on Yarn 2.7.3 in my local PC. NO standalone discovery service used. I found the presto container server.log has some errors as following which results in the coordinator and worker not startup. Could anyone give me some suggestions how to fix it? Thanks!
Btw, the problem seems similar with https://community.teradata.com/t5/Presto/Presto-Workers-unable-to-connect-to-Coordinator-s-Discovery-UI/td-p/73843
~/var/lib/presto/data/var/log/server.log
~/var/lib/presto/etc/config.properties
~/var/lib/presto/etc/node.properties
checked service launched on 17799 port
But CAN NOT access http://10.15.235.69:17799/v1/service and http://10.15.235.69:17799/v1/announcement URL
Attached my appConfig.json and resources.json used by Apache Slider
appConfig.json
resources.json
The text was updated successfully, but these errors were encountered: