diff options
Diffstat (limited to 'sql')
-rwxr-xr-x | sql/reingest_bulk.sh | 2 | ||||
-rwxr-xr-x | sql/reingest_quarterly.sh | 2 | ||||
-rwxr-xr-x | sql/reingest_spn.sh | 2 | ||||
-rwxr-xr-x | sql/reingest_weekly.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sql/reingest_bulk.sh b/sql/reingest_bulk.sh index d5d3e35..d39a171 100755 --- a/sql/reingest_bulk.sh +++ b/sql/reingest_bulk.sh @@ -15,5 +15,5 @@ cat /srv/sandcrawler/tasks/reingest_bulk_current.json \ | shuf \ | head -n1000000 \ | jq . -c \ - | kafkacat -P -b wbgrp-svc263.us.archive.org -t sandcrawler-prod.ingest-file-requests-bulk -p -1 + | kafkacat -P -b wbgrp-svc350.us.archive.org -t sandcrawler-prod.ingest-file-requests-bulk -p -1 diff --git a/sql/reingest_quarterly.sh b/sql/reingest_quarterly.sh index 20fd82b..8a2996c 100755 --- a/sql/reingest_quarterly.sh +++ b/sql/reingest_quarterly.sh @@ -15,5 +15,5 @@ cat /srv/sandcrawler/tasks/reingest_quarterly_current.json \ | shuf \ | head -n120000 \ | jq . -c \ - | kafkacat -P -b wbgrp-svc263.us.archive.org -t sandcrawler-prod.ingest-file-requests-daily -p -1 + | kafkacat -P -b wbgrp-svc350.us.archive.org -t sandcrawler-prod.ingest-file-requests-daily -p -1 diff --git a/sql/reingest_spn.sh b/sql/reingest_spn.sh index 6fb1e4b..c693a64 100755 --- a/sql/reingest_spn.sh +++ b/sql/reingest_spn.sh @@ -15,5 +15,5 @@ cat /srv/sandcrawler/tasks/reingest_spn.json \ | shuf \ | head -n60000 \ | jq . -c \ - | kafkacat -P -b wbgrp-svc263.us.archive.org -t sandcrawler-prod.ingest-file-requests-priority -p -1 + | kafkacat -P -b wbgrp-svc350.us.archive.org -t sandcrawler-prod.ingest-file-requests-priority -p -1 diff --git a/sql/reingest_weekly.sh b/sql/reingest_weekly.sh index b60bd0e..d2e2444 100755 --- a/sql/reingest_weekly.sh +++ b/sql/reingest_weekly.sh @@ -15,5 +15,5 @@ cat /srv/sandcrawler/tasks/reingest_weekly_current.json \ | shuf \ | head -n80000 \ | jq . -c \ - | kafkacat -P -b wbgrp-svc263.us.archive.org -t sandcrawler-prod.ingest-file-requests-daily -p -1 + | kafkacat -P -b wbgrp-svc350.us.archive.org -t sandcrawler-prod.ingest-file-requests-daily -p -1 |