Re: Hadoop Build Server

2014-03-15 Thread Ted Yu
You can use brew to install protoc which is required for building hadoop 2 (and newer releases). I haven't used gcc yet. Cheers On Mar 15, 2014, at 7:30 PM, "Omar@Gmail" wrote: > Also do I understand you correctly that you have been able to setup the > hadoop development environment on mac

Re: Hadoop Build Server

2014-03-15 Thread Omar@Gmail
Also do I understand you correctly that you have been able to setup the hadoop development environment on mac os x? If so did you have to install the protocol buffer, gcc, g++ etc? On 16 March 2014 01:00, Ted Yu wrote: > If you have time, you can dig a little bit to find out why > TestNetUtils

Re: Hadoop Build Server

2014-03-15 Thread Omar@Gmail
Sure will give it a try and update you, thanks. On 16 March 2014 01:00, Ted Yu wrote: > If you have time, you can dig a little bit to find out why > TestNetUtils#testNormalizeHostName > failed (passed locally on my Mac). > > Use the following command: > > mvn clean package -DskipTests eclipse:e

Re: Hadoop Build Server

2014-03-15 Thread Ted Yu
If you have time, you can dig a little bit to find out why TestNetUtils#testNormalizeHostName failed (passed locally on my Mac). Use the following command: mvn clean package -DskipTests eclipse:eclipse After that, you can import hadoop into Eclipse. You can step into the following call: Lis

Re: Hadoop Build Server

2014-03-15 Thread Omar@Gmail
I'm following instructions from http://wiki.apache.org/hadoop/HowToContribute I've checked out hadoop project using: svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk When trying to build from root (i.e. hadoop-trunk) I get the errors I have mentioned before. Also

Re: Hadoop Build Server

2014-03-15 Thread Ted Yu
>From https://builds.apache.org/job/Hadoop-trunk/694/console : Build timed out (after 200 minutes). Marking the build as aborted. Build was aborted The above shows how long building all sub-projects of Hadoop might take. --- https://builds.apache.org/job/Hadoop-Yarn-trunk builds hadoop-ya

Re: Hadoop Build Server

2014-03-15 Thread Omar@Gmail
Getting Results : Failed tests: TestNetUtils.testNormalizeHostName:619 expected:<[81.200.64.50]> but was:<[UnknownHost123]> TestZKFailoverController.testGracefulFailoverFailBecomingActive:484 Did not fail to graceful failover when target failed to become active! TestZKFailoverController.tes

Re: Hadoop Build Server

2014-03-15 Thread Omar@Gmail
I just took another svn update and building again will email which module is failing for me. Thanks On 15 March 2014 18:15, Ted Yu wrote: > There're several Jenkins jobs for hadoop. > e.g. > https://builds.apache.org/job/Hadoop-Yarn-trunk< > https://builds.apache.org/job/Hadoop-Yarn-trunk/510/

CfP 9th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '14)

2014-03-15 Thread VHPC 14
we apologize if you receive multiple copies of this CfP = CALL FOR PAPERS 9th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '14) held in conjunction with Euro-Par 2014, August 25-29, Porto, Portugal

Re: Hadoop Build Server

2014-03-15 Thread Ted Yu
There're several Jenkins jobs for hadoop. e.g. https://builds.apache.org/job/Hadoop-Yarn-trunk https://builds.apache.org/job/Hadoop-hdfs-trunk/ Which module are you looking at ? Cheers On Sat, Mar 15, 2014 at 11:00 AM, Omar@Gmail wrot

Hadoop Build Server

2014-03-15 Thread Omar@Gmail
Hi, Is there a Jenkins builder server for Hadoop? I'm getting test failures when building hadoop-trunk. Is that known\normal? Omar

[jira] [Reopened] (HADOOP-9822) create constant MAX_CAPACITY in RetryCache rather than hard-coding 16 in RetryCache constructor

2014-03-15 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA reopened HADOOP-9822: > create constant MAX_CAPACITY in RetryCache rather than hard-coding 16 in > RetryCache const

[jira] [Resolved] (HADOOP-9822) create constant MAX_CAPACITY in RetryCache rather than hard-coding 16 in RetryCache constructor

2014-03-15 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved HADOOP-9822. Resolution: Invalid > create constant MAX_CAPACITY in RetryCache rather than hard-coding 1

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

2014-03-15 Thread Apache Jenkins Server
See Changes: [cmccabe] HDFS-6106. Reduce default for dfs.namenode.path.based.cache.refresh.interval.ms (cmccabe) [jeagles] YARN-1520. update capacity scheduler docs to include necessary parameters (Chen He via jeagles) [jeagles]