aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-01-06 15:51:32 +0530
committerPrashant Sharma <prashant.s@imaginea.com>2014-01-07 13:01:43 +0530
commitb84dc780d3ad3fc2f0f1e9ba3fd1676447c65e96 (patch)
tree9706de049596de188057bd41e6379aa9298d5efb /docs/configuration.md
parentb3018811e106e6414816380a35c07a8564945d37 (diff)
downloadspark-b84dc780d3ad3fc2f0f1e9ba3fd1676447c65e96.tar.gz
spark-b84dc780d3ad3fc2f0f1e9ba3fd1676447c65e96.tar.bz2
spark-b84dc780d3ad3fc2f0f1e9ba3fd1676447c65e96.zip
Allow configuration to be printed in logs for diagnosis.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8a8857bb3b..f00fe05476 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -403,6 +403,13 @@ Apart from these, the following properties are also available, and may be useful
How many times slower a task is than the median to be considered for speculation.
</td>
</tr>
+<tr>
+ <td>spark.log-conf</td>
+ <td>false</td>
+ <td>
+ Log the supplied SparkConf as INFO at start of spark context.
+ </td>
+</tr>
</table>
## Viewing Spark Properties