aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-04-04 12:06:38 -0700
committerBryan Newbold <bnewbold@archive.org>2018-04-04 12:06:38 -0700
commit1dad0d9e54bfae93eebea47f8a3cb291cdd645c5 (patch)
tree97a8c9bcaf93734e2dbd8f431d37213520b55fbd /extraction/README.md
parent427dd875958c8a6d2d791d55f9dda300ebdc853b (diff)
downloadsandcrawler-1dad0d9e54bfae93eebea47f8a3cb291cdd645c5.tar.gz
sandcrawler-1dad0d9e54bfae93eebea47f8a3cb291cdd645c5.zip
extraction -> mapreduce
Diffstat (limited to 'extraction/README.md')
-rw-r--r--extraction/README.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/extraction/README.md b/extraction/README.md
deleted file mode 100644
index b063fba..0000000
--- a/extraction/README.md
+++ /dev/null
@@ -1,41 +0,0 @@
-
-## Development and Testing
-
-Requires (eg, via `apt`):
-
-- libjpeg-dev
-
-Install pipenv system-wide if you don't have it:
-
- # or use apt, homebrew, etc
- sudo pip3 install pipenv
-
-Run the tests with:
-
- pipenv run pytest
-
-TODO: GROBID and HBase during development?
-
-## Backfill
-
-An example actually connecting to HBase from a local machine, with thrift
-running on a devbox:
-
- ./backfill_hbase_from_cdx.py tests/files/example.cdx \
- --hbase-table wbgrp-journal-extract-0-qa \
- --hbase-host bnewbold-dev.us.archive.org
-
-Actual invocation to run on Hadoop cluster (running on an IA devbox, where
-hadoop environment is configured):
-
- # Create tarball of virtualenv
- pipenv shell
- tar -czf backfill-4OmRI0zZ.tar.gz -C /home/bnewbold/.local/share/virtualenvs/backfill-4OmRI0zZ .
-
- ./backfill_hbase_from_cdx.py \
- -r hadoop \
- --hbase-host bnewbold-dev.us.archive.org \
- --hbase-table wbgrp-journal-extract-0-qa \
- -c mrjob.conf \
- --archive backfill-4OmRI0zZ.tar.gz#venv \
- hdfs:///user/bnewbold/journal_crawl_cdx/citeseerx_crawl_2017.cdx