This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install snappy | |
CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ant compile-native | |
cp \ | |
/usr/local/lib/libsnappy.dylib \ | |
build/native/Mac_OS_X-x86_64-64/lib/libhadoop.dylib \ | |
~/src/presto-hadoop cdh4/src/main/resources/nativelib/Mac_OS_X-x86_64/ | |
chmod 644 src/main/resources/nativelib/Mac_OS_X-x86_64/* |