diff --git a/docs/configuration.md b/docs/configuration.md index 8aea74505e28b2988be245901bf61bf4f4b7c474..b50565367a98bebd53f7bd2b22edb35a610f667d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -123,6 +123,7 @@ of the most common options to set are: Number of cores to use for the driver process, only in cluster mode. </td> </tr> +<tr> <td><code>spark.driver.maxResultSize</code></td> <td>1g</td> <td> @@ -217,7 +218,7 @@ Apart from these, the following properties are also available, and may be useful <br /><em>Note:</em> In client mode, this config must not be set through the <code>SparkConf</code> directly in your application, because the driver JVM has already started at that point. Instead, please set this through the <code>--driver-class-path</code> command line option or in - your default properties file.</td> + your default properties file. </td> </tr> <tr> @@ -244,7 +245,7 @@ Apart from these, the following properties are also available, and may be useful <br /><em>Note:</em> In client mode, this config must not be set through the <code>SparkConf</code> directly in your application, because the driver JVM has already started at that point. Instead, please set this through the <code>--driver-library-path</code> command line option or in - your default properties file.</td> + your default properties file. </td> </tr> <tr>