How to decode .lzo_deflat file?
问题 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. 回答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 回答2: For the windows'