-
-
desktop/libs/hadoop/src/hadoop/conf.py (Diff revision 1) Never used bind_to, would it be the same as something like cluster.SPARK_HISTORY_SERVER_URL.get() ?
HUE-7258 [jb] Add config check for Spark history server URL
Review Request #13430 - Created Oct. 9, 2018 and submitted
Information | |
---|---|
Ying Chen | |
hue | |
master | |
HUE-7258 | |
Reviewers | |
hue | |
enricoberti, jgauthier, johan, romain, weixia |
commit fbdc509c5556b0082c42af0e8c635b529f1d3fa9 (HEAD -> pam_backend) Author: Ying Chen <yingchen@cloudera.com> Date: Mon Oct 8 17:18:00 2018 -0700 HUE-7258 [jb] Add config check for Spark history server URL :100644 100644 b8d261fca2... 2d1f2a138d... M desktop/libs/hadoop/src/hadoop/conf.py :100644 100644 acafd918bc... 65358e1d60... M desktop/libs/metadata/src/metadata/manager_client.py
-
-
desktop/libs/hadoop/src/hadoop/conf.py (Diff revision 2) Is there a way to know that the Spark service is intalled?
(to not show the warning if Spark is not there)
-
Nice!
Main comment: If the Spark History server is not defined in the ini but we can retrieve it via CM, could we use it automatically?
-
desktop/libs/metadata/src/metadata/manager_client.py (Diff revision 3) nit:
if service_display_names:is enough (as an empty list would be false)
-
-
Description: |
|
---|
-
If the Spark History server is not defined in the ini but we can retrieve it via CM, could we use it automatically?
Description: |
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 6 (+114 -2) |
-
-
desktop/libs/metadata/src/metadata/manager_client.py (Diff revision 6) https://github.com/cloudera/hue/blob/master/desktop/libs/metadata/src/metadata/manager_client.py#L110
Description: |
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 7 (+112 -2) |
-
-
desktop/libs/metadata/src/metadata/manager_client.py (Diff revision 7) Rename
has_spark_history_server --> get_spark_history_server_url
?
-
desktop/libs/metadata/src/metadata/manager_client.py (Diff revision 7) There is the same in desktop/libs/hadoop/src/hadoop/conf.py?
Description: |
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 8 (+108 -2) |