Springboot集成Hbase

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-hadoop</artifactId>
    <version>2.5.0.RELEASE</version>
</dependency>
----------------------------
hbase-client的包 apache开源的,找安装的的那个版本就行。


配置基本环境,这个我用的内部的,所以引入的内部的包,自己在本地搭建了一个伪分布集群,操蛋,没搞明白怎么引入呢,公司的能用了。
所以教程基于公司的,部分操作省略。后期修改。

  

本文来自博客园,作者:三号小玩家,转载请注明原文链接:https://www.cnblogs.com/q1359720840/p/15734471.html

原文地址:https://www.cnblogs.com/q1359720840/p/15734471.html