tblproperties will give the size of the table and can be used to grab just that value if needed.
-- gives all properties
show tblproperties yourTableName
-- show just the raw data size
show tblproperties yourTableName("rawDataSize")
tblproperties will give the size of the table and can be used to grab just that value if needed.
-- gives all properties
show tblproperties yourTableName
-- show just the raw data size
show tblproperties yourTableName("rawDataSize")