[
https://issues.apache.org/jira/browse/HADOOP-10366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912012#comment-13912012
]
Arpit Agarwal commented on HADOOP-10366:
----------------------------------------
Hi Chengwei, thanks for addressing this.
I am not very familiar with XML/XSL but I wonder if there is a way to get the
text wrapping via XSL transformation (see configuration.xsl). That way we don't
need to insert spurious spaces in the default value and it works for all such
entries.
> [Doc] wrap value of io.serializations in core-default.xml to fit better in
> browser
> ----------------------------------------------------------------------------------
>
> Key: HADOOP-10366
> URL: https://issues.apache.org/jira/browse/HADOOP-10366
> Project: Hadoop Common
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 2.3.0
> Reporter: Chengwei Yang
> Priority: Trivial
> Labels: documentation, newbie, patch
> Attachments: HADOOP-10366.patch
>
>
> The io.serialization property in core-default.xml has a very long value in a
> single line, as below
> {code}
> <property>
> <name>io.serializations</name>
>
> <value>org.apache.hadoop.io.serializer.WritableSerialization,org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization,org.apache.hadoop.io.serializer.avro.AvroReflectSerialization</value>
> <description>A list of serialization classes that can be used for
> obtaining serializers and deserializers.</description>
> </property>
> {code}
> which not only break the code style (a very long line) but also not fit well
> in browser. Due to this single very long line, the "description" column can
> not show in browser by default
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)