Closed danscales closed 10 months ago
Very minor, but I think main/resources is typically for static files you want to load in the JAR for the application to use. But this is something called outside the JAR. Maybe it'd fit better just under the scripts folder? But not a big deal either way.
Thanks for the review! Sure, your suggestion definitely makes sense. I moved the script to the scripts/ directory.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
196d3bb
) 18.15% compared to head (81111ae
) 18.15%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
GTC-2641 Add the boot script that we use for EMR nodes
This script has not been under source code control before. As the fix for GTC-2641, I added a new line loading a specific version of libcurl (version 7.76.1). Otherwise, we always get the newest version of libcurl (currently version 8.5), and that is causing the issue (socket disconnects on repeated access to S3). I'm not yet sure if it is a bug in the newer versions of libcurl or an intended feature.