HI all,
insert overwrite directory ... row format delimited fields terminated by ',' select col1,col2 from... If col2 separates with comma??the result file will only col1,[col2 words before first comma]. Use hive-1.1.0-cdh5.11.2. Any advice or suggestions will be appreciated. Thanks. Ze