You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/16 13:13:01 UTC

[jira] [Commented] (FLINK-8671) Split documented default value if it is too long

    [ https://issues.apache.org/jira/browse/FLINK-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16366964#comment-16366964 ] 

ASF GitHub Bot commented on FLINK-8671:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5506

    [FLINK-8671][docs] Word-wrap default values

    This PR modifies the configuration docs generator to activate word-wrapping for default values. This pretty much only affects `classloader.parent-first-patterns` with a default value of `"java.;scala.;org.apache.flink.;com.esotericsoftware.kryo;org.apache.hadoop.;javax.annotation.;org.slf4j;org.apache.log4j;org.apache.logging.log4j;ch.qos.logback"` which distorted the tables.

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

    $ git pull https://github.com/zentol/flink 8671

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

    https://github.com/apache/flink/pull/5506.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 #5506
    
----
commit 219dbe6985f894df81eb7f67633d1ebe4869a747
Author: zentol <ch...@...>
Date:   2018-02-16T12:56:29Z

    [FLINK-8671][docs] Word-wrap default values

----


> Split documented default value if it is too long
> ------------------------------------------------
>
>                 Key: FLINK-8671
>                 URL: https://issues.apache.org/jira/browse/FLINK-8671
>             Project: Flink
>          Issue Type: Improvement
>          Components: Configuration
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Trivial
>             Fix For: 1.5.0
>
>
> Default values that are a long continuous string mess up the configuration table as we can see for the parent-first-patterns [https://ci.apache.org/projects/flink/flink-docs-master/ops/config.html#classloader-parent-first-patterns]
> The generator should chunk the stringified default value into chunks for proper display.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)