Skip to content

Commit

Permalink
Merge pull request #3 from Aser-Atawya/master
Browse files Browse the repository at this point in the history
Correct a Typo
  • Loading branch information
mikeizbicki authored Apr 2, 2024
2 parents 4c57ad4 + e6d67f2 commit c018bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Complete the following steps:
```

2. Call the `load_denormalized.sh` file using the `parallel` program from within the `load_tweets_parallel.sh` script.
You know you've completed this step correctly if the `check-answers.sh` script passes and the test badge turns green.
You know you've completed this step correctly if the `check_answers.sh` script passes and the test badge turns green.

#### Normalized Data (unbatched)

Expand All @@ -113,7 +113,7 @@ so even when run in parallel it is still slower than the batched code.
Parallel loading of the batched data will fail due to deadlocks.
These deadlocks will cause some of your parallel loading processes to crash.
So all the data will not get inserted,
and you will fail the `check-answers.sh` tests.
and you will fail the `check_answers.sh` tests.

There are two possible ways to fix this.
The most naive method is to catch the exceptions generated by the deadlocks in python and repeat the failed queries.
Expand Down

0 comments on commit c018bcf

Please sign in to comment.