Make sure luigi
is importable.
Run:
$ python main.py ProcessFiles --local-scheduler
After Input
, Unzipper
and ProcessFiles
completed successfully,
there should find a list of file sizes:
$ cat zip.filelist.sizes.txt
./tmp/GMT-0: 62
./tmp/Eire: 1328
./tmp/GMT+0: 62
...
Clean:
$ make clean