【问题标题】:How can I get the size of the file compressed in a lzo file without decompress it?如何在不解压缩的情况下获得压缩在 lzo 文件中的文件大小? 【发布时间】:2015-08-04 10:37:40 【问题描述】: 我想得到hdfs中lzo文件中压缩文件的大小,但我不想解压文件。文件很大,下载到我的电脑需要很长时间。 【问题讨论】: 标签: hadoop lzo 【解决方案1】: 试试 lzop --list 。 您可以忽略此消息的其余部分。 【讨论】: