stackabletech / stackabletech/hive-operator

Standardize HDFS ConfigMap reference

Open
#404 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

release-note/action-required size/S
Dominant language
Rust
Stars
29
Forks
2
Avg merge
1d 19h
Merged PRs (30d)
12

Description

The Hive CRD currently has this:

        spec:
          clusterConfig:
            hdfs:
              configMap: hdfs

This should be brought inline with how this is done for HBase i.e.

      spec:
        clusterConfig:
          hdfsConfigMapName: hdfs

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the Hive CRD definition and its examples or validation tests, then compare the current nested hdfs.configMap reference with the HBase-style clusterConfig.hdfsConfigMapName reference shown in the issue. Done means the Hive CRD consistently uses the standardized field and the relevant validation or example checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
infrastructure
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.