diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-05-03 17:12:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-05-03 17:12:48 -0700 |
commit | 00ae74378413e87f230c88113ff8163a6f969d63 (patch) | |
tree | 16cdcbde7a002704e80f494b7fd13fc5c19dd695 /sql | |
parent | ef0421567dd67a248d0f92f32ad4e14ae0776920 (diff) | |
download | sandcrawler-00ae74378413e87f230c88113ff8163a6f969d63.tar.gz sandcrawler-00ae74378413e87f230c88113ff8163a6f969d63.zip |
switch default kafka-broker host from wbgrp-svc263 to wbgrp-svc350
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 |