大数据查询——HBase读写设计与实践
idea中hbase的sbt依赖: "org.apache.hbase" % "hbase-server" % "2.1.0", "org.apache.hbase" % ...
idea中hbase的sbt依赖: "org.apache.hbase" % "hbase-server" % "2.1.0", "org.apache.hbase" % ...
一、idea中的maven 1.打开IntelliJ IDEA->Settings ->Build, Execution, Deployment -> Build Tools &g ...
Azkaban3.x安装部署 官方文档地址 三种模式 solo-server模式:exec进程和web进程为同一个进程,存放元数据的数据库为H2 two- ...
1.建表 CREATE TABLE IF NOT EXISTS student( time varchar(64) , num int , age int )PARTITIONED BY ( s ...