Re: HADOOP-7021

2011-11-18 Thread John Lee
and > provide a patch to fix it (most likely just by making test-patch ignore > those warnings) I would be happy to review/commit it. > > -- > Aaron T. Myers > Software Engineer, Cloudera > > > > On Thu, Nov 17, 2011 at 10:20 AM, John Lee wrote: > >> Hi Aaron, &

[jira] [Created] (HADOOP-7833) Inner classes of org.apache.hadoop.ipc.protobuf.HadoopRpcProtos generates findbugs warnings which results in -1 for findbugs

2011-11-17 Thread John Lee (Created) (JIRA)
URL: https://issues.apache.org/jira/browse/HADOOP-7833 Project: Hadoop Common Issue Type: Bug Reporter: John Lee Priority: Blocker findbugs reports the following medium priority warnings for some inner class in the generated class ./hadoop

Re: HADOOP-7021

2011-11-17 Thread John Lee
hu, Nov 17, 2011 at 1:00 PM, Aaron T. Myers wrote: > Hi John, > > If you're confident that the warnings are unrelated to the patch, just > comment saying so on that JIRA and that will be fine. > > -- > Aaron T. Myers > Software Engineer, Cloudera > > > &g

HADOOP-7021

2011-11-17 Thread John Lee
I recently resubmitted a patch for https://issues.apache.org/jira/browse/HADOOP-7021 and received -1 overall. When I took a look at what was the cause and it was due to some findbugs warnings and javadoc warnings, which were unrelated to the patch. Do these warnings need to be resolved before any n

[jira] [Created] (HADOOP-7523) Test org.apache.hadoop.fs.TestFilterFileSystem fails due to java.lang.NoSuchMethodException

2011-08-06 Thread John Lee (JIRA)
Project: Hadoop Common Issue Type: Bug Components: test Affects Versions: 0.23.0 Reporter: John Lee Priority: Blocker Fix For: 0.23.0 Test org.apache.hadoop.fs.TestFilterFileSystem fails due to java.lang.NoSuchMethodException

[jira] Created: (HADOOP-7021) MapWritable NullPointerException

2010-11-05 Thread John Lee (JIRA)
Environment: Hadoop 0.20.1, Centos Reporter: John Lee Priority: Minor Fix For: 0.20.1 We have encountered a NullPointerException when we use MapWritable with custom Writable objects. The root cause is the counter newClasses in AbstractMapWritable is allowed