diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-05-19 00:55:21 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-05-19 00:55:21 +0200 |
commit | 41227ef89d3919ba160a9a4e42c7e70a39fa30ed (patch) | |
tree | 9f17d27c5675d63be5263c06da42c6dd48c1e3f9 /pig | |
parent | 0e8b18a2cc200a75fa69c808404e298d6ea0d154 (diff) | |
download | refcat-41227ef89d3919ba160a9a4e42c7e70a39fa30ed.tar.gz refcat-41227ef89d3919ba160a9a4e42c7e70a39fa30ed.zip |
pig: full join notes
Diffstat (limited to 'pig')
-rw-r--r-- | pig/README.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pig/README.md b/pig/README.md index c186e8e..d13c065 100644 --- a/pig/README.md +++ b/pig/README.md @@ -26,7 +26,7 @@ A test run with a single file. $ pig -p INPUT_CDX=/user/wmdata2/cdx-all-index/20210422171221/part-a-00031.gz -p INPUT_URLS=/user/martin/fatcat-refs-urllist-2021-05-06.tsv -p OUTPUT=/user/martin/fatcat-refs-lookup-0 ``` -* ia802401.us.archive.org:6988/ +* http://ia802401.us.archive.org:6988/ * http://ia802401.us.archive.org:6988/cluster/app/application_1611217683160_298042 * http://ia802401.us.archive.org:6988/proxy/application_1611217683160_298042/ @@ -55,6 +55,14 @@ $ jq -rc .status refs_links_liveweb.json | sort | uniq -c | sort -nr 2> /dev/nul 10 null ``` +Running against a full index. + +``` +$ time pig -p INPUT_CDX=/user/wmdata2/cdx-all-index/20210321055100/part-a-*.gz -p INPUT_URLS=/user/martin/fatcat-refs-urllist-2021-05-06.tsv -p OUTPUT=/user/martin/fatcat-refs-lookup-1 filter-cdx-join-urls.pig +``` + +* http://ia802401.us.archive.org:6988/proxy/application_1611217683160_300026/ + ---- |