-
-
desktop/core/src/desktop/management/commands/download_cluster_config.py (Diff revision 1) Do we plan to
1. "fake" a Hue service in the CMs/Clusters?
2. just pull storage + computes (e.g. Hive, Impala, Yarn, Spark) configs- would be elegant and we could get notified easily of config changes
- is quicker to implement just via the CM API but would be more a mvp than a robust solution
-
desktop/core/src/desktop/management/commands/download_cluster_config.py (Diff revision 1) Same as https://github.com/cloudera/hue/blob/master/desktop/libs/metadata/src/metadata/manager_client.py#L46 (and better to extract it from the command and consolidate in the api lib)
-
desktop/core/src/desktop/management/commands/download_cluster_config.py (Diff revision 1) if files:
of even just directly:
f in files:
Test initial version cluster config download script
Review Request #13282 — Created Aug. 22, 2018 and updated
Information | |
---|---|
ranade | |
hue | |
master | |
Reviewers | |
hue | |
jgauthier, romain, subrata |
commit ed737d7771a7b0587dad8e50f8952c0c7e8bbaff Author: Prakash Ranade <ranade@cloudera.com> Date: Wed Aug 22 18:03:14 2018 -0700 Adding cluster config download file :000000 100644 0000000000... 39794f6538... A desktop/core/src/desktop/management/commands/download_cluster_config.py
./build/env/bin/hue download_cluster_config --remote_cluster="Cluster 1" --cm_url="http://cluster:7180"
- 3
- 0
- 0
- 0
- 3
Description | From | Last Updated |
---|---|---|
Do we plan to 1. "fake" a Hue service in the CMs/Clusters? 2. just pull storage + computes (e.g. Hive, ... |
|
|
Same as https://github.com/cloudera/hue/blob/master/desktop/libs/metadata/src/metadata/manager_client.py#L46 (and better to extract it from the command and consolidate in the api lib) |
|
|
if files: of even just directly: f in files: |
|