From 03a9abb92829a20235fa3501e02b5a99b8e3fd09 Mon Sep 17 00:00:00 2001 From: gengjiaan Date: Tue, 30 Jul 2019 17:12:36 +0800 Subject: [PATCH 1/4] update --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 06b040866f13d..66edb37f903d3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1062,7 +1062,7 @@ 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 From 01850aa7a74f0dc18e70219745162dbc91bef1b7 Mon Sep 17 00:00:00 2001 From: gengjiaan Date: Wed, 31 Jul 2019 10:25:57 +0800 Subject: [PATCH 2/4] add note. --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 66edb37f903d3..53419640ee435 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1067,6 +1067,9 @@ Apart from these, the following properties are also available, and may be useful 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 non-shell environment, the default value of spark.ui.showConsoleProgress is true or + specified by user. From 412651be2319c08d3538865ec02e0f5068458bd3 Mon Sep 17 00:00:00 2001 From: gengjiaan Date: Wed, 31 Jul 2019 10:43:07 +0800 Subject: [PATCH 3/4] add note. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 53419640ee435..1a94e76cfd1a1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1068,7 +1068,7 @@ Apart from these, the following properties are also available, and may be useful 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 non-shell environment, the default value of spark.ui.showConsoleProgress is true or + Note: In shell environment, the default value of spark.ui.showConsoleProgress is true or specified by user. From a170e9f2a50903968d8f2d0ca5e7499b79cc28b4 Mon Sep 17 00:00:00 2001 From: gengjiaan Date: Wed, 31 Jul 2019 11:09:34 +0800 Subject: [PATCH 4/4] add note. --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 1a94e76cfd1a1..94324df52cfd4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1068,8 +1068,7 @@ Apart from these, the following properties are also available, and may be useful 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 or - specified by user. + Note: In shell environment, the default value of spark.ui.showConsoleProgress is true.