I am using beeline to export data to hdfs with command:
INSERT OVERWRITE DIRECTORY $export_tmp
ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.MultiDelimitSerDe'
select * from xxx_table_name;
I want to set echo output file size such as 1024M.