Is there a Hive query to quickly find table size (i.e. number of rows) without launching a time-consuming MapReduce job? (Which is why I want to avoid COUNT(*).)
COUNT(*)
How about using :
hdfs dfs -du -s -h /path/to/table/name