Closed Anne623 closed 8 years ago
That error is because you didnt provide valid presto co-ordinator url in reference.yml file. You need to configure presto server and provide the url in refernce.yml file.Then you can execute the queries in Airpal editor.
Thanks Surendra
@surendraGaddam99 , yes, thank you. I configure presto and it work fine.
Hi, all, I run airpal with
java -server \ -Duser.timezone=UTC \ -cp build/libs/airpal-*-all.jar com.airbnb.airpal.AirpalApplication server reference.yml
the log is ok. but when i openhttp://localhost:8081
in browser, the log show error:but i can open the url. while there are no tables in app page, when i use
SELECT * from test
, nothing happed. the log is :does some configuration error?