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-46695][SQL][HIVE] Always setting hive.execution.engine to mr #44704

Closed
wants to merge 1 commit into from

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Jan 12, 2024

What changes were proposed in this pull request?

Previously, we only set hive.execution.engine to "mr" when the original value is "tez", this PR aims to always set hive.execution.engine to "mr".

Why are the changes needed?

The Apache Hive supports three engines MR, Spark, Tez, same as "tez", when setting hive.execution.engine to "spark", this may also initial some unexpected components.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

SPARK_TEST_HIVE_CLIENT_VERSIONS=2.3,3.1 \
build/sbt -Phive 'hive/testOnly *HiveClientSuites -- -z "override useless and side-effect hive configurations"'

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

No.

@github-actions github-actions bot added the SQL label Jan 12, 2024
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

Thank you, @pan3793 .

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