You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by srowen <gi...@git.apache.org> on 2017/01/06 17:18:56 UTC

[GitHub] spark pull request #16490: [SPARK-19106][DOCS] Styling for the configuration...

GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/16490

    [SPARK-19106][DOCS] Styling for the configuration docs is broken

    ## What changes were proposed in this pull request?
    
    configuration.html section headings were not specified correctly in markdown and weren't rendering, being recognized correctly. Removed extra p tags and pulled level 4 titles up to level 3, since level 3 had been skipped. This improves the TOC.
    
    ## How was this patch tested?
    
    Doc build, manual check.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-19106

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16490.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16490
    
----
commit 45584e7f3f64bc2e353b3b039ddbda9a16eb2b96
Author: Sean Owen <so...@cloudera.com>
Date:   2017-01-06T17:16:55Z

    Fix configuration page section formatting

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #16490: [SPARK-19106][DOCS] Styling for the configuration...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16490#discussion_r94988510
  
    --- Diff: docs/configuration.md ---
    @@ -1729,29 +1740,29 @@ Apart from these, the following properties are also available, and may be useful
     </tr>
     </table>
     
    -#### TLS / SSL
    +### TLS / SSL
     
     <table class="table">
         <tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
         <tr>
             <td><code>spark.ssl.enabled</code></td>
             <td>false</td>
             <td>
    -            <p>Whether to enable SSL connections on all supported protocols.</p>
    +            Whether to enable SSL connections on all supported protocols.
    --- End diff --
    
    Same here. Long paragraph = difficult to read.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    **[Test build #70986 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70986/testReport)** for PR 16490 at commit [`45584e7`](https://github.com/apache/spark/commit/45584e7f3f64bc2e353b3b039ddbda9a16eb2b96).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #16490: [SPARK-19106][DOCS] Styling for the configuration...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16490#discussion_r94988462
  
    --- Diff: docs/configuration.md ---
    @@ -1139,13 +1148,12 @@ Apart from these, the following properties are also available, and may be useful
       <td><code>spark.driver.bindAddress</code></td>
       <td>(value of spark.driver.host)</td>
       <td>
    -    <p>Hostname or IP address where to bind listening sockets. This config overrides the SPARK_LOCAL_IP
    -    environment variable (see below).</p>
    -
    -    <p>It also allows a different address from the local one to be advertised to executors or external systems.
    +    Hostname or IP address where to bind listening sockets. This config overrides the SPARK_LOCAL_IP
    --- End diff --
    
    This will now be rendered as a long paragraph, won't it? I kinda prefer having the break.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/70986/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    Merged to master/2.1


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    **[Test build #71010 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71010/testReport)** for PR 16490 at commit [`98b721e`](https://github.com/apache/spark/commit/98b721e41de585196f1712eff133adb1543791d6).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    **[Test build #71010 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/71010/testReport)** for PR 16490 at commit [`98b721e`](https://github.com/apache/spark/commit/98b721e41de585196f1712eff133adb1543791d6).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    **[Test build #70986 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/70986/testReport)** for PR 16490 at commit [`45584e7`](https://github.com/apache/spark/commit/45584e7f3f64bc2e353b3b039ddbda9a16eb2b96).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #16490: [SPARK-19106][DOCS] Styling for the configuration docs i...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/16490
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/71010/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #16490: [SPARK-19106][DOCS] Styling for the configuration...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/16490


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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