Skip to content

[SPARK-16375] [Web UI] Fixed misassigned var: numCompletedTasks was assigned to numSkippedTasks #14141

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

Closed
wants to merge 2 commits into from

Conversation

ajbozarth
Copy link
Member

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

@SparkQA
Copy link

SparkQA commented Jul 12, 2016

Test build #62120 has finished for PR 14141 at commit 7ac60de.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@ajbozarth
Copy link
Member Author

apparently dev/run-tests didn't actually finish, I'll fix the test failures

@SparkQA
Copy link

SparkQA commented Jul 12, 2016

Test build #62127 has finished for PR 14141 at commit 5122a1a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Jul 12, 2016

Oops, great catch

@srowen
Copy link
Member

srowen commented Jul 13, 2016

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 asfgit closed this in f156136 Jul 13, 2016
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>

Closes apache#14141 from ajbozarth/spark16375.

(cherry picked from commit f156136)
Signed-off-by: Sean Owen <sowen@cloudera.com>
(cherry picked from commit fb09336)
@ajbozarth ajbozarth deleted the spark16375 branch July 13, 2016 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants