You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2019/04/05 15:43:03 UTC

[spark] branch branch-2.3 updated: [MINOR][DOC] Fix html tag broken in configuration.md

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 06df899  [MINOR][DOC] Fix html tag broken in configuration.md
06df899 is described below

commit 06df899dfb91d2bf855bcc0b1ccf7ef910fafe26
Author: Jungtaek Lim (HeartSaVioR) <ka...@gmail.com>
AuthorDate: Fri Apr 5 08:41:19 2019 -0700

    [MINOR][DOC] Fix html tag broken in configuration.md
    
    ## What changes were proposed in this pull request?
    
    This patch fixes wrong HTML tag in configuration.md which breaks the table tag.
    
    This is originally reported in dev mailing list: https://lists.apache.org/thread.html/744bdc83b3935776c8d91bf48fdf80d9a3fed3858391e60e343206f9%3Cdev.spark.apache.org%3E
    
    ## How was this patch tested?
    
    This change is one-liner and pretty obvious so I guess we may be able to skip testing.
    
    Closes #24304 from HeartSaVioR/MINOR-configuration-doc-html-tag-error.
    
    Authored-by: Jungtaek Lim (HeartSaVioR) <ka...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit a840b99daf97de06c9b1b66efed0567244ec4a01)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 2c18fa9..6c70c66 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -915,7 +915,7 @@ Apart from these, the following properties are also available, and may be useful
   <td>
     The maximum allowed size for a HTTP request header, in bytes unless otherwise specified.
     This setting applies for the Spark History Server too.
-  <td>
+  </td>
 </tr>
 </table>
 


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