[SPARK-5846] Correctly set job description and pool for SQL jobs#4630
Closed
kayousterhout wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-5846] Correctly set job description and pool for SQL jobs#4630kayousterhout wants to merge 1 commit intoapache:masterfrom
kayousterhout wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #27575 has finished for PR 4630 at commit
|
Contributor
|
test this please |
|
Test build #27596 has finished for PR 4630 at commit
|
Contributor
|
/cc @liancheng |
Contributor
|
This LGTM. This PR also fixes SPARK-2472. For most queries, the |
asfgit
pushed a commit
that referenced
this pull request
Feb 19, 2015
marmbrus am I missing something obvious here? I verified that this fixes the problem for me (on 1.2.1) on EC2, but I'm confused about how others wouldn't have noticed this? Author: Kay Ousterhout <[email protected]> Closes #4630 from kayousterhout/SPARK-5846_1.3 and squashes the following commits: 2022ad4 [Kay Ousterhout] [SPARK-5846] Correctly set job description and pool for SQL jobs (cherry picked from commit e945aa6) Signed-off-by: Cheng Lian <[email protected]>
Contributor
|
Merged into master and branch-1.3. |
asfgit
pushed a commit
that referenced
this pull request
Feb 19, 2015
This is #4630 but modified for the 1.2 branch, because I'm guessing it makes sense to fix this issue in that branch (again, unless I missed something obvious here...) Author: Kay Ousterhout <[email protected]> Closes #4631 from kayousterhout/SPARK-5846_1.2.1 and squashes the following commits: ffe8ff2 [Kay Ousterhout] [SPARK-5846] Correctly set job description and pool for SQL jobs
Contributor
Author
|
Thanks for merging this Cheng! On Wed, Feb 18, 2015 at 6:03 PM, Cheng Lian [email protected]
|
markhamstra
pushed a commit
to markhamstra/spark
that referenced
this pull request
Feb 24, 2015
This is apache#4630 but modified for the 1.2 branch, because I'm guessing it makes sense to fix this issue in that branch (again, unless I missed something obvious here...) Author: Kay Ousterhout <[email protected]> Closes apache#4631 from kayousterhout/SPARK-5846_1.2.1 and squashes the following commits: ffe8ff2 [Kay Ousterhout] [SPARK-5846] Correctly set job description and pool for SQL jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@marmbrus am I missing something obvious here? I verified that this fixes the problem for me (on 1.2.1) on EC2, but I'm confused about how others wouldn't have noticed this?