GitHub user shahidki31 opened a pull request:
https://github.com/apache/spark/pull/22525
[SPARK-25503] Total task message in stage page is ambiguous
## What changes were proposed in this pull request?
Test steps :
1) bin/spark-shell --conf spark.ui.retainedTasks=10
2) val rdd = sc.parallelize(1 to 1000, 1000)
3) rdd.count
Stage page tab in the UI will display 10 tasks, but display message is
wrong. It should reverse.
**Before fix :**

**After fix**

##
How was this patch tested?
Manually tested
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shahidki31/spark SparkUI
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22525.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22525
----
commit b224a31718b3a5c6ce8754322b1e7d2dd364ac14
Author: Shahid <shahidki31@...>
Date: 2018-09-22T09:58:35Z
[SPARK-25503] Total task message in stage page is ambiguous
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]