随笔分类 -  大数据

大数据
摘要:hadoop 阅读全文
posted @ 2020-02-04 20:52 lvlin241 阅读(58) 评论(0) 推荐(0)
摘要:flume 阅读全文
posted @ 2020-02-04 20:51 lvlin241 阅读(84) 评论(0) 推荐(0)
摘要:FlinkSQL 执行的本质:从 SQL 到数据流的转换 核心执行链路 当我们写下一条 SQL 语句时,FlinkSQL 内部经历了以下关键转换: SQL 文本 → AST 语法树 → 逻辑执行计划 → 物理执行计划 → Flink DataStream 每个阶段的转换质量直接影响最终的执行性能。让 阅读全文
posted @ 2020-01-21 09:37 lvlin241 阅读(598) 评论(0) 推荐(0)
摘要:参考 阅读全文
posted @ 2020-01-21 09:36 lvlin241 阅读(123) 评论(0) 推荐(0)
摘要:1. 应用 <1> hbase解决海量图片存储 <2> 阅读全文
posted @ 2019-12-20 13:20 lvlin241 阅读(130) 评论(0) 推荐(0)
摘要:1. ssh-keygen 生成密钥 2. ssh-copy-id 集群主机名 参考: 【图文详解】linux下配置远程免密登录 阅读全文
posted @ 2019-11-21 13:29 lvlin241 阅读(173) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/huangwei19892008/article/details/9004970 阅读全文
posted @ 2019-08-20 12:02 lvlin241 阅读(155) 评论(0) 推荐(0)
摘要:参考:http://www.ruanyifeng.com/blog/2018/07/cap.html 阅读全文
posted @ 2019-08-20 11:59 lvlin241 阅读(94) 评论(0) 推荐(0)
摘要:参考: es-sql: https://github.com/NLPchina/elasticsearch-sql/releases 执行SQL语句SearchDao org.nlpcn.es4sql.SearchDao.SearchDaosearchDao.explain(sqlStr).expl 阅读全文
posted @ 2019-02-21 20:50 lvlin241 阅读(3644) 评论(0) 推荐(0)
摘要:一、环境说明 1、物理机信息(主要): 内存:8G 系统/主频:Win7(旗舰版)64位/3.70GHZ 2、虚拟机信息: VMware Workstation 14 Pro 下载地址: 链接:https://pan.baidu.com/s/1X4RtZdQxL6HWGH1pAYyBhg 提取码:2 阅读全文
posted @ 2018-12-20 17:25 lvlin241 阅读(2063) 评论(0) 推荐(0)
摘要:1、ElasticSearch Head ES-HEAD(插件下载与安装,非web插件): https://github.com/mobz/elasticsearch-head nodejs https://nodejs.org/dist/ 安装参考:https://blog.csdn.net/zi 阅读全文
posted @ 2018-10-18 17:38 lvlin241 阅读(18023) 评论(0) 推荐(0)
摘要:参考: https://www.gaotengjiao.com/kibana%E4%B8%AD%E6%93%8D%E4%BD%9C%E6%95%B0%E6%8D%AE%E4%B9%8B%E5%88%A0%E9%99%A4%E4%B8%80%E6%9D%A1%E6%96%87%E6%A1%A3%E4% 阅读全文
posted @ 2018-09-28 17:23 lvlin241 阅读(2469) 评论(0) 推荐(0)
摘要:背景:elasticsearch 进行排序的时候,可能会排序数字、日期。但是在排序text类型的时候就会出现上述错误 原因(参考): https://blog.csdn.net/wild46cat/article/details/62889554 https://www.elastic.co/guide/en/elasticsearch/reference/current/fielddata.... 阅读全文
posted @ 2018-09-27 15:38 lvlin241 阅读(2244) 评论(0) 推荐(0)
摘要:参考:https://blog.csdn.net/u011262847/article/details/78007119 阅读全文
posted @ 2018-08-29 14:52 lvlin241 阅读(4459) 评论(0) 推荐(0)
摘要:参考:https://stackoverflow.com/questions/38928991/how-to-detect-if-a-document-update-in-elasticsearch-has-failed# 阅读全文
posted @ 2018-08-28 15:21 lvlin241 阅读(2444) 评论(0) 推荐(0)
摘要:1、java API 参考:https://blog.csdn.net/liuxiao723846/article/details/78707094 2、更新数据 参考:https://blog.csdn.net/weixin_38809962/article/details/79768002 阅读全文
posted @ 2018-08-28 09:42 lvlin241 阅读(157) 评论(0) 推荐(0)
摘要:参考: 下载: https://www.elastic.co/downloads 使用: https://www.elastic.co/downloads/elasticsearch https://www.elastic.co/products/elasticsearch (主流编程语言使用) h 阅读全文
posted @ 2018-08-16 10:44 lvlin241 阅读(129) 评论(0) 推荐(0)