2019年1月15日
摘要: 1 建表 2 创建一个student.txt 添加数据 3 上传 hdfs dfs -put student.txt /user/hive/warehouse/student 4 select * from student; 5 通常不会通过put方式加载数据,而是通过load的方式添加数据 loa 阅读全文
posted @ 2019-01-15 21:37 o_0的园子 阅读(473) 评论(0) 推荐(0) 编辑
摘要: Hive交互shell bin/hive Hive JDBC服务 hive也可以启动为一个服务器,来对外提供 启动方式,(假如是在itcast01上): 启动为前台:bin/hiveserver2 启动为后台:nohup bin/hiveserver2 1>/var/log/hiveserver.l 阅读全文
posted @ 2019-01-15 20:19 o_0的园子 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 1上传压缩包 2 解压 tar -zxvf apache-hive-1.2.1-bin.tar.gz -C apps 3 重命名 mv apache-hive-1.2.1-bin hive 4 设置环境变量 vi /etc/profile expert HIVE_HOME=/root/apps/hi 阅读全文
posted @ 2019-01-15 18:01 o_0的园子 阅读(281) 评论(0) 推荐(0) 编辑