YARN-8789

2018-11-13 Thread dam6923
Is anyone able to assist in getting YARN-8789 reviewed and committed? Thanks!

Re: stringifyException

2017-10-12 Thread dam6923 .
n 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.StringUti

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: ",

Joining Strings

2015-12-22 Thread dam6923 .
Hello! I have been looking through some of the Hadoop code and I see that there are (at least) four different ways used to join a collection of Strings with a delimiter: 1) org.apache.hadoop.util.StringUtils.join(...) 2) org.apache.commons.lang.StringUtils.join(...) 3) com.google.common.base.Join