diff --git a/docs/configuration.md b/docs/configuration.md
index 06b040866f13d..94324df52cfd4 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1062,11 +1062,13 @@ Apart from these, the following properties are also available, and may be useful
spark.ui.showConsoleProgress |
- true |
+ false |
Show the progress bar in the console. The progress bar shows the progress of stages
that run for longer than 500ms. If multiple stages run at the same time, multiple
progress bars will be displayed on the same line.
+
+ Note: In shell environment, the default value of spark.ui.showConsoleProgress is true.
|