Presto Editor issue while running query

Hi ,

I integrated presto in hue 4.6 . But when i am running the queries i am getting permission issues on HDFS , because the queries are not getting run by the end user, instead it is getting run the the user HUE process is running from.

queries are running fine in presto cli.

@Romain is there any config missing?

Below is my config in hue.ini

[[[presto]]]
name=Presto
interface=sqlalchemy
options=’{“url”: “presto://xxxx:8285/hive/default”}’