hive - How to directly get input tables' statistics in HQL? -
this page statsdev - apache hive - apache software foundation tells following statistics once input tables & partitions information in hive:
- number of rows
 - number of files
 - size in bytes
 
however, can statistics through unparsed hql directly? or them after parsing input tables & partitions information hql?
keyword explain want: languagemanual explain - apache hive - apache software foundation
Comments
Post a Comment