hive基础命令实验

环境 centos7 Hadoop2.6.5 hive 1.x 一. 从普通文本加载数据到hive仓库 1.使用 命令hive 进入hive命令行; 2.创建数据库 create database if not exists hivetest; 3.切换数据库 use hivetest; 4. 创建表 create table if not exists student( id bigint co
相关文章
相关标签/搜索