目录 5.1 数据导入 5.2 数据导出 5.3 清除表中数据(Truncate) 5.1 数据导入 5.1.1 向表中装载数据(Load) 1.语法 hive> load data [local] inpath '/opt/module/datas/student.txt' overwrite | into table student [partition (partcol1=val1,…)]; (1)load data:表示加载数据 (2)local:表示从本地加载数据到hiv