blob: 6af8f336a5fe9052ee6e2a234519ca1059901182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Run tests:
pipenv run python -m pytest
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
|