Upgrade: new session are routed to the old spark driver #4756
Unanswered
user-GitHub-user
asked this question in
Q&A
Replies: 2 comments 8 replies
-
Please read the article to learn the concept of "Engine Share Level" |
Beta Was this translation helpful? Give feedback.
8 replies
-
Kyuubi respects your Spark Client and Spark Configurations, please read the doc to learn how to manage Spark configurations. And you can check the whole |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kyuubi version: 1.7.0
1.start node1 kyuubi server
2.connect use zk mode
3. run ./bin/kyuubi-ctl delete server --host "node1" --port "10009"
4.quit connect
5. start node2 kyuubi server and version still 1.7.0
6. other connect use zk mode
The connection from Step 6 will use the spark driver from Step 2 , It looks like the connection from Step 2 didn't close automatically when I quit, and shouldn't the connection from Step 6 be using new spark driver?
Do I have to change the version?But what if I just want to migrate from yarn to k8s or local?
Beta Was this translation helpful? Give feedback.
All reactions