2019年7月18日

Hive分区表

摘要: 阅读全文
posted @ 2019-07-18 15:29 ~handsome 阅读(105) 评论(0) 推荐(0)

Hive的内部表和外部表

摘要: 阅读全文
posted @ 2019-07-18 15:28 ~handsome 阅读(103) 评论(0) 推荐(0)

Mysql安装遇到问题的解决

摘要: 阅读全文
posted @ 2019-07-18 15:27 ~handsome 阅读(110) 评论(0) 推荐(0)

linux下安装mysql

摘要: 阅读全文
posted @ 2019-07-18 15:26 ~handsome 阅读(120) 评论(0) 推荐(0)

hive基础指令

摘要: 阅读全文
posted @ 2019-07-18 11:00 ~handsome 阅读(100) 评论(0) 推荐(0)

HIve安装配置

摘要: 阅读全文
posted @ 2019-07-18 10:59 ~handsome 阅读(96) 评论(0) 推荐(0)

Hive介绍

摘要: 阅读全文
posted @ 2019-07-18 10:58 ~handsome 阅读(79) 评论(0) 推荐(0)
2019年7月17日

HIve数据类型

摘要: 阅读全文
posted @ 2019-07-17 17:26 ~handsome 阅读(102) 评论(0) 推荐(0)

大数据HIve

摘要: 1. 题目说明 设计题:MySQL数据库A有1000w条数据,完成统计再输入到另外的B表中 A表 test1 0.2,3.5,1,1test1 1.2,2.3,4.56test2 2.1,0.3,9.2,3.5,2.4test3 2.1,4.5,3.4,7.65test4 1.2,3.4,54,32 阅读全文
posted @ 2019-07-17 17:09 ~handsome 阅读(144) 评论(0) 推荐(0)
2019年7月16日

大数据笔记

摘要: 从官网这句话可以得知Hive中有两类数据:data和metadata 并且data存储在hdfs上,metadata存储在MySQL中,这两类数据是理解内部表和外部表的关键。 所以不小心删除外部表后,可以创建一个新表指定到(location ‘/hive/external_table/’)这个位置, 阅读全文
posted @ 2019-07-16 14:42 ~handsome 阅读(131) 评论(0) 推荐(0)