Hi I am trying to fetch big table from hive and then write a csv file . Is there any way where we can write the whole result set in one go in a file as iteration over rows for a table containing several millions of records takes time .
I dont want to do while(rs.next()).