[email protected] event log, Columns: ip region, create time, ip, source p...">

当前位置:网站首页>Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 64

Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 64

2022-04-23 20:12:00 My brother is not strong enough to fight

An error is as follows :

05-01-2022 10:21:01 CST ods_to_dwd_log INFO - No Stats for [email protected]_event_log, Columns: ip_region, create_time, ip, source_parameter, v_uuid, account_region, visit_page_time, version, url, path, account_id, event_type, detail_parameter, account_register_time, page_name, host, page_parameter, client, goto_parameter, id, event_time
05-01-2022 10:21:01 CST ods_to_dwd_log INFO - No Stats for [email protected]_event_log, Columns: account_id, v_uuid, id, event_time
05-01-2022 10:21:01 CST ods_to_dwd_log INFO - No Stats for [email protected]_event_log, Columns: ip_region, create_time, ip, source_parameter, v_uuid, account_region, visit_page_time, version, url, path, account_id, event_type, detail_parameter, account_register_time, page_name, host, page_parameter, client, goto_parameter, id, event_time
05-01-2022 10:21:04 CST ods_to_dwd_log INFO - FAILED: SemanticException Failed to get a spark session: org.apache.hadoop.hive.ql.metadata.HiveException: Failed to create Spark client for Spark session 4492e628-e0f9-430e-a994-9e9e476586d6
05-01-2022 10:21:05 CST ods_to_dwd_log INFO - Process with id 11720 completed unsuccessfully in 10 seconds.
05-01-2022 10:21:05 CST ods_to_dwd_log ERROR - Job run failed!
java.lang.RuntimeException: azkaban.jobExecutor.utils.process.ProcessFailureException: Process exited with code 64
	at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:312)
	at azkaban.execapp.JobRunner.runJob(JobRunner.java:823)
	at azkaban.execapp.JobRunner.doRun(JobRunner.java:602)
	at azkaban.execapp.JobRunner.run(JobRunner.java:563)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: azkaban.jobExecutor.utils.process.ProcessFailureException: Process exited with code 64
	at azkaban.jobExecutor.utils.process.AzkabanProcess.run(AzkabanProcess.java:125)
	at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:304)
	... 8 more
05-01-2022 10:21:05 CST ods_to_dwd_log ERROR - azkaban.jobExecutor.utils.process.ProcessFailureException: Process exited with code 64 cause: azkaban.jobExecutor.utils.process.ProcessFailureException: Process exited with code 64
05-01-2022 10:21:05 CST ods_to_dwd_log INFO - Finishing job ods_to_dwd_log at 1641349265106 with status FAILED

Seeing this error, I searched and corrected it on the Internet , But no solution has been found .

When I was discouraged, I saw the mistake about sql Log , as follows :

No Stats for [email protected]_event_log, Columns: ip_region, create_time, ip, source_parameter, v_uuid, account_region, visit_page_time, version, url, path, account_id, event_type, detail_parameter, account_register_time, page_name, host, page_parameter, client, goto_parameter, id, event_time
05-01-2022 10:21:01 CST ods_to_dwd_log INFO - No Stats for [email protected]_event_log, Columns: account_id, v_uuid, id, event_time
05-01-2022 10:21:01 CST ods_to_dwd_log INFO - No Stats for [email protected]_event_log, Columns: ip_region, create_time, ip, source_parameter, v_uuid, account_region, visit_page_time, version, url, path, account_id, event_type, detail_parameter, account_register_time, page_name, host, page_parameter, client, goto_parameter, id, event_time

I thought. , Why is there this log line , Did I use “select * from” , Because for hive For example, it's best to write out all the columns to be queried , Then I'll change this question , Save looking upset .

A miracle happened , After correcting this problem , Run again azkaban I ran successfully .

inspire , Sometimes logs can't clearly reveal errors , But try to see and solve , Maybe some small problems are the root cause of the error !!!!

版权声明
本文为[My brother is not strong enough to fight]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210556214141.html