Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 12 lines (9 sloc) 283 Bytes
#!/bin/bash
source ./index_env.sh
python indexwarcsjob.py \
--conf-path ./mrjob.conf \
--cdx_bucket=$WARC_CDX_BUCKET \
--no-output \
--cmdenv AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
--cmdenv AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
-r emr $WARC_MANIFEST &> /tmp/emrrun.log &
You can’t perform that action at this time.