Ted, thanks for the link, I tried this below by replacing it to use ShellBasedUnixGroupsMapping in hbase-site.xml, but still same error.
>..so I replaced it >w/ org.apache.hadoop.security.ShellBasedUnixGroupsMapping on the hbase-side > to get my cluster up and running. the below paragraph is confusing to me. Dose it means that I need to untar the hadoop again after untar hbase??? Like Untaring Hbase override something of Hadoop?? > + Untarring the bin dir, it undoes as hadoop-X.Y.Z-beta. Undoing the src > dir it undoes as hadoop-X.Y.Z-beta-src. I'd have thought they would undo > into the one directory overlaying each other. -----Original Message----- From: Ted Yu [mailto:[email protected]] Sent: Friday, October 04, 2013 2:57 PM To: [email protected] Subject: Re: Error starting Hbase 95 in Hadoop 2.0 See http://search-hadoop.com/m/3NMzFay1Ha1 On Fri, Oct 4, 2013 at 2:44 PM, Tianying Chang <[email protected]> wrote: > Hi, > > The hdfs and zookeeper are both up running. When I try to start the > HBase, it failed with this error below. I even tried to change the > security.group.mpapping to ShellBasedUnixGroupsMappingWithFallback, > still not working. Anyone know what could went wrong? > > Caused by: java.lang.UnsatisfiedLinkError: > org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative()V > at > org.apache.hadoop.security.JniBasedUnixGroupsMapping.anchorNative(Nati > ve > Method) > at > org.apache.hadoop.security.JniBasedUnixGroupsMapping.<clinit>(JniBasedUnixGroupsMapping.java:49) > at > org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback.<init>(JniBasedUnixGroupsMappingWithFallback.java:38) > ... 33 more > > Thanks > Tian-Ying > >
