Hive has one database which has 100 tables. How do I find the size of those 100 tables using a particular script? I know that (hdfs dfs -du -s -h /path/to/table/name) is used for fetching size for 1 table. What if i need to fetch the size of all the 100 tables at one single go(one single script)?