ddxygq / ddxygq.github.io

柯广的博客
http://www.ikeguang.com/
0 stars 0 forks source link

hive 常用知识点 | 柯广的博客 #118

Open ddxygq opened 4 years ago

ddxygq commented 4 years ago

http://www.ikeguang.com/2018/11/04/hive-knowledge/

hive知识点工作中hive常用知识点。 创建hive表123# 新建个数据库testcreate database test;create external table if not exists test.test(id string, name string); 这里创建了一个名为test的hive外部表,外部表与普通表的区别: 在导入数据到外部表,数据并没有移动到自己的数据仓库目录下,也