Member since
03-27-2018
2
Posts
0
Kudos Received
0
Solutions
04-03-2018
08:33 AM
@Christian Wurbs, Ideally major compact command should compress the altered column. Can you please re-run the major_compact command and re-check it. Additionally you can try compacting the column family. Compact a single column family within a table
hbase> major_compact ‘t1’, ‘c1’
... View more