EXPORT TABLE stu_p TO '/stu_p.dat'; 将数据和元数据导出到hdfs hdfs dfs -ls /stu_p.dat/year=
导入表(必须明白导出表,导出表是将表的元数据,数据导出到hdfs上.)讲一个导出的表导入到数据库中,这个hdfs_path 是一个导出表的文件夹
import table tbname from ‘hdfs_path’
、导入作为一个外部表
export table department to 'hdfs_exports_location/department';
import external table department from 'hdfs_exports_location/department';
相关文章
- 大数据-Hive 常用命令
- Sqoop导入Hive:ERROR tool.HiveImportTool:import failed:java.io.IoExeception:Hive exited with status 1
- 虚拟机安装centos7.6及Linux简单命令date、screen、echo、ifconfig、export
- 安装atlas后执行hive命令报错
- Hive概述-基本命令的使用-切换到Mysq数据库的步骤
- 命令行import成功,pyCharm显示“No module named torch
- Hive命令及操作
- ES6学习笔记<五> Module的操作——import、export、as
- import和export语法报错
- Hive记录-Hive常用命令操作