Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for custom config groups in cluster update #154

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

anisf
Copy link
Contributor

@anisf anisf commented Nov 1, 2023

fixes issue #153

To test, use the following syntax in host_templates:

host_templates:
  someHostTemplateName:
    HIVE_ON_TEZ:
      - HIVESERVER2/someCustomConfigGroupName
      - GATEWAY/someCustomConfigGroupName

and the following syntax for services configs:

configs:
  HIVE_ON_TEZ:
    HIVESERVER2/someCustomConfigGroupName:
      hiveserver2_load_balancer: specific-lb.cloudera.com:7777
    GATEWAY/someCustomConfigGroupName:
      hive_client_config_safety_valve: "<property><name>hive.server2.enable.impersonation</name><value>false</value></property>"

ToDo:

  • Create configuration groups
  • Assign hosts to configuration groups
  • Assign configuration to configuration groups

@anisf anisf marked this pull request as draft November 1, 2023 13:31
Signed-off-by: Anis FATHALLAH <anis@fathallah.fr>
@anisf anisf marked this pull request as ready for review November 2, 2023 05:26
@github-actions github-actions bot removed the validated label Nov 2, 2023
@wmudge wmudge linked an issue Nov 2, 2023 that may be closed by this pull request
@wmudge wmudge requested a review from a team November 2, 2023 19:23
@wmudge wmudge added the enhancement New feature or request label Nov 2, 2023
@wmudge wmudge added this to the Release 4.2.0 milestone Nov 2, 2023
@wmudge wmudge modified the milestones: Release 4.2.0, Release 4.3.0 Nov 20, 2023
@wmudge wmudge self-assigned this Dec 20, 2023
@wmudge wmudge modified the milestones: Release 4.3.0, Release 4.4.0 Dec 20, 2023
@wmudge wmudge removed this from the Release 4.4.0 milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Add support for custom config groups in cluster update
2 participants