Skip to content

[KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf #6455

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

Closed
wants to merge 1 commit into from

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Jun 6, 2024

🔍 Description

This is the root cause of #5957. Which is accidentally introduced in b315123, thus affects 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1.

kyuubi-defaults.conf is kind of a server side configuration file, all Kyuubi confs engine required should be passed via CLI args to sub-process.

Types of changes 🔖

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Test Plan 🧪

Pass GHA.


Checklist 📝

Be nice. Be informative.

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
pan3793 Cheng Pan
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.40%. Comparing base (a586cb4) to head (2972fbc).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6455      +/-   ##
============================================
- Coverage     58.43%   58.40%   -0.04%     
  Complexity       24       24              
============================================
  Files           656      656              
  Lines         40267    40267              
  Branches       5498     5498              
============================================
- Hits          23530    23517      -13     
- Misses        14227    14234       +7     
- Partials       2510     2516       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pan3793 pan3793 requested review from link3280 and wForget June 6, 2024 07:00
@pan3793 pan3793 self-assigned this Jun 6, 2024
@pan3793 pan3793 added this to the v1.8.3 milestone Jun 6, 2024
@pan3793 pan3793 changed the title Flink engine should not load kyuubi-defaults.conf [KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf Jun 6, 2024
Copy link
Contributor

@link3280 link3280 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the fix! @pan3793

@pan3793 pan3793 closed this in fe5377e Jun 6, 2024
pan3793 added a commit that referenced this pull request Jun 6, 2024

Verified

This commit was signed with the committer’s verified signature.
pan3793 Cheng Pan
# 🔍 Description

This is the root cause of #5957. Which is accidentally introduced in b315123, thus affects 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1.

`kyuubi-defaults.conf` is kind of a server side configuration file, all Kyuubi confs engine required should be passed via CLI args to sub-process.

## Types of changes 🔖

- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

Pass GHA.

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6455 from pan3793/flink-conf-load.

Closes #5957

2972fbc [Cheng Pan] Flink engine should not load kyuubi-defaults.conf

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit fe5377e)
Signed-off-by: Cheng Pan <chengpan@apache.org>
pan3793 added a commit that referenced this pull request Jun 6, 2024

Verified

This commit was signed with the committer’s verified signature.
pan3793 Cheng Pan
# 🔍 Description

This is the root cause of #5957. Which is accidentally introduced in b315123, thus affects 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1.

`kyuubi-defaults.conf` is kind of a server side configuration file, all Kyuubi confs engine required should be passed via CLI args to sub-process.

## Types of changes 🔖

- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

Pass GHA.

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6455 from pan3793/flink-conf-load.

Closes #5957

2972fbc [Cheng Pan] Flink engine should not load kyuubi-defaults.conf

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit fe5377e)
Signed-off-by: Cheng Pan <chengpan@apache.org>
@pan3793
Copy link
Member Author

pan3793 commented Jun 6, 2024

Thanks, merged to master/1.9.2/1.8.3

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.

None yet

4 participants