会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
邱明成
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
45
46
47
48
49
50
51
52
53
···
74
下一页
2017年2月12日
怎么理解impala(impala工作原理是什么)
摘要: 下面给大家介绍怎么理解impala,impala工作原理是什么。 Impala是hadoop上交互式MPP SQL引擎, 也是目前性能最好的开源SQL-on-hadoop方案。 如下图所示, impala性能超过SparkSQL、 Presto、 Hive。 impala与hadoop生态结合紧密
阅读全文
posted @ 2017-02-12 09:28 邱明成
阅读(2592)
评论(0)
推荐(0)
2017年2月2日
elasticsearch fitler查询例子
摘要:
阅读全文
posted @ 2017-02-02 21:12 邱明成
阅读(149)
评论(0)
推荐(0)
ElasticSearch mapping中字段属性总结
摘要:
阅读全文
posted @ 2017-02-02 12:35 邱明成
阅读(1299)
评论(0)
推荐(0)
elasticSearch2.4与grafana,stagemonitor集成做监控需要执行的mapping
摘要: PUT /_template/stagemonitor-metrics-{ "template": "stagemonitor-metrics-*", "settings": { "index": { "refresh_interval": "5s" } }, "mappings": { "_def
阅读全文
posted @ 2017-02-02 09:00 邱明成
阅读(1593)
评论(0)
推荐(0)
elasticsearch清空type下的所有数据
摘要: DELETE /twitter/tweet/_query{"query": { "match_all": {} }} 注:twitter为index,tweet为type
阅读全文
posted @ 2017-02-02 08:30 邱明成
阅读(9861)
评论(0)
推荐(0)
2017年2月1日
elasticsearch 2.4.0执行update的时候发现的一个问题
摘要: 请关注inline参数的变化 正确: POST /test/type1/1/_update{ "script" : { "inline": "ctx._source.tags.contains(tag)?ctx.op =\"delete\":(ctx.op =\"none\")", "params"
阅读全文
posted @ 2017-02-01 13:58 邱明成
阅读(509)
评论(0)
推荐(0)
ElasticSearch 2.1.1学习及总结
摘要: Install & Up Cluster Health List All Indices Create an Index Index and Query Index: Response: Query: Delete an Index curl -X :/// Updating Docum
阅读全文
posted @ 2017-02-01 11:34 邱明成
阅读(443)
评论(0)
推荐(0)
2017年1月30日
简介SWT Jface
摘要: 可以使用标准窗口小部件工具箱(Standard Widget Toolkit,SWT)和 JFace 库来开发用于 Eclipse 环境的图形用户界面,而且还可以将它们用于开发单独的 GUI 本机应用程序。在本文中,我将介绍一些基本的 SWT(基本 GUI 对象的名称)类型,并展示如何综合使用它们来
阅读全文
posted @ 2017-01-30 10:47 邱明成
阅读(2219)
评论(0)
推荐(1)
SWT常用组件
摘要: SWT类所代表的事件常量: 事件类型常量 说明 SWT.Activate 当激活窗口时 SWT.Arm 菜单项被选中之前 SWT.Close 关闭窗口时 SWT.Collapse 折叠树的节点时 SWT.Deactivate 窗口处于非激活状态时 SWT.DefaultSelection 默认选中时
阅读全文
posted @ 2017-01-30 10:35 邱明成
阅读(2829)
评论(0)
推荐(1)
2017年1月26日
elasticSearch请求流程图
摘要:
阅读全文
posted @ 2017-01-26 15:29 邱明成
阅读(907)
评论(0)
推荐(0)
上一页
1
···
45
46
47
48
49
50
51
52
53
···
74
下一页
公告