Created 08-03-2018 03:00 PM
Created 08-03-2018 03:09 PM
You can use the below command which generates the tsv file:
hive -e 'select * from table' > output.tsv
Created 08-03-2018 03:09 PM
You can use the below command which generates the tsv file:
hive -e 'select * from table' > output.tsv
Created 08-03-2018 03:12 PM
My file should be in the extension of .xslx @Sandeep Nemuri
Created 08-03-2018 03:17 PM
I don't think we have a way to write a .xslx file, However you can write csv or tsv which are compatible with excel.