diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:48:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:48:48 -0700 |
commit | b948cddc7fe7000fd119af4fa130b9c24da46472 (patch) | |
tree | aaef8b33ea54e2be21e5b8cfb15d72b545267e58 /backfill/backfill_hbase_from_cdx.py | |
parent | 9186783c632b63e7d7c3cd8168139718fba378e9 (diff) | |
download | sandcrawler-b948cddc7fe7000fd119af4fa130b9c24da46472.tar.gz sandcrawler-b948cddc7fe7000fd119af4fa130b9c24da46472.zip |
trivial whitespace
Diffstat (limited to 'backfill/backfill_hbase_from_cdx.py')
-rwxr-xr-x | backfill/backfill_hbase_from_cdx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backfill/backfill_hbase_from_cdx.py b/backfill/backfill_hbase_from_cdx.py index e6596d5..fe37bd5 100755 --- a/backfill/backfill_hbase_from_cdx.py +++ b/backfill/backfill_hbase_from_cdx.py @@ -120,7 +120,7 @@ def test_transform_line(): class MRCDXBackfillHBase(MRJob): - # CDX lines in + # CDX lines in; JSON status out INPUT_PROTOCOL = mrjob.protocol.RawValueProtocol OUTPUT_PROTOCOL = mrjob.protocol.JSONValueProtocol |