Compiling latest code for cdh4

2013-12-02 Thread Manuel Lagang
Hi, I'm trying to move my giraph code to a cluster using cdh4, so I would to compile against that hadoop version. I tried using the cdh4.1.2 profile when compiling against the latest 1.1.0-SNAPSHOT (SHA: 37bc2c80564b45d7e4ce95db76f5411a6b8bdb3a) via this command: mvn -Dmaven.test.skip=true

Re: Compiling latest code for cdh4

2013-12-02 Thread Manuel Lagang
Ameya, thanks for the reply. It seems that your suggestion is to basically copy the 4.1.2 profile and point it to 4.2.0. I've seen similar suggestions, so I've tried this before, but it doesn't get around the compilation issues that I have. I'll have to do this anyway to get versions as close as

Re: Compiling latest code for cdh4

2013-12-02 Thread Ameya Vilankar
Are you compiling the release branch? Checkout the trunk branch of giraph and try compiling. It should work. On Mon, Dec 2, 2013 at 5:13 PM, Manuel Lagang manuellag...@gmail.comwrote: Ameya, thanks for the reply. It seems that your suggestion is to basically copy the 4.1.2 profile and point