当前位置:网站首页>Kylin on Kubernetes 在 eBay 的实践
Kylin on Kubernetes 在 eBay 的实践
2020-11-07 20:15:00 【InfoQ】
Apache Kylin 在 eBay 已经运行了 5 年多,并于 2019 年整体迁移到了 eBay 的 Kubernetes 平台 Tess 上,开启了 Kylin on Kubernetes 的时代,系统的可用性和扩展性显著提升,资源的管理与监控也更加简便。目前 Kylin on Kubernetes 已贡献至社区,欢迎多多尝试,一起优化。
01 前言
Apache Kylin 是一个开源的、分布式的分析型数据仓库,提供 Hadoop/Spark 之上的 SQL 查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由 eBay 开发并贡献至开源社区。它能在亚秒内查询巨大的表。
Kubernetes 是用于自动部署,扩展和管理容器化应用程序的开源系统。它将组成应用程序的容器组合成逻辑单元,以便于管理和服务发现。Kubernetes 源自 Google 15 年生产环境的运维经验,同时凝聚了社区的最佳创意和实践。
把 Kylin 平台迁移到 Kubernetes 后,可以利用 Kubernetes 优势,让 Kylin 的部署,扩展和维护的成本变得更小。同时这个集成方案也把 Kylin 变成了一种更加原生的云服务。使得用户在云平台上,多了 Kylin 作为 OLAP 计算服务的一种选择。
原文链接:【https://www.infoq.cn/article/YkiRWplcNVMsLXooqNEI】。未经作者许可,禁止转载。
版权声明
本文为[InfoQ]所创,转载请带上原文链接,感谢
https://www.infoq.cn/article/YkiRWplcNVMsLXooqNEI?utm_source=rss&utm_medium=article
边栏推荐
- Didi's distributed ID generator (tinyid), easy to use
- 不要把异常当做业务逻辑,这性能可能你无法承受
- Tips for Mac novices
- The samesite problem of cross domain cookie of Chrome browser results in abnormal access to iframe embedded pages
- Shanghai Pudong Development Bank, which frequently receives penalty tickets, has been cheated by hundreds of millions of yuan in loans, and lacks of internal control?
- What should be considered in the promotion plan outside the station?
- git 提交规范
- Why do we need software engineering -- looking at a simple project
- 在 Amazon SageMaker 管道模式下使用 Horovod 实现多 GPU 分布式训练
- The official 1909 version of win10 cannot open the real-time protection solution of virus and threat protection in windows security center.
猜你喜欢
一种超参数优化技术-Hyperopt
工作1-3年的程序员,应该具备怎么样的技术能力?该如何提升?
9.集群之间服务通信 RoutingMesh
HandlerMethodArgumentResolver使用和原理
2020-11-06:go中,谈一下调度器。
[note] error while loading pyv8 binary: exit code 1 solution
bgfx编译教程
DOM节点操作
深入浅出大前端框架Angular6实战教程(Angular6、node.js、keystonejs、
Why do we need software engineering -- looking at a simple project
随机推荐
嘉宾专访|2020 PostgreSQL亚洲大会中文分论坛:岳彩波
一文详解微服务架构
你真的会使用搜索引擎吗?
[note] error while loading pyv8 binary: exit code 1 solution
.NETCore3.1+Vue.js打造的低代码工作流引擎
谈了多年的数字化转型,为什么还有很多企业依然“口头管理”
C語言重點——指標篇(一文讓你完全搞懂指標)| 從記憶體理解指標 | 指標完全解析
大数据算法——布隆过滤器
7. Swarm builds clusters
不要把异常当做业务逻辑,这性能可能你无法承受
cubemx做stm32 USB开发
CI / CD of gitlab continuous integrated development environment
Win10官方1909版本无法打开windows安全中心中病毒和威胁防护的实时保护解决方案。
高级并发编程系列九(Lock接口分析)
PHP security: the past and present of variables
Exclusive interview with alicloud database of | 2020 PostgreSQL Asia Conference: Wang Xu
我们为什么需要软件工程——从一个简单的项目进行观察
Implementation of nginx version of microservice architecture
PHP安全:变量的前世今生
快進來!花幾分鐘看一下 ReentrantReadWriteLock 的原理!