Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce two citation matching related fixes for issues discovered during the last provision round on BETA #1429

Commits on Aug 17, 2023

  1. Closes #1427: Citation matching failed due to an executor exceeding m…

    …emory limits
    
    Introducing new `citationmatchingDirectSparkExecutorOverhead` parameter set to `2048` by default.
    marekhorst committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1bd58df View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Closes #1427: Citation matching failed due to an executor exceeding m…

    …emory limits
    
    Fixing fuzzy citation matching failure due to an executor exceeding memory limits by propagating `sparkExecutorOverhead` to the `citation-matching-input-transformer` spark action. Until now it was propagated to `citation-matching` action only.
    marekhorst committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    363dfa1 View commit details
    Browse the repository at this point in the history
  2. Closes #1428: Fuzzy citation matching input and output transformers d…

    …o not remove output dir at startup
    marekhorst committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c4ff3fd View commit details
    Browse the repository at this point in the history