On Mon, Jan 5, 2015 at 6:58 PM, Li Li wrote: > yes, I have read it. the hbase server is correctly configured because > I can create a table with snappy compression algorithm. Also it's > correct for the ./bin/hbase shell. > But my java client print this warning message.(for now it's a single > node pesudo cluster and the java client run on the same machine of > hbase/hadoop) I think the problem is the java client can't find native > library path. What environment variables should I set? > > How do you invoke your client? What if in the same terminal as the hbase shell works, you do a 'bin/hbase classpath' and save what is output then set this as CLASSPATH for your client, does it still fail? St.Ack