[jira] [Created] (HADOOP-9221) Convert remaining xdocs to APT

2013-01-17 Thread Andy Isaacson (JIRA)
Andy Isaacson created HADOOP-9221: - Summary: Convert remaining xdocs to APT Key: HADOOP-9221 URL: https://issues.apache.org/jira/browse/HADOOP-9221 Project: Hadoop Common Issue Type: Bug

Re: maven setting of version of protocol buffer

2013-01-17 Thread yiyu jia
Hi Colin, Yes. What I talked about is google protobuf. What I did is just open each POM files that has protobuf dependency and add the version number I installed into my local repository. I guess other developers have no problem because they use there internal maven repository, which contains rig

Re: maven setting of version of protocol buffer

2013-01-17 Thread Colin McCabe
Hi Yiyu, Are you referring to com.google.protobuf? We generally do depend on specific versions of jars in the pom.xml files, to prevent exactly this sort of problem. If you have a patch which adds this, you should post it. It might help someone else. cheers, Colin On Thu, Jan 17, 2013 at 6:3

[jira] [Created] (HADOOP-9220) Unnecessary transition to standby in ActiveStandbyElector

2013-01-17 Thread Tom White (JIRA)
Tom White created HADOOP-9220: - Summary: Unnecessary transition to standby in ActiveStandbyElector Key: HADOOP-9220 URL: https://issues.apache.org/jira/browse/HADOOP-9220 Project: Hadoop Common I

maven setting of version of protocol buffer

2013-01-17 Thread yiyu jia
Hi, I noticed that I always get error message which says there is no Parser.class found in protocbuffer. Aftter checking, I found that is because there is no version info about protocbuff in POM file. So, Maven always try to download old version of protocbuffer though I build the lastest one and i

[jira] [Created] (HADOOP-9219) coverage fixing for org.apache.hadoop.tools.rumen

2013-01-17 Thread Aleksey Gorshkov (JIRA)
Aleksey Gorshkov created HADOOP-9219: Summary: coverage fixing for org.apache.hadoop.tools.rumen Key: HADOOP-9219 URL: https://issues.apache.org/jira/browse/HADOOP-9219 Project: Hadoop Common

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

2013-01-17 Thread Apache Jenkins Server
See Changes: [todd] HADOOP-9216. CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration. Contributed by Tsuyoshi Ozawa. [todd] HADOOP-9215. when using cmake-2.6, libhadoop.so doesn't get created

Build failed in Jenkins: Hadoop-Common-0.23-Build #497

2013-01-17 Thread Apache Jenkins Server
See Changes: [jlowe] svn merge -c 1303634 FIXES: HADOOP-8157. Fix race condition in Configuration that could cause spurious ClassNotFoundExceptions after a GC. Contributed by Todd Lipcon. [tgraves] Preparing for 0.23.7 develo