导出数据:(路径必须是hdfs的路径)

export table techer to  '/export/techer';

导入数据:(路径必须是hdfs的路径)

import table techer2 from '/export/techer';

相关文章: