[jira] [Created] (HADOOP-10530) Make hadoop trunk build on Java7+ only

2014-04-22 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-10530: --- Summary: Make hadoop trunk build on Java7+ only Key: HADOOP-10530 URL: https://issues.apache.org/jira/browse/HADOOP-10530 Project: Hadoop Common Issue

Build failed in Jenkins: Hadoop-Common-trunk #1107

2014-04-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1107/changes Changes: [cnauroth] MAPREDUCE-5852. Prepare MapReduce codebase for JUnit 4.11. Contributed by Chris Nauroth. [jing9] HDFS-6178. Decommission on standby NN couldn't finish. Contributed by Ming Ma. [cnauroth] YARN-1970. Prepare

[jira] [Created] (HADOOP-10531) hadoop-config.sh - bug in --hosts argument

2014-04-22 Thread Sebastien Barrier (JIRA)
Sebastien Barrier created HADOOP-10531: -- Summary: hadoop-config.sh - bug in --hosts argument Key: HADOOP-10531 URL: https://issues.apache.org/jira/browse/HADOOP-10531 Project: Hadoop Common

[jira] [Created] (HADOOP-10532) Jenkins test-patch timed out on a large patch touching files in multiple modules.

2014-04-22 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-10532: -- Summary: Jenkins test-patch timed out on a large patch touching files in multiple modules. Key: HADOOP-10532 URL: https://issues.apache.org/jira/browse/HADOOP-10532

Re: DISCUSS: use SLF4J APIs in new modules?

2014-04-22 Thread Andrew Wang
#7, if I understand Tucu's point correctly, was that removing isDebugEnabled guards also requires updating the logging to use templates rather than string construction. We don't need guards with the new-style templated logging. +1 besides that though Steve, thanks for writing this up. It seems

Re: DISCUSS: use SLF4J APIs in new modules?

2014-04-22 Thread Alejandro Abdelnur
correct. thx Alejandro (phone typing) On Apr 22, 2014, at 15:02, Andrew Wang andrew.w...@cloudera.com wrote: #7, if I understand Tucu's point correctly, was that removing isDebugEnabled guards also requires updating the logging to use templates rather than string construction. We don't

Re: DISCUSS: use SLF4J APIs in new modules?

2014-04-22 Thread Jay Vyas
Couple more questions: - what is source vs. modules in steve's above outline? - Should individual JIRAs be submitted to start doing this for segments of the code, and if so at what granularity?