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

[PATCH] Add support for handling multiple Java options in HiveProcessBuilder #6

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

Asmoday
Copy link
Collaborator

@Asmoday Asmoday commented Nov 27, 2024

Updated HiveProcessBuilder.scala to properly parse and handle multiple Java options specified in ENGINE_HIVE_JAVA_OPTIONS. Instead of appending the options as a single string, they are now split and added individually to the buffer, ensuring proper handling of whitespace-separated JVM arguments.

…Builder

Updated HiveProcessBuilder.scala to properly parse and handle multiple Java options specified in ENGINE_HIVE_JAVA_OPTIONS. Instead of appending the options as a single string, they are now split and added individually to the buffer, ensuring proper handling of whitespace-separated JVM arguments.
@Asmoday Asmoday self-assigned this Nov 27, 2024
@Asmoday Asmoday merged commit e9f01c6 into 1.9.2-develop Nov 27, 2024
1 check passed
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