Uh oh!
There was an error while loading. Please reload this page.
[SPARK-16375] [Web UI] Fixed misassigned var: numCompletedTasks was assigned to numSkippedTasks - #14141
Closed
ajbozarth wants to merge 2 commits into
Closed
[SPARK-16375] [Web UI] Fixed misassigned var: numCompletedTasks was assigned to numSkippedTasks#14141ajbozarth wants to merge 2 commits into
ajbozarth wants to merge 2 commits into
Conversation
SparkQA
commented
Jul 12, 2016
Test build #62120 has finished for PR 14141 at commit
|
ajbozarth
commented
Jul 12, 2016
MemberAuthor
apparently dev/run-tests didn't actually finish, I'll fix the test failures |
SparkQA
commented
Jul 12, 2016
Test build #62127 has finished for PR 14141 at commit
|
srowen
commented
Jul 12, 2016
Member
Oops, great catch |
srowen
commented
Jul 13, 2016
Member
Merged to master/2.0/1.6 |
asfgit pushed a commit
that referenced
this pull request
Jul 13, 2016
…signed to numSkippedTasks ## What changes were proposed in this pull request? I fixed a misassigned var, numCompletedTasks was assigned to numSkippedTasks in the convertJobData method ## How was this patch tested? dev/run-tests Author: Alex Bozarth <ajbozart@us.ibm.com> Closes#14141 from ajbozarth/spark16375. (cherry picked from commit f156136) Signed-off-by: Sean Owen <sowen@cloudera.com>
asfgit pushed a commit
that referenced
this pull request
Jul 13, 2016
…signed to numSkippedTasks ## What changes were proposed in this pull request? I fixed a misassigned var, numCompletedTasks was assigned to numSkippedTasks in the convertJobData method ## How was this patch tested? dev/run-tests Author: Alex Bozarth <ajbozart@us.ibm.com> Closes#14141 from ajbozarth/spark16375. (cherry picked from commit f156136) Signed-off-by: Sean Owen <sowen@cloudera.com>
zzcclp pushed a commit
to zzcclp/spark
that referenced
this pull request
Jul 13, 2016
…signed to numSkippedTasks ## What changes were proposed in this pull request? I fixed a misassigned var, numCompletedTasks was assigned to numSkippedTasks in the convertJobData method ## How was this patch tested? dev/run-tests Author: Alex Bozarth <ajbozart@us.ibm.com> Closesapache#14141 from ajbozarth/spark16375. (cherry picked from commit f156136) Signed-off-by: Sean Owen <sowen@cloudera.com> (cherry picked from commit fb09336)
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 freeto 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.
What changes were proposed in this pull request?
I fixed a misassigned var, numCompletedTasks was assigned to numSkippedTasks in the convertJobData method
How was this patch tested?
dev/run-tests