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
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
I just tried installing and setting up prestogres on ubuntu 14.04. I faced an issue in one step where it returns me the following error on this step of installation:
psql -h localhost -p 9900 -U pg postgres
SELECT * FROM sys.node;
The above returns
ERROR: PrestoHttpException: Failed to start query: Time zone localtime is not supported
The text was updated successfully, but these errors were encountered:
Thank you for reporting. Perhaps recent Presto makes timezone validation more strict.
Prestogres passes timezone session variable to Presto. I think it is now "localtime" but it needs to be a different string.
Could you try following settings?:
I just tried installing and setting up prestogres on ubuntu 14.04. I faced an issue in one step where it returns me the following error on this step of installation:
psql -h localhost -p 9900 -U pg postgres
SELECT * FROM sys.node;
The above returns
ERROR: PrestoHttpException: Failed to start query: Time zone localtime is not supported
The text was updated successfully, but these errors were encountered: