Re: An Idea to make Hadoop Code setup easy

2015-01-07 Thread Chris Nauroth
Mac cmake had a bug in the 2.x line that impacted the Hadoop build. I forget the details of the bug, but I'm currently building successfully with cmake 3.0.2 on Mac. Our BUILDING.txt file documents this requirement: * CMake 2.6 or newer (if compiling native code), must be 3.0 or newer on Mac

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Rich Haase
Do you have cmake installed on your machine? Compiling the native libraries is done with cmake, so if it¹s missing I would expect to see an error like this. Rich Haase | Sr. Software Engineer | Pandora m 303.887.1146 | rha...@pandora.com On 12/21/14, 1:23 AM, Raghavendra Vaidya

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Steve Loughran
On 21 December 2014 at 06:23, Raghavendra Vaidya raghavendra.vai...@gmail.com wrote: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (make) on project hadoop-common: An Ant BuildException has occured: exec returned: 1 [ERROR] around Ant part ...exec

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Raghavendra Vaidya
Cmake is installed. When I enter Cmake at console - it prints out the help for the command. On Monday, 22 December 2014, Rich Haase rha...@pandora.com wrote: Do you have cmake installed on your machine? Compiling the native libraries is done with cmake, so if it¹s missing I would expect to

Re: An Idea to make Hadoop Code setup easy

2014-12-21 Thread Ray Chiang
You might also want to read this blog post for setting up IntelliJ (does not covering native builds) http://blog.cloudera.com/blog/2014/06/how-to-create-an-intellij-idea-project-for-apache-hadoop/ -Ray On Sat, Dec 20, 2014 at 10:23 PM, Raghavendra Vaidya raghavendra.vai...@gmail.com wrote:

An Idea to make Hadoop Code setup easy

2014-12-20 Thread Raghavendra Vaidya
I have been struggling to setup hadoop code with native libraries on mac osx this gave me an idea to write a utility which can help setup hadoop development environment either on intellij or eclipse including local libraries I would appreciate if some of the experienced developers

Re: An Idea to make Hadoop Code setup easy

2014-12-20 Thread Allen Wittenauer
On Dec 20, 2014, at 9:09 AM, Raghavendra Vaidya raghavendra.vai...@gmail.com wrote: I have been struggling to setup hadoop code with native libraries on mac osx this gave me an idea to write a utility which can help setup hadoop development environment either on intellij or eclipse

Re: An Idea to make Hadoop Code setup easy

2014-12-20 Thread Devopam Mittra
Silly me, forgot to paste the link : http://www.slideshare.net/devopam/hadoop-on-osx/ The basics remain the same, only tweaking required will be to accommodate new features if you are on an upgraded OS version. On Sun, Dec 21, 2014 at 8:25 AM, Devopam Mittra devo...@gmail.com wrote: Please