花音

导航

2018年8月13日 #

Linux命令笔记

摘要: awk ps 显示某个进程 grep 查找 使用正则表达式搜索文本 | 管道 同时执行多个命令 ps -ef | grep java 查找Java进程 阅读全文

posted @ 2018-08-13 11:05 花音 阅读(147) 评论(0) 推荐(0)

HBase学习笔记

摘要: 1、Hbase RowKey设计原则 2、Hbase Region分裂 3、Hbase计数器 阅读全文

posted @ 2018-08-13 11:02 花音 阅读(99) 评论(0) 推荐(0)

2018年7月30日 #

IDEA使用记录

摘要: 1、从别处copy来的项目,用IDEA打开,无法编辑、重命名文件,提示 These files do not belong to the project 删除.idea文件夹,再打开项目 阅读全文

posted @ 2018-07-30 17:24 花音 阅读(502) 评论(0) 推荐(0)

大数据开发问题记录

摘要: 1、org.apache.kafka.common.kafkaException:Unexpected error from SyncGroup:The server experienced an unexpected error when processing the request kafka集 阅读全文

posted @ 2018-07-30 10:07 花音 阅读(3264) 评论(1) 推荐(0)