hive安装详解

1.上传tar包 2.解压 tar -zxvf hive-1.2.1.tar.gz 启动 bin/hive       show databases; create database itheima; show databases; use itheima; show tables; create table t_test(id int,name string); select * from t_
相关文章
相关标签/搜索