Hi I have been configuring Hbase 0.96 compatible with Hadopp 2.2. Previously I had versions hbase-0.94.11 and hadoop-1.2.1. I did as per documentation and my previous expierence. Now when logging to hbase shell in 0.96 I get following warning: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
I tried to fix this with http://balanceandbreath.blogspot.com/2013/01/utilnativecodeloader-unable-to-load.html And I'm trying to through http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/NativeLibraries.html But I cannot digest it. I reckon there should be less invasive way of directing hadoop libraries onto correct ones. I don't recall setting variable like that in previous cofniguration.