[GitHub] spark pull request #14507: [SPARK-16919] Configurable update interval for co...

2016-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14507 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #14507: [SPARK-16919] Configurable update interval for co...

2016-08-05 Thread tejasapatil
Github user tejasapatil commented on a diff in the pull request: https://github.com/apache/spark/pull/14507#discussion_r73741019 --- Diff: core/src/main/scala/org/apache/spark/ui/ConsoleProgressBar.scala --- @@ -32,9 +32,14 @@ private[spark] class ConsoleProgressBar(sc: SparkConte

[GitHub] spark pull request #14507: [SPARK-16919] Configurable update interval for co...

2016-08-05 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14507#discussion_r73734733 --- Diff: core/src/main/scala/org/apache/spark/ui/ConsoleProgressBar.scala --- @@ -32,9 +32,14 @@ private[spark] class ConsoleProgressBar(sc: SparkContext) e

[GitHub] spark pull request #14507: [SPARK-16919] Configurable update interval for co...

2016-08-05 Thread tejasapatil
GitHub user tejasapatil opened a pull request: https://github.com/apache/spark/pull/14507 [SPARK-16919] Configurable update interval for console progress bar ## What changes were proposed in this pull request? Currently the update interval for the console progress bar is har