Gule job is stopped while running

0

Glu job is stopped while runnning.

This process cannot be finished right.

Of cource, I didn't click "Strop job run" bottom.

This problem occurs when the following sentences are added, and there is a error log in output log.

""" cond= [col("a.mail_id")==col("b.mail_id"), col("b.mail_sub_id")==2] castedDf = castedDf.alias("a").join(castedDf.alias("b"),cond,'left')
.filter(col('a.mail_sub_id') == 1)
.select('a.mail_id',
'a.mail_sub_id',...) """

Error log java.lang.ClassNotFoundException: org.apache.logging.log4j.core.lookup.JndiLookup

已提問 2 年前檢視次數 418 次
1 個回答
2

Typically, the ClassNotFoundException is a warning. This is due to a security patch where vulnerable JNDI lookup classes were removed from the Log4j jars. These warnings can be safely ignored.

You should look in the logs for additional errors, to try to get a better understanding of the logs you can enable AWS Glue Job Insights, to try to get some more specific information on the exact error causing the job failure. To identify the exact error messages, searching through the ERROR logs with GlueExceptionAnalysisListener typically would lead me to the exact line that errors and the Error message. Please try that and let us know if you are still unable to identify the error

profile pictureAWS
已回答 2 年前
AWS
專家
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南