You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: