摘要:
查看数据库 show databases; 进入数据库 use 库名 查看表 show tables; select * from 表名 hdfs传输spark sql查询 hive找到指定路径sql查询 vim gouzheng.txt 文件名字 放入数据 1 赵强 22 m 山西阳泉 2 李鹏波 阅读全文
摘要:
HIVE基本操作: 本地运行 set hive.exec.mode.local.auto=true; 创建表: hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, 阅读全文