第一次通过idea连接非关系型数据库hbase,发送很多错误,记录一下
1. 引入配置文件
idea的pom文件引入
<!-- hbase客户端 -->
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>2.0.2</version>
</dependency>
<!-- tablestore客户端 -->
<dependency>
<groupId>com.tianque</groupId>
<artifactId>table-store-client</artifactId>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<!-- 点位轨迹存入kafka -->
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.1.0</version>
</dependency>
2. 发生错误记录,并调整
1)错误信息:Could not locate executable null\bin\winutiles.exe in the Hadoop binalries