-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-3025 [SQL]: Allow JDBC clients to set a fair scheduler pool #1937
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
Conversation
QA tests have started for PR 1937. This patch merges cleanly. |
QA results for PR 1937: |
retest this please |
QA tests have started for PR 1937. This patch merges cleanly. |
QA results for PR 1937: |
hi @pwendell , I have two questions: |
@tianyi it might make more sense to handle this in the physical execution of |
@tianyi after looking some more, I believe this needs to be handled in the thriftserver explicitly and cannot be handled in the |
Jenkins, test this please. |
QA tests have started for PR 1937 at commit
|
QA tests have finished for PR 1937 at commit
|
This definitely needs review as I am not familiar with this part of Spark. I tested this locally and it did seem to work.
QA tests have started for PR 1937 at commit
|
QA tests have finished for PR 1937 at commit
|
@pwendell thanks for the explanation. I think there should be some test case about this feature. |
@pwendell I think we could save the current session's pool setting in the hiveConf of parentSession instead of a map in SparkSQLOperationManager. So it could resolve the unlimit map size problem. |
As far as I know we don't actually do much with the |
This definitely needs review as I am not familiar with this part of Spark. I tested this locally and it did seem to work. Author: Patrick Wendell <pwendell@gmail.com> Closes #1937 from pwendell/scheduler and squashes the following commits: b858e33 [Patrick Wendell] SPARK-3025: Allow JDBC clients to set a fair scheduler pool (cherry picked from commit 6bca889) Signed-off-by: Michael Armbrust <michael@databricks.com>
This definitely needs review as I am not familiar with this part of Spark. I tested this locally and it did seem to work. Author: Patrick Wendell <pwendell@gmail.com> Closes apache#1937 from pwendell/scheduler and squashes the following commits: b858e33 [Patrick Wendell] SPARK-3025: Allow JDBC clients to set a fair scheduler pool
This definitely needs review as I am not familiar with this part of Spark.
I tested this locally and it did seem to work.