org.apache.hadoop.hbase.mapred.TableOutputFormat

来自于

ClassNotFoundException:...hadoop.hbase.mapred.TableOutputFormat和 com.github.fge.jackson.JsonLoader

添加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

来自于

ClassNotFoundException:...hadoop.hbase.mapred.TableOutputFormat和 com.github.fge.jackson.JsonLoader

pom引入:

 <dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>jackson-coreutils</artifactId>
    <version>1.8</version>
</dependency>


相关文章:

  • 2021-12-05
  • 2021-05-27
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-09-19
  • 2021-07-28
  • 2021-10-07
相关资源
相似解决方案