aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-01-25 15:08:05 -0800
committerAndrew Or <andrew@databricks.com>2015-01-25 15:08:41 -0800
commita7e99ede42aa7e6c832fe214f3ee3c9b7ec281b0 (patch)
tree335d6eeabc9f882507e6316e458c16cbc10a753d
parentc573af4f1d3022a4712458a4b3b5061a8017e040 (diff)
downloadspark-a7e99ede42aa7e6c832fe214f3ee3c9b7ec281b0.tar.gz
spark-a7e99ede42aa7e6c832fe214f3ee3c9b7ec281b0.tar.bz2
spark-a7e99ede42aa7e6c832fe214f3ee3c9b7ec281b0.zip
SPARK-3852 [DOCS] Document spark.driver.extra* configs
As per the JIRA. I copied the `spark.executor.extra*` text, but removed info that appears to be specific to the `executor` config and not `driver`. Author: Sean Owen <sowen@cloudera.com> Closes #4185 from srowen/SPARK-3852 and squashes the following commits: f60a8a1 [Sean Owen] Document spark.driver.extra* configs (cherry picked from commit c586b45dd25b50be7f195df2ce91b307e1ed71a9) Signed-off-by: Andrew Or <andrew@databricks.com>
-rw-r--r--docs/configuration.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 6e9a62c9a9..ddcdf3fefe 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -191,6 +191,27 @@ Apart from these, the following properties are also available, and may be useful
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
+ <td><code>spark.driver.extraJavaOptions</code></td>
+ <td>(none)</td>
+ <td>
+ A string of extra JVM options to pass to the driver. For instance, GC settings or other logging.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.driver.extraClassPath</code></td>
+ <td>(none)</td>
+ <td>
+ Extra classpath entries to append to the classpath of the driver.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.driver.extraLibraryPath</code></td>
+ <td>(none)</td>
+ <td>
+ Set a special library path to use when launching the driver JVM.
+ </td>
+</tr>
+<tr>
<td><code>spark.executor.extraJavaOptions</code></td>
<td>(none)</td>
<td>