I have a table in hive and I queried it using
SELECT * FROM dbname.tablename
At end of the download, I get:
Your downloaded results have been truncated
The number of resulting rows was too big to be downloaded and the resulting file has been truncated to 86207 rows.
How can I get the entire result set?