异常信息如下。另外还有多处报出paas.storage.distributedFileSystem包路径下NoClassDefFoundError错误。在TBDS的相关Maven依赖中没有找到该包。
Exception in thread "main" java.lang.NoClassDefFoundError: paas/storage/distributedFileSystem/connection/IConnection
at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.setInput(TableSnapshotInputFormatImpl.java:397)
at org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.setInput(TableSnapshotInputFormat.java:205)
at org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableSnapshotMapperJob(TableMapReduceUtil.java:365)
相似问题