How to decode .lzo_deflat file?

喜欢而已 提交于 2019-12-25 02:33:27

问题


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' folks:

  • Python Extension Packages for Windows - Christoph Gohlke : http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-lzo


来源:https://stackoverflow.com/questions/12613013/how-to-decode-lzo-deflat-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!