[大数据面试]-- 4.Hive 题目

========= 基础 =========

1、Hive sql to MR

https://cwiki.apache.org/confluence/display/Hive/Design

 

2、外部表和内部表

3、Hive shuffle 算子

4、Hive 存储和压缩格式

5、Hive Datamodel

6、Hive Bucket

https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL+BucketedTables

https://blog.csdn.net/m0_37534613/article/details/55258928

细粒度、hash

7、Hive CBO

https://cwiki.apache.org/confluence/display/Hive/Cost-based+optimization+in+Hive

8、什么是Hive metastore

关系性数据库、存储分区、表名称

9、Hive 默认存储地址

hdfs://namenode_server/user/hive/warehouse

10、Hive 存储格式

TextFile、gz、rcfile

11、Hive Function

12、类型转换

13、Json函数

14、名词解释

http://dwgeek.com/apache-hive-explain-command-example.html/

 

========= 进阶 =========

1、Hive 的优化措施

2、Hive 适合做 OLTP 吗?

3、Hive DDL

4、窗口函数

5、动态分区表

https://blog.csdn.net/high2011/article/details/86534490

6、where 和 having 区别

7、like 和 rlike 区别

8、Hive case when 使用

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章