Member since
05-11-2016
7
Posts
1
Kudos Received
0
Solutions
09-07-2018
03:08 PM
Compaction works only on transactional table, and to make any table transactional it should meet following properties.
Should be ORC Table Should be bucketed Should be managed table. Due you see the last point, you can't run compaction on non transactional table, if you do it from hive you will definitely get error, not sure from spark.
... View more