I have some problems with spark history server and therefore tried to uncompress lz4
logs manually. I installed liblz4-tool
and downloaded application log application_1510049252849_0303.lz4
. But when uncompressing it with lz4 ~/application_1510049252849_0303.lz4
I got the following error:
Error 44 : Unrecognized header : file cannot be decoded
And this I have for every spark history lz4
files. What is the solution? Is there a way to open it manually?