This tool helps decompress the ".lz4" file generated by Spark history server.
Build the package:
mvn clean package
Run the command:
java -jar target/sparklz4decompressor-0.0.1-SNAPSHOT-jar-with-dependencies.jar app.lz4
You will get app.txt if no errors occur.