fyi, native hdfs interface works well for me under bash-3.2$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.2 BuildVersion: 10C540 bash-3.2$
that is native shared library linking succeeds under Mac OS (with some minor modification to Makefile thats documented in jira) /opt/local/src/hadoop/current/c++/Mac_OS_X-x86_64-64/lib/libhdfs.dylib but i have not tried full hadoop native implementation and hbase, appreciate any information here as well (We use Mac strictly as development environment, CentOs as stage/prod env) best regards On Fri, Feb 26, 2010 at 2:52 PM, Jean-Daniel Cryans <jdcry...@apache.org>wrote: > At StumbleUpon we use Ubuntu on all our clusters without issues. > > $ uname -a > Linux borg29 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC > 2009 x86_64 GNU/Linux > > J-D > > On Fri, Feb 26, 2010 at 11:49 AM, Adrian Popescu > <popescuadrian2...@yahoo.com> wrote: > > > > > > Thanks a lot for the info ! I've got it working on Solaris 5.10, although > I have some issues with the native libraries as you mentioned (e.g., > compression). Most probably I will migrate to Linux soon. > > > > Also, I would like to ask which is the Linux version currently used in > HBase development team ? > > > > Thank you, > > Adrian >