
Hive
Hive学习
编程理想国
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hive启动错误Caused by: javax.jdo.JDOFatalDataStoreException: Unable to open a test connection to the giv
hive启动时报错Caused by: javax.jdo.JDOFatalDataStoreException: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://master:3306/hive?createDatabaseIfNotExist=true, username = roo...原创 2019-02-17 18:43:53 · 4790 阅读 · 0 评论 -
Hive学习(一)
【metastore】——存储在Mysql中 –DBS:存储hive的所有数据库的元数据 –TBLS:存储hive的所有数据表的元数据 【数据类型】 Numeric Types TINYINT (1-byte signed integer, from -128 to 127) SMALLINT (2-byte signed integer, from -32,768 to 32,767) INT/...原创 2019-04-11 17:11:11 · 217 阅读 · 0 评论 -
Hive学习(二)
【SerDe】 –用于做序列化和反序列化 –构建在数据存储和执行引擎之间,对两者实现解耦 【Beeline】 –要与HiveServer2配合使用 –服务端启动hiveserver2 –客户端通过beeline两种方式连接到hive –beeline -u jdbc:hive2://localhost:10000/default -n root –beeline beeline>!conne...原创 2019-04-13 16:20:45 · 313 阅读 · 0 评论