I am using lz4 compression and write data to a hive table, this table has 20 files and each is 15G on HDFS, and every file name of this table are ending with lz4, eg, part-m-00000.lz4
.
When I run select count(1)
from this table, it kicks off only 20 mappers, which mean lz4 splittable
doesn't take effect.
It is said that lz4 supports splittable against text file,so I would ask what I should do or additional steps to enable this.