Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PrestoDB EMR Server refused connection

I have setup an EMR in AWS with PrestoDB installed on it, Earlier I was able to query with PrestoDB but somehow after a restart it stopped working and started giving following error "Error running command: Server refused connection: http://ip-*---.us-west-2.compute.internal:8889/v1/statement" I have looked into all configuration files and nothing seems to be wrong. I have also cross check Hive configuration files but could not get any success. Could anyone who has encountered similar issue can help me.

like image 888
Nirdesh Avatar asked Oct 19 '22 22:10

Nirdesh


1 Answers

Yes , You will have to restart presto on all machines . Adding to the note I would like you to mention that give it a shot installing open source presto on EMR using presto admin. It has a lot of functions which will help you to avoid such issues . Updating and maintaining the cluster is easy using presto admin

like image 57
Raghunandan Sk Avatar answered Oct 21 '22 23:10

Raghunandan Sk