Secure HBase 0.94 is not published in maven repo.
On Tue, Mar 4, 2014 at 10:02 AM, anil gupta <[email protected]> wrote: > Hi All, > > If i create a maven project with the following maven dependency then the > HBase jar doesn't have org.apache.hadoop.hbase.ipc.SecureRpcEngine class. > <dependency> > <groupId>org.apache.hbase</groupId> > <artifactId>hbase</artifactId> > <version>0.94.12</version> > </dependency> > > SecureRPCEngine class is used when the cluster is secured. Is there any > other maven dependency i need to use to get that class? > > -- > Thanks & Regards, > Anil Gupta >
