Hive 的架构组件有哪些?
What are the components of the architecture of Hive?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
分类: Hive, 系统架构
标签: hive, architecture, user-interface, metastore, compiler, execution-engine, dag
参考答案摘要
Hive 架构组件 User Interface :向 driver 发起执行请求并建立 session,然后把 query 发送给 compiler 生成执行计划。 Metastore :存储元数据,并提供给 compiler 用于执行查询。 Compiler :生成 execution plan;由多个 stage 组成的 DAG,每个 stage 可以是 map、metadata 操作或 r...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。