Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2017-10-12 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/555/ [Oct 11, 2017 7:45:28 AM] (kai.zheng) HDFS-12635. Unnecessary exception declaration of the CellBuffers [Oct 11, 2017 8:57:38 AM] (rohithsharmaks) MAPREDUCE-6951. Improve exception message when [Oct 11, 201

[jira] [Created] (HADOOP-14945) create-release should work on jenkins

2017-10-12 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-14945: - Summary: create-release should work on jenkins Key: HADOOP-14945 URL: https://issues.apache.org/jira/browse/HADOOP-14945 Project: Hadoop Common Iss

[jira] [Reopened] (HADOOP-13514) Upgrade maven surefire plugin to 2.19.1

2017-10-12 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-13514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran reopened HADOOP-13514: - It's SUREFIRE-1226. Needs the option {{}} to be false > Upgrade maven surefire plugin to 2.

stringifyException

2017-10-12 Thread dam6923 .
Hello, Can someone please explain what the value of org.apache.hadoop.util.StringUtils#stringifyException is? How is this better than just allowing the logging framework to format the exception information? LOG.warn("show function: {}", stringifyException(e)); v.s. LOG.warn("show function: ",

[jira] [Created] (HADOOP-14946) S3Guard testPruneCommandCLI can fail in parallel runs

2017-10-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-14946: --- Summary: S3Guard testPruneCommandCLI can fail in parallel runs Key: HADOOP-14946 URL: https://issues.apache.org/jira/browse/HADOOP-14946 Project: Hadoop Common

Re: stringifyException

2017-10-12 Thread Owen O'Malley
It is a very old relic from when logging the exception just gave you the message. It can should be replaced at some point. .. Owen On Thu, Oct 12, 2017 at 1:17 PM, dam6923 . wrote: > Hello, > > Can someone please explain what the value of > org.apache.hadoop.util.StringUtils#stringifyException

Re: stringifyException

2017-10-12 Thread dam6923 .
I'm trying to pitch in a little and update components to use slf4j parameterization, would it be helpful to remove this and simply use the sl4j error printing facilities instead? Thanks! On Thu, Oct 12, 2017 at 4:20 PM, Owen O'Malley wrote: > It is a very old relic from when logging the exceptio

[jira] [Created] (HADOOP-14947) Cluster Application State API returning unexpected responses.

2017-10-12 Thread Zachary Jaffee (JIRA)
Zachary Jaffee created HADOOP-14947: --- Summary: Cluster Application State API returning unexpected responses. Key: HADOOP-14947 URL: https://issues.apache.org/jira/browse/HADOOP-14947 Project: Hadoop