
hbase
qzqanlhy1314
这个作者很懒,什么都没留下…
展开
-
简易版的shell 监控hbase
#/bin/bash while true do top -bn 1 -i -c >>./hbasemonitor/cpu.log free >> ./hbasemonitor/meomory.log HMasterPid=`pgrep -f HMaster` HRegrionServerPid=`pgre...原创 2018-11-27 16:45:43 · 263 阅读 · 0 评论 -
MapReduce 生成HFile导入Hbase
版本: hadoop 2.7.7 hbase 2.0.5 步骤一:编写Mapreduce 代码生成HFile 基于Gradle 构建 build.gradle plugins { id 'java' } group 'com.kteck' version '1.0-SNAPSHOT' sourceCompatibility = 1.8 jar { manifest { ...原创 2019-05-31 16:59:24 · 627 阅读 · 0 评论