sudo -u hive hive -e "use dataplat;load data local inpath '/home/dlht/data/test/2_times.csv' overwrite into table 2_times "
这时中文乱码
解决办法是,将数据转成utf-8。。