Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 810 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 810 Bytes

hadoopDemoParent

使用Springboot 中使用hadoop工具 --hive查询以及hbase与bean的整合

#-------------------------------------------------------- 2019/02/20 hiveDemo 在hive中需要配置Hiveserver2组件 hive.server2.thrift.port 10000

hive.server2.thrift.bind.host 172.16.1.128 hive.server2.long.polling.timeout 5000 hive.server2.thrift.min.worker.threads 5 hive.server2.thrift.max.worker.threads 500

启动Hiveserver2服务

hive --service hiveserver2 &