Created 06-07-2017 06:19 PM
Hive table , Total data/ number of files .. gives the average file size for a table.Any direct query?
Created 06-14-2017 06:13 AM
You need to collect the statistics for the table using query 'analyze table', then use describe formatted and describe extended to see the information related to data and number of files.