Mercurial > hg > cc > azure
view master/src/wecu/run.sh @ 66:b04870ab3035
don't over-count duplicate URIs in multiple properties, produce composite keys instead
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 04 Jun 2020 16:10:55 +0000 |
parents | a3edba8dab11 |
children |
line wrap: on
line source
cores=`cat cores.txt` time parallel \ --sshloginfile hosts \ --transferfile mapper.py \ --transferfile reducer.py \ --will-cite \ --retries 3 \ --jobs $cores \ --workdir $PWD \ -a input_paths \ 'curl -s -N "https://commoncrawl.s3.amazonaws.com/{}" | unpigz -dp 1 -c | ./mapper.py' | \ sort | \ ./reducer.py