[ 
https://issues.apache.org/jira/browse/HADOOP-13660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Mackrory updated HADOOP-13660:
-----------------------------------
    Attachment: HADOOP-13660.005.patch

Thanks [~jojochuang]. I think the hadoop-hdfs test failures are also unrelated. 
I would be very surprised if my changes impacted the test that failed, and I 
can't reproduce it locally now. Let's see if it comes up this time...

I also took a look at the findbugs issue. The PrintStream instance there is no 
longer necessary - we can go from the PrintWriter that configuration2 requires 
directly to the ByteArrayOutputStream to get a string (changed in the latest 
patch). I suspect it might still complain about me not providing a charset to 
the PrintWriter - I'm not sure it's worth what is required to work around all 
the requirements here, though. This function is only used for generating log 
messages. Where a charset can be specified, one is.

> Upgrade commons-configuration version
> -------------------------------------
>
>                 Key: HADOOP-13660
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13660
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Sean Mackrory
>            Assignee: Sean Mackrory
>         Attachments: HADOOP-13660-configuration2.001.patch, 
> HADOOP-13660.001.patch, HADOOP-13660.002.patch, HADOOP-13660.003.patch, 
> HADOOP-13660.004.patch, HADOOP-13660.005.patch
>
>
> We're currently pulling in version 1.6 - I think we should upgrade to the 
> latest 1.10.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to