[大數據面試]-- 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 使用

 

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