0

does anyone have either a command-line or python library that can decode a .lzo_deflate file? These file formats are used by Hadoop, for example.

user792036
  • 722
  • 8
  • 14

2 Answers2

1

Google for Python LZO, and check your linux distribution for lzop:

Many Linux distributions (e.g. Debian, Ubuntu) will have this:

liblzo2-2 - data compression library
liblzo2-dev - data compression library (development files)
lzop - fast compression program
python-lzo - Python bindings for the LZO data compression library
Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
0

For the windows' folks:

nergeia
  • 894
  • 13
  • 20