How to pass tez queue name to connection url in superset
Open
- 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.