摘要: ElasticSearch的端口: http://localhost:9200 http://localhost:9200/_plugin/head Kibana的端口: http://localhost:5601 EK(x-pack)后的密码问题: 默认的 用户名 : 密码 是: elastic  阅读全文
posted @ 2018-12-13 17:09 阿文awen 阅读(370) 评论(1) 推荐(1) 编辑
摘要: 一.ElasticSearch集群的安装及其配置 https://www.cnblogs.com/gentle-awen/p/10000801.html 可视化x-pack安装: https://www.cnblogs.com/gentle-awen/p/10114909.html 二.Logsta 阅读全文
posted @ 2018-12-13 16:58 阿文awen 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 一.首先下载本地安装包,我使用的ELK是5.6.1版本: https://artifacts.elastic.co/downloads 二.进入到elasticsearch/bin(所有节点)和kibana/bin安装x-pack:(都是非root) bin/elasticsearch-plugin 阅读全文
posted @ 2018-12-13 16:42 阿文awen 阅读(418) 评论(0) 推荐(0) 编辑
摘要: 启动程序报错: Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000006fff80000, 2863661056, 0) failed; error=’Cannot allocate memory’ ( 阅读全文
posted @ 2018-12-13 16:29 阿文awen 阅读(17285) 评论(0) 推荐(1) 编辑
摘要: 错误描述:Linux默认配置的参数过小,需要自己设置 max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]max number of threads [1024] 阅读全文
posted @ 2018-12-13 16:28 阿文awen 阅读(4566) 评论(0) 推荐(0) 编辑
摘要: 错误描述: ElasticSearch集群启动错误,错误的原因是:因为Centos6不支持SecComp,而ES默认bootstrap.system_call_filter为true进行检测,所以导致检测失败,失败后直接导致ES不能启动解决:修改elasticsearch.yml 问题解决: 在所有 阅读全文
posted @ 2018-12-13 16:26 阿文awen 阅读(4007) 评论(0) 推荐(0) 编辑
摘要: Mapper读取HBase数据 Driver配置分发任务 phoneInfo封装读取到的HBase phoneInfoDBWritable实现DBWritable用于存放phoneInfo对象 阅读全文
posted @ 2018-12-08 11:59 阿文awen 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Git配置: $ git config --global user.name "awen" $ git config --global user.email "awen@163.com" 查看配置: $ cat ~/.gitconfig 获得一个Git仓库的两种方式 方式一: $ git clone 阅读全文
posted @ 2018-12-05 22:56 阿文awen 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 第一步:数据源 手写程序实现自动生成如下格式的日志文件: 15837312345,13737312345,2017-01-09 08:09:10,0360 打包放到服务器,使用如下命令执行,模拟持续不断的日志文件: java -cp ct_producter-1.0-SNAPSHOT.jar pro 阅读全文
posted @ 2018-11-30 16:58 阿文awen 阅读(388) 评论(0) 推荐(0) 编辑
摘要: 1.启动hdfs,yarn start-all.sh 2.启动hive $ bin/hive $ bin/hive --service metastore & $ bin/hive --service hiveserver2 & 尖叫提示:如果设置了uris,在今后使用Hive时,那么必须启动如上两 阅读全文
posted @ 2018-11-29 13:23 阿文awen 阅读(136) 评论(0) 推荐(0) 编辑