ClassNotFoundException:...hadoop.hbase.mapred.TableOutputFormat和 com.github.fge.jackson.JsonLoader
org.apache.hadoop.hbase.mapred.TableOutputFormat
来自于
添加pom依赖如下:
<!-- https://mvnrepository.com/artifact/org.apache.hbase/hbase-server --><dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>1.2.3</version>
</dependency>
Caused by: java.lang.ClassNotFoundException: com.github.fge.jackson.JsonLoader
来自于
pom引入:
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>jackson-coreutils</artifactId>
<version>1.8</version>
</dependency>