-
-
apps/impala/src/impala/server.py (Diff revision 1) Shouldn't it be
http_addr = COORDINATOR_URL.get()
?
HUE-9234 [core] Add coordinator_url in hue.ini config in impala section
Review Request #14945 — Created April 2, 2020 and updated
Information | |
---|---|
ranade | |
hue | |
master | |
Reviewers | |
hue | |
johan, ranade, romain, subrata, weixia, yingc |
commit 5d6b74a2e44bf0a01a3851856dbd02fff3fbe68e Author: Prakash Ranade <ranade@cloudera.com> Date: Thu Apr 2 14:41:45 2020 -0700 HUE-9234 [core] Add coordinator_url in hue.ini config in impala section :100644 100644 a188d6bb0e 1565f3fc0d M apps/impala/src/impala/conf.py :100644 100644 ba35ce8e79 35be011dbe M apps/impala/src/impala/server.py :100644 100644 10c818ae4f 0e40262ba1 M desktop/conf.dist/hue.ini :100644 100644 be37e38c41 f3ea07794c M desktop/conf/pseudo-distributed.ini.tmpl
Tested on local DWX environment.
- 1
- 0
- 1
- 0
- 2
Description | From | Last Updated |
---|---|---|
Just FYI for later: Realizing, later if there is an issue when we need HTTPS, it might be simpler to ... |
|
Description: |
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+18 -2) |
-
-
apps/impala/src/impala/server.py (Diff revision 2) Just FYI for later:
Realizing, later if there is an issue when we need HTTPS, it might be simpler to provide the full URL, e.g. https://coordinator:20000 and just return here
But we can see when it comes