My question is very similar to Grep across multiple files in Hadoop Filesystem
However, in my case, all the files are LZ4 compressed
$hadoop fs -ls /output
/output/a.lz4
/output/b.lz4
.......
A specific string alice
appeared in /ouput
0 or more times. I want to see in which file alice
appears