
hive
文章平均质量分 80
gdmzlhj1
这个作者很懒,什么都没留下…
展开
-
一步一步安装hive,mysql安装
--安装hive下载软件:apache-hive-1.2.1-bin.tar.gzwinscp传到:node1(或任意一个节点)[hadoop@node1 ~]$ tar -zxvf apache-hive-1.2.1-bin.tar.gz[hadoop@node1 conf]$ cp hive-default.xml.template hive-site.xml[hadoop@node原创 2016-01-08 14:33:58 · 744 阅读 · 0 评论 -
一步一步安装hive2,beeline
--session 1:hive --service hiveserver2netstat -nplt|grep 10000 绑定的是127.0.0.1,远程不能连[hadoop@node1 conf]$ vi hive-site.xml hive.server2.thrift.bind.host node1 Bind host on which to r原创 2016-01-08 14:37:27 · 7803 阅读 · 0 评论 -
Hive内部表和外部表的区别
Hive内部表和外部表的区别参考网址:https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-ManagedandExternalTablesManaged and External TablesBy default Hive creates managed tables, w翻译 2017-08-03 13:33:13 · 994 阅读 · 0 评论