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

[SPARK-49938][K8S] Prefer to use Hadoop configMap when specified #48427

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

Conversation

zgzzbws
Copy link

@zgzzbws zgzzbws commented Oct 12, 2024

What changes were proposed in this pull request?

Currently, 'HADOOP_CONF_DIR' in ENV and Hadoop configmap cannot be both configured. However, in cloud vendor EMR environments, 'HADOOP_CONF_DIR' is often already configured. This issue is introduced to preferentially use the configmap specified through the property spark.kubernetes.hadoop.configMapName without changing the environment variables.

Why are the changes needed?

More convenient to use in cloud vendor environments.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Unit testing.

Was this patch authored or co-authored using generative AI tooling?

No.

@zgzzbws
Copy link
Author

zgzzbws commented Oct 12, 2024

Could you review this when you have some time? cc @dongjoon-hyun @cloud-fan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant