Message126186
There is problem to uncompress large files with bz2 module.
For example, please download 13GB OpenStreetMap file using following torrent
http://osm-torrent.torres.voyager.hr/files/planet-latest.osm.bz2.torrent
Try to count lines in the compressed file with command...
python3.2 bz2wc.py planet-110105.osm.bz2
3971
... but there is much more lines in that file
bzip2 -dc < planet-110105.osm.bz2 | wc -l
The command
bzip2 -t planet-110105.osm.bz2
validates the file successfully. |
|
| Date |
User |
Action |
Args |
| 2011-01-13 17:14:25 | wrobell | set | recipients:
+ wrobell |
| 2011-01-13 17:14:25 | wrobell | set | messageid: <[email protected]> |
| 2011-01-13 17:14:22 | wrobell | link | issue10900 messages |
| 2011-01-13 17:14:22 | wrobell | create | |
|