dropbox / dropbox/PyHive

How to pass tez queue name to connection url in superset

Open
#287 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

I can have connection in superset successfully like this:
hive://hive@host:10000/db

Now, I want to set tez queue name to the connection url in superset like this:
hive://hive@host:10000/db?configuration={ 'tez.queue.name': 'hive' }

But it does not work.
I want to know how to set such hive configurations to the connection url in superset.

If it is not related to PyHive issue, please forgive me.

- Kidong Lee.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.