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
