Skip to content

Commit 715c8fa

Browse files
chore: update hostgraph configuration for cc-main-2024-oct-nov-dec
1 parent 5f24924 commit 715c8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/script/hostgraph/hostgraph_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### saved as tuples <from_host, to_host>
1313

1414
# crawls to be processed
15-
CRAWLS=("CC-MAIN-2024-38" "CC-MAIN-2024-42" "CC-MAIN-2024-46")
15+
CRAWLS=("CC-MAIN-2024-42" "CC-MAIN-2024-46" "CC-MAIN-2024-51")
1616

1717
INPUT_BASE_URL="s3://commoncrawl/"
1818

@@ -42,7 +42,7 @@ S3A_OUTPUT_PREFIX=s3a://commoncrawl-webgraph
4242
################################################################################
4343
# construct a merged graph of multiple monthly crawls
4444

45-
MERGE_NAME=cc-main-2024-sep-oct-nov
45+
MERGE_NAME=cc-main-2024-oct-nov-dec
4646

4747
# Naming convention should be the three months' crawls that are
4848
# used to generate this graph release. In the event of multiple months

0 commit comments

Comments
 (0)