Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/19270
I'm confused about the PR description. It mentions "sorting was disabled if
there is any application that has more than one attempt" which as far as I know
has nothing to do with the stage page. Also what's a "Stage Server" (from "sort
and search for Stage Server")?
As far as the change itself, I assume it's only related to the stage page,
and from the little javascript I know, you seem to be downloading the whole
stage with all its tasks from the REST API.
How fast is that with really large stages (e.g. 100k tasks which I think is
the default retention)?
You can try `sc.parallelize(1 to 100000, 100000).count()` to create a large
stage.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]