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
This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days.
Can we re-open this issue ?
Could you please inform which interfaces support caching the query results from presto in hue?
Also, can hue's task server be used for caching the query results ? If yes then could please provide a resource for configuring this?
Can cached results be stored to S3? If yes could you please provide the resources for this
Originally posted by @satvik1992 in #3420 (comment)
Hue version - 4.11 and
presto version - 0.289
below is the configuration in hue.ini
interpreters: |
[[[hive]]]
name = Hive
interface=hiveserver2
[[[mysql]]]
name = Mariadb
interface=sqlalchemy
options='{"url": "mysql://hue:hue@xxx-xxxxx-mariadb:3306/hue"}'
[[[presto]]]
name = Presto
interface=sqlalchemy
options='{"url": "presto://xxx-xxxxx-coordinator:80/hive/default"}'
@bjornalm , @Harshg999 , @romainr could you please provide your inputs .
The text was updated successfully, but these errors were encountered: