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 If

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 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 see an > error like

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 ... >

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" wrote: >HE

Re: An Idea to make Hadoop Code setup easy

2014-12-21 Thread Allen Wittenauer
On Dec 20, 2014, at 10:23 PM, Raghavendra Vaidya wrote: > HEre is the exception I get when I execute maven install -Pnative ... > please note that I have installed Protobuf and openssl using Brew on Mac OSX > > around Ant part ... dir="/Users/302000545/Documents/workspace/Hadoop/hadoop-comm

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:

Re: An Idea to make Hadoop Code setup easy

2014-12-20 Thread Raghavendra Vaidya
HEre is the exception I get when I execute maven install -Pnative ... please note that I have installed Protobuf and openssl using Brew on Mac OSX [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:

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 wrote: > Please check this out , an

Re: An Idea to make Hadoop Code setup easy

2014-12-20 Thread Devopam Mittra
Please check this out , and let me know what are the issues you are facing. regards Dev On Sat, Dec 20, 2014 at 10:39 PM, 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

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 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 including > local libraries ….

Re: An Idea to make Hadoop Code setup easy

2014-12-20 Thread Niels Basjes
Hi, I think you should have a look at these two that both go the docker route to setting up a development environment: https://github.com/apache/hbase/tree/master/dev-support/hbase_docker https://issues.apache.org/jira/browse/AVRO-1537 My suggestion: Do the same trick (i.e. reuse and improve).