Skip to content

SpotRight/srunzl4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When recording spark events for the Spark History Server and compression is on you can end up with .lz4 compressed logs. Naturally the lz4 being used is incompatible with the lz4 utilities for linux/mac.

This code uses the same library that Spark uses to uncompress such files.

   $ sbt clean assembly
   $ java -jar target/scala-2.11/srunlz4-assembly-1.0.jar FILE.lz4

About

unzl4 for lz4 compressed spark-events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages