Repository: spark
Updated Branches:
  refs/heads/branch-2.0 eb2675de9 -> ec2b73656


[SPARK-17575][DOCS] Remove extra table tags in configuration document

## What changes were proposed in this pull request?

Remove extra table tags in configurations document.

## How was this patch tested?

Run all test cases and generate document.

Before with extra tag its look like below
![config-wrong1](https://cloud.githubusercontent.com/assets/8075390/18608239/c602bb60-7d01-11e6-875e-f38558997dd3.png)

![config-wrong2](https://cloud.githubusercontent.com/assets/8075390/18608241/cf3b672c-7d01-11e6-935e-1e73f9e6e578.png)

After removing tags its looks like below

![config](https://cloud.githubusercontent.com/assets/8075390/18608245/e156eb8e-7d01-11e6-98aa-3be68d4d1961.png)

![config2](https://cloud.githubusercontent.com/assets/8075390/18608247/e84eecd4-7d01-11e6-9738-a3f7ff8fe834.png)

Author: sandy <phal...@gmail.com>

Closes #15130 from phalodi/SPARK-17575.

(cherry picked from commit bbe0b1d623741decce98827130cc67eb1fff1240)
Signed-off-by: Sean Owen <so...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ec2b7365
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ec2b7365
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ec2b7365

Branch: refs/heads/branch-2.0
Commit: ec2b736566b69a1549791f3d86b55cb0249a757d
Parents: eb2675d
Author: sandy <phal...@gmail.com>
Authored: Sat Sep 17 16:25:03 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Sep 17 16:25:14 2016 +0100

----------------------------------------------------------------------
 docs/configuration.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ec2b7365/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index d37da02..db088dd 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to