kbase / cdm-jupyterhub

CDM JupyterHub Images for Spark Execution on KBase Rancher
MIT License
1 stars 1 forks source link

Update YARN images #51

Closed MrCreosote closed 3 months ago

MrCreosote commented 3 months ago

Depends on https://github.com/kbase/cdm-prototype-yarn/pull/7

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 50.00%. Comparing base (d6bbff6) to head (9c85014).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ======================================= Coverage 50.00% 50.00% ======================================= Files 4 4 Lines 118 118 ======================================= Hits 59 59 Misses 59 59 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MrCreosote commented 3 months ago

Sigh...

I don't understand why it would core dump here but not in the yarn repo.

The line it's core dumping on is the very last line:

"$@"

$@ should be yarn [resource|node]manager

MrCreosote commented 3 months ago

Might be a docker version / MacOS version / Rosetta issue: https://github.com/docker/for-mac/issues/7172