stackabletech / stackabletech/hive-operator
Ability to Override the Hive metastre LOG Configuration
Open
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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