[jira] [Created] (HADOOP-9180) Export JVM metrics via JMX

2013-01-04 Thread Hangjun Ye (JIRA)
Hangjun Ye created HADOOP-9180: -- Summary: Export JVM metrics via JMX Key: HADOOP-9180 URL: https://issues.apache.org/jira/browse/HADOOP-9180 Project: Hadoop Common Issue Type: Improvement

[jira] [Resolved] (HADOOP-9179) TestFileSystem fails with open JDK7

2013-01-04 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-9179. - Resolution: Fixed Fix Version/s: 1.2.0 Hadoop Flags: Reviewed I committed th

Re: Hadoop build slaves software

2013-01-04 Thread Mattmann, Chris A (388J)
Guys should builds@ be copied on this? Cheers, Chris On 1/4/13 11:15 AM, "Todd Lipcon" wrote: >I've always liked puppet for distributing config files, but always >though it kind of silly for distributing big binaries like toolchains. >Seems just as easy to just make a 15-line shell script to wg

[jira] [Created] (HADOOP-9179) TestFileSystem fails with open JDK7

2013-01-04 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-9179: -- Summary: TestFileSystem fails with open JDK7 Key: HADOOP-9179 URL: https://issues.apache.org/jira/browse/HADOOP-9179 Project: Hadoop Common Issue Type: Bug

Re: Hadoop build slaves software

2013-01-04 Thread Giridharan Kesavan
Marking the slave offline would do. I 've mared the hadoop8 slave offline, while I test it for builds and bring it back online later when its good. -Giri On Fri, Jan 4, 2013 at 2:26 PM, Todd Lipcon wrote: > Turns out I had to both kill -9 it and chmod 000 > /home/jenkins/jenkins-slave in orde

Re: Hadoop build slaves software

2013-01-04 Thread Giridharan Kesavan
I think I installed protoc in /usr/local and this is what I see gkesavan@asf008:~$ which protoc /usr/local/bin/protoc -Giri On Fri, Jan 4, 2013 at 2:11 PM, Todd Lipcon wrote: > I'm going to kill -9 the jenkins slave on hadoop8 for now cuz it's > causing havoc on the precommit builds. I can't

Re: Hadoop build slaves software

2013-01-04 Thread Todd Lipcon
Turns out I had to both kill -9 it and chmod 000 /home/jenkins/jenkins-slave in order to keep it from auto-respawning. Just a note so that once the toolchain is fixed, someone knows to re-chmod back to 755. -Todd On Fri, Jan 4, 2013 at 2:11 PM, Todd Lipcon wrote: > I'm going to kill -9 the jenki

Re: Hadoop build slaves software

2013-01-04 Thread Todd Lipcon
I'm going to kill -9 the jenkins slave on hadoop8 for now cuz it's causing havoc on the precommit builds. I can't see another way to administratively disable it from the Jenkins interface. Rajiv, Giri -- mind if I build/install protoc into /usr/local to match the other slaves? We can continue the

Re: Hadoop build slaves software

2013-01-04 Thread Colin McCabe
In addition to protoc, can someone please also install a 32-bit C++ compiler? The builds are all failing on this machine because of that. regards, Colin On Fri, Jan 4, 2013 at 11:37 AM, Giridharan Kesavan wrote: > When I configured the other machines I used the source to compile and > install

Re: Hadoop build slaves software

2013-01-04 Thread Giridharan Kesavan
When I configured the other machines I used the source to compile and install the protoc, as the 2.4.1 wasn't available in the ubuntu repo. BTW installed 2.4.1 on asf008. gkesavan@asf008:~$ protoc --version libprotoc 2.4.1 -Giri On Thu, Jan 3, 2013 at 11:24 PM, Todd Lipcon wrote: > Hey folks

Re: Hadoop build slaves software

2013-01-04 Thread Rajiv Chittajallu
No, there is no CM on these machines. Whats required is mentioned in the d-i or post scripts. Since the conversation about build slaves came up, is there a requirement for having ubuntu. I would prefer to install new machines with centos. (d-i is a pta. Sorry, I don't want to start a debate here)

Re: Hadoop build slaves software

2013-01-04 Thread Todd Lipcon
I've always liked puppet for distributing config files, but always though it kind of silly for distributing big binaries like toolchains. Seems just as easy to just make a 15-line shell script to wget, tar xzf, and make install. Definitely agree puppet makes sense for ensuring the right deb packag

Re: Hadoop build slaves software

2013-01-04 Thread Konstantin Boudnik
Do I hear puppet? :) Cos On Fri, Jan 04, 2013 at 11:08AM, Todd Lipcon wrote: > I agree -- I'd like to see us have a shell script of some sort which, > given a prefix, downloads and installs the needed toolchain > dependencies. > > We could then download that script onto the build machines and in

Re: Hadoop build slaves software

2013-01-04 Thread Todd Lipcon
I agree -- I'd like to see us have a shell script of some sort which, given a prefix, downloads and installs the needed toolchain dependencies. We could then download that script onto the build machines and install into something like /opt/hadoop-toolchain/ AFAIK the only real dependencies we have

Re: Hadoop build slaves software

2013-01-04 Thread Rajiv Chittajallu
asf008 has been up for a while. It was probably just added as a slave. All the dependencies should probably be installed in a build_prefix, to avoid conflict to OS specific packages and allows multiple projects to build on the same machines. This is an better alternative to provisioning vms for un

Re: Hadoop build slaves software

2013-01-04 Thread Giridharan Kesavan
Im on it -Giri On Thu, Jan 3, 2013 at 11:24 PM, Todd Lipcon wrote: > Hey folks, > > It looks like hadoop8 has recently come back online as a build slave, > but is failing all the builds because it has an ancient version of > protobuf (2.2.0): > todd@asf008:~$ protoc --version > libprotoc 2.2

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

2013-01-04 Thread Apache Jenkins Server
See Changes: [szetszwo] HDFS-4270. Introduce soft and hard limits for max replication so that replications of the highest priority are allowed to choose a source datanode that has reached its soft limit but not the hard limit. Con