Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 🔍 Description ## Issue References 🔗 This pull request fixes #6593 ## Describe Your Solution 🔧 The `kill -9 $PID` command directly forces Kyuubi to be shut down. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior With This Pull Request 🎉 ``` (base) $ bin/kyuubi kill Stopping org.apache.kyuubi.server.KyuubiServer forcefully. __ __ __ /` \/` \ /` \ __ \ \ \/ / __ __ __ __ __ __\ \ \____ /\_\ \ \ , < /` \/` \/` \/` \/` \/` \\ \ \__` \/` \ \ \ \ \`\\ \ \_\ \\ \_\ \\ \_\ \\ \ \L\ \ \ \ \ \_\ \_ \/`____ \ \____/ \ \____`\ \_,__/ \ \_\ \/_/\/_/ `/___/> \/___/ \/___/ \/___/ \/_/ /\___/ \/__\/ Bye! ``` --- # 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 #6611 from BruceWong96/kyuubi_kill_command. Closes #6593 00f8c4c [Kent Yao] Update bin/kyuubi b27cd1a [Bruce Wong] fix indent. d2f3fc4 [Bruce Wong] add kyuubi kill command. Lead-authored-by: Bruce Wong <[email protected]> Co-authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information