Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/20644
Tested by running:
```
(1 to 999).foreach { i =>
sc.parallelize(0 to i, i).count()
}
```
UI is not blazing fast, but usable.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
