Page MenuHomePhabricator

[dse-k8s] Provide common hive config for spark jobs
Closed, ResolvedPublic

Description

Spark jobs required to have hive config (hive-site.xml files) available to be able to access hive

It is possible to push a configmap with this configuration for each job but it will leads to pushing same config multiple times

So we should add common configmap for it (one per hive cluster)

Event Timeline

BTullis renamed this task from Provide common hive config for spark jobs to [dse-k8s] Provide common hive config for spark jobs.Jul 3 2023, 12:00 PM
BTullis triaged this task as Low priority.
BTullis claimed this task.
BTullis subscribed.

Resolving this, as it is now achieved through the spark-support chart: T406833