Re: java.lang.UnsatisfiedLinkError - Unable to load libGfarmFSNative library

2013-06-26 Thread Harsh J
Is libgfarm.so.1 installed and available on all systems? You're facing a link error though hadoop did try to load the library it had ( libGfarmFSNative.so). If the gfarm guys have a mailing list, thats probably the best place to ask. On Thu, Jun 27, 2013 at 1:06 AM, MarĂ­lia Melo

Re: java.lang.UnsatisfiedLinkError - Unable to load libGfarmFSNative library

2013-06-26 Thread Azuryy Yu
From the log: libGfarmFSNative.so: libgfarm.so.1: cannot open shared object file: No such file or directory I don't think you put libgfarm.* under $HADOOP_HOME/lib/native/Linux-amd64-64 (Linux-i386-32 if running on 32 bits OS) on all nodes. On Thu, Jun 27, 2013 at 10:44 AM, Harsh J