Describe the bug
In 2.1 the default value of the property table.majc.compaction.strategy is set to the DefaultCompactionStrategy class. However if the user does not set this property, then its default value is ignored. If its possible to do w/o breaking anything, the default value should be empty string to better reflect this behavior.
This property was deprecated in 2.x and dropped in 3.0. so the change only needs to be made in 2.x.