On Dec 20, 2014, at 9:09 AM, Raghavendra Vaidya <[email protected]>
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 ….
Only recent branches support building the native code on OS X.
Additionally, I doubt you'll be able to build that part of Hadoop from IntelliJ
or Eclipse, given they are a) C and C++ and b) driven primarily by cmake….
> I would appreciate if some of the experienced developers respond to this
> thread and add notes on how to setup hadoop development environment I can
> start working on an automation utility
a) Install XCode via the App Store
b) Install homebrew
c) $ brew install cmake openssl protobuf
d) Add -Pnative to your mvm command line.
That should pretty much do it.