[
https://issues.apache.org/jira/browse/HADOOP-10366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481315#comment-14481315
]
Hadoop QA commented on HADOOP-10366:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12723357/HADOOP-10366-wrap01.patch
against trunk revision 53959e6.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-common-project/hadoop-common.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6067//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/6067//console
This message is automatically generated.
> [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: 3.0.0
> Reporter: Chengwei Yang
> Assignee: kanaka kumar avvaru
> Priority: Trivial
> Labels: documentation, newbie, patch
> Attachments: HADOOP-10366-wrap01, HADOOP-10366-wrap01.patch,
> 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.3.4#6332)