In integration testing of my hBase based application iam using hbaseTestingUtil. In my dependency i have hadoop common and hadoop hdfs, upto 2.9.0 version everything was but after 3.0.0 release my facing classes not found errors like DistributedFileSystem , MiniCluster etc
Asked
Active
Viewed 40 times
0
-
Hbase doesn't support Hadoop 3.x, and has limited support for 2.9 last time I checked HBase site – OneCricketeer Jul 15 '18 at 15:46
-
Possible duplicate of [How do i set up HBase with HDFS 3.1.0?](https://stackoverflow.com/questions/50221379/how-do-i-set-up-hbase-with-hdfs-3-1-0) – tk421 Jul 15 '18 at 15:49