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
相關文章
相關標籤/搜索