aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
authorGuoQiang Li <witgo@qq.com>2014-10-14 22:16:38 -0700
committerAndrew Or <andrewor14@gmail.com>2014-10-14 22:16:38 -0700
commit293a0b5dbba0474832dc7e9d387f3b10f6c452ea (patch)
tree0a327c6ac3dc057091d7f6f78d3fbe6a6ad00683 /docs/monitoring.md
parent18ab6bd709bb9fcae290ffc43294d13f06670d55 (diff)
downloadspark-293a0b5dbba0474832dc7e9d387f3b10f6c452ea.tar.gz
spark-293a0b5dbba0474832dc7e9d387f3b10f6c452ea.tar.bz2
spark-293a0b5dbba0474832dc7e9d387f3b10f6c452ea.zip
[SPARK-2098] All Spark processes should support spark-defaults.conf, config file
This is another implementation about #1256 cc andrewor14 vanzin Author: GuoQiang Li <witgo@qq.com> Closes #2379 from witgo/SPARK-2098-new and squashes the following commits: 4ef1cbd [GuoQiang Li] review commit 49ef70e [GuoQiang Li] Refactor getDefaultPropertiesFile c45d20c [GuoQiang Li] All Spark processes should support spark-defaults.conf, config file
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index d07ec4a57a..e3f81a76ac 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -78,6 +78,13 @@ follows:
file system.</td>
</tr>
<tr>
+ <td>spark.history.fs.logDirectory</td>
+ <td>(none)</td>
+ <td>
+ Directory that contains application event logs to be loaded by the history server
+ </td>
+ </tr>
+ <tr>
<td>spark.history.fs.updateInterval</td>
<td>10</td>
<td>