这个是数据装载的反向过程,有两种方式 1°、在hdfs的直接上操作 hadoop fs -cp src_uri dest_uri 或者 hive> export table tblName to'hdfs_uri'; 2°、在终端使用directory insert overwrite [local] directory'linux_fs_path' select ...from... where ...;