spark-instrumented-optimizer/project
Davies Liu e34f38ff1a [SPARK-4017] show progress bar in console
The progress bar will look like this:

![1___spark_job__85_250_finished__4_are_running___java_](https://cloud.githubusercontent.com/assets/40902/4854813/a02f44ac-6099-11e4-9060-7c73a73151d6.png)

In the right corner, the numbers are: finished tasks, running tasks, total tasks.

After the stage has finished, it will disappear.

The progress bar is only showed if logging level is WARN or higher (but progress in title is still showed), it can be turned off by spark.driver.showConsoleProgress.

Author: Davies Liu <davies@databricks.com>

Closes #3029 from davies/progress and squashes the following commits:

95336d5 [Davies Liu] Merge branch 'master' of github.com:apache/spark into progress
fc49ac8 [Davies Liu] address commentse
2e90f75 [Davies Liu] show multiple stages in same time
0081bcc [Davies Liu] address comments
38c42f1 [Davies Liu] fix tests
ab87958 [Davies Liu] disable progress bar during tests
30ac852 [Davies Liu] re-implement progress bar
b3f34e5 [Davies Liu] Merge branch 'master' of github.com:apache/spark into progress
6fd30ff [Davies Liu] show progress bar if no task finished in 500ms
e4e7344 [Davies Liu] refactor
e1f524d [Davies Liu] revert unnecessary change
a60477c [Davies Liu] Merge branch 'master' of github.com:apache/spark into progress
5cae3f2 [Davies Liu] fix style
ea49fe0 [Davies Liu] address comments
bc53d99 [Davies Liu] refactor
e6bb189 [Davies Liu] fix logging in sparkshell
7e7d4e7 [Davies Liu] address commments
5df26bb [Davies Liu] fix style
9e42208 [Davies Liu] show progress bar in console and title
2014-11-18 13:37:21 -08:00
..
project Support cross building for Scala 2.11 2014-11-11 21:36:48 -08:00
spark-style/src/main/scala/org/apache/spark/scalastyle [Core] Upgrading ScalaStyle version to 0.5 and removing SparkSpaceAfterCommentStartChecker. 2014-10-16 02:05:44 -04:00
build.properties [BUILD] Fixed resolver for scalastyle plugin and upgrade sbt version. 2014-10-22 22:13:11 -07:00
MimaBuild.scala SPARK-3874: Provide stable TaskContext API 2014-10-16 21:38:45 -04:00
MimaExcludes.scala [SPARK-4062][Streaming]Add ReliableKafkaReceiver in Spark Streaming Kafka connector 2014-11-14 14:33:37 -08:00
plugins.sbt [SPARK-3997][Build]scalastyle should output the error location 2014-10-26 16:24:50 -07:00
SparkBuild.scala [SPARK-4017] show progress bar in console 2014-11-18 13:37:21 -08:00