摘要:
-- 取并集 select count(distinct user_id) from ( select user_id from hive_table where {some condition} union select user_id from hive_table where {some co 阅读全文
摘要:
一、Yarn基本架构 YARN主要由ResourceManager、NodeManager、ApplicationMaster和Container组成,之间通过RPC通讯 1、ResourceManager:是一个全局的资源管理器,负责整个系统的资源管理和分配。它主要由两个组件构成:调度器(Sche 阅读全文