Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

ERROR: PrestoHttpException: Failed to start query: Time zone localtime is not supported #18

Open
akshay-hazari opened this issue Oct 29, 2014 · 1 comment

Comments

@akshay-hazari
Copy link

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

@frsyuki
Copy link
Member

frsyuki commented Oct 30, 2014

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?:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants