We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support to reassign the batches to alternative kyuubi instance in case kyuubi instance lost.
For our use case, we deploy kyuubi server on k8s.
But if the pod can not re-create after termination because of resource or k8s issue, the kyuubi instance can not get back in short time.
It is better that we can support to reassign the batchs that are in PENDING, RUNNING status to alternative kyuubi instance.
PENDING
RUNNING
kyuubi_instance
No response
The text was updated successfully, but these errors were encountered:
cc @George314159
Sorry, something went wrong.
No branches or pull requests
Code of Conduct
Search before asking
Describe the feature
Support to reassign the batches to alternative kyuubi instance in case kyuubi instance lost.
Motivation
For our use case, we deploy kyuubi server on k8s.
But if the pod can not re-create after termination because of resource or k8s issue, the kyuubi instance can not get back in short time.
It is better that we can support to reassign the batchs that are in
PENDING
,RUNNING
status to alternative kyuubi instance.Describe the solution
kyuubi_instance
to alternative kyuubiInstanceAdditional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: