Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/1056#discussion_r15272172
--- Diff: docs/configuration.md ---
@@ -502,6 +502,13 @@ Apart from these, the following properties are also
available, and may be useful
output directories. We recommend that users do not disable this except
if trying to achieve compatibility with
previous versions of Spark. Simply use Hadoop's FileSystem API to
delete output directories by hand.</td>
</tr>
+<tr>
+ <td>spark.executor.heartbeatInterval</td>
+ <td>2000</td>
+ <td>Interval (milliseconds) between each executor's heartbeats to the
driver. Heartbeats let
+ the driver that the executor is still alive and update it with metrics
for in-progress tasks.
--- End diff --
let the driver know
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---