hive.stats.collect.rawdatasize removal

In an early release of Hive, the hive.stats.collect.rawdatasize property collected statistics when set to true. As Hive matured, hive.stats.autogather was added to gather statistics when data is inserted into tables.

Before Upgrade to CDP

In Hive 0.8, HIVE-2185 added the hive.stats.collect.rawdatasize to collect the raw data size of a table when analyzing the table.

After Upgrade to CDP

In Hive 2.1.0 the hive.stats.collect.rawdatasize property was removed (HIVE-13564).