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

aws glue image 3.0 docker image exits with error code 0 #196

Open
samirakarki opened this issue Aug 30, 2023 · 0 comments
Open

aws glue image 3.0 docker image exits with error code 0 #196

samirakarki opened this issue Aug 30, 2023 · 0 comments

Comments

@samirakarki
Copy link

I'm using aws glue image 3.0 in Dockerfile and utilizing this image to run pyspark test case as Codebuild process which is run via buildspec.yml file. Recently out codebuild is failing to run below line:

  • docker exec -e AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION -e PYTHONPATH=/home/glue_user/aws-glue-libs/PyGlue.zip:/home/glue_user/spark/python/lib/py4j-0.10.9-src.zip:/home/glue_user/spark/python/:/opt/project/glue/python/ glue3 python3 -m unittest discover -s /opt/project/glue/python/tests/

It hits "Reason: exit status 137"
upon investaging:

  1. I have checked the log, I see no java related error, if that was cause relating to OOM.
  2. One thing I've identified, container exits right away after the image is tagged.
  3. I've attached the logs below.
    test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant