I dump a Hive table as follows
hive -e \'select * from sometable\' | sed \'s/[\\t]/,/g\' > /tmp/us.csv
I drop a destination table and create it aga