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

getting error on identity graph notebook complaining about neptune_python_utils.zip #723

Open
shahramjoon opened this issue Jan 8, 2025 · 0 comments

Comments

@shahramjoon
Copy link

when running
graph-notebook/src/graph_notebook/notebooks/01-Neptune-Database/03-Sample-Applications/03-Identity-Graphs/03-Jumpstart-Identity-Graphs-Using-Canonical-Model-and-ETL/03-Jumpstart-Identity-Graphs-Using-Canonical-Model-and-ETL.ipynb

i am getting error

in code
response = glue_utils_obj.startjob("job_demographics")
jobrunid = response['JobRunId']
glue_utils_obj.checkjobstatus("job_demographics",jobrunid)

all glue job version from 2/3/4/5 are giving the errors

the error in cloudwatch says

INFO 2025-01-08T23:30:48,988 37709 com.amazonaws.services.glue.PythonModuleInstaller [main] STDError Stream ERROR: file:///tmp/glue-job-4025901185104101360/neptune_python_utils.zip does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

LAUNCH ERROR | Installation of Additional Python Modules failed, please see the logs for more detailsPlease refer logs for details.

ERROR 2025-01-08T23:30:48,998 37719 com.amazonaws.services.glue.GlueBootstrap [main] Bootstrapping failed
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.amazonaws.services.glue.GlueBootstrap.invokeMainMethod(GlueBootstrap.java:325) ~[EMRGlueBootstrap-5.0-jar-with-dependencies.jar:5.0]
at com.amazonaws.services.glue.GlueBootstrap.launchPrepareStageOnDriver(GlueBootstrap.java:299) ~[EMRGlueBootstrap-5.0-jar-with-dependencies.jar:5.0]
at com.amazonaws.services.glue.GlueBootstrap.bootstrap(GlueBootstrap.java:75) ~[EMRGlueBootstrap-5.0-jar-with-dependencies.jar:5.0]
at com.amazonaws.services.glue.GlueBootstrap.main(GlueBootstrap.java:60) [EMRGlueBootstrap-5.0-jar-with-dependencies.jar:5.0]
Caused by: java.lang.reflect.InvocationTargetException
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke

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