stackabletech / stackabletech/hive-operator

Ability to Override the Hive metastre LOG Configuration

Open
#528 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
29
Forks
2
Avg merge
1d 19h
Merged PRs (30d)
12

Description

below configOverrides is not working for metastore-log4j2.properties

apiVersion: hive.stackable.tech/v1alpha1
kind: HiveCluster
metadata:
  name: hive-postgres-s3
  namespace: "data"
spec:
  image:
    productVersion: 3.1.3
  clusterConfig:
    listenerClass: external-stable
    database:
      connString: jdbc:postgresql://hms-pg-cluster:5432/hive
      credentialsSecret: hive-credentials
      dbType: postgres
    s3:
      reference: oss
  metastore:
    configOverrides:
      metastore-log4j2.properties:
        rootLogger.level: "DEBUG"
      security.properties:
        rootLogger.level: "DEBUG"
    roleGroups:
      default:
        replicas: 1

Image

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

Start with the supplied HiveCluster YAML and inspect how metastore.configOverrides handles metastore-log4j2.properties and security.properties. The issue names no implementation files or tests; reproduce the configuration and verify that rootLogger.level is applied and DEBUG logging is observable.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, rust
Domain
infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.