From 9db14e42137e06f41e7c895b097a247be2a5efb7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 Nov 2019 16:43:10 -0800 Subject: note that kafka_grobid.py is deprecated --- python/kafka_grobid.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/kafka_grobid.py') diff --git a/python/kafka_grobid.py b/python/kafka_grobid.py index cde7a2d..8d1bd2e 100755 --- a/python/kafka_grobid.py +++ b/python/kafka_grobid.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 """ +DEPRECATED: this worker uses old kafka topics and an old schema. Use +`sandcrawler_worker.py` instead. + Kafka worker that does GROBID extraction from one queue and into another. Based on the ungrobided Hadoop job code. Does not talk to HBase at all, just -- cgit v1.2.3