I am getting this exception when i start hbase shell. I am using hbase version 0.94.10 I am running this on a seperate server machine.
Caused by: ClassLoader.java:-2:in `load': java.lang.UnsatisfiedLinkError: /tmp/jffi1844046871189117608.tmp: /tmp/jffi1844046871189117608.tmp: failed to map segment from shared object: Operation not permitted
I tried to google about the same and found that this could be a problem because of the /tmp folder not being accessbile. So i changed the path of the tmp directory in hbase-default.xml file and tried again. But still the same issue.
Could someone please help?