jsx____ 2021-05-04 16:01 采纳率: 0%
浏览 280

azkaban 执行任务报错

02-05-2021 21:17:15 CST test INFO - Running execid:5 flow:test project:2 version:1
02-05-2021 21:17:15 CST test INFO - Update active reference
02-05-2021 21:17:15 CST test INFO - Updating initial flow directory.
02-05-2021 21:17:15 CST test INFO - Fetching job and shared properties.
02-05-2021 21:17:15 CST test INFO - Starting flows
02-05-2021 21:17:15 CST test INFO - Running flow 'test'.
02-05-2021 21:17:15 CST test ERROR - Error loading job file test.job for job test
02-05-2021 21:17:15 CST test ERROR - An error has occurred during the running of the flow. Quiting.
java.lang.NullPointerException
	at azkaban.execapp.FlowRunner.loadJobProps(FlowRunner.java:699)
	at azkaban.execapp.FlowRunner.prepareJobProperties(FlowRunner.java:662)
	at azkaban.execapp.FlowRunner.runExecutableNode(FlowRunner.java:706)
	at azkaban.execapp.FlowRunner.runReadyJob(FlowRunner.java:522)
	at azkaban.execapp.FlowRunner.runReadyJob(FlowRunner.java:518)
	at azkaban.execapp.FlowRunner.runFlow(FlowRunner.java:357)
	at azkaban.execapp.FlowRunner.run(FlowRunner.java:212)
	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)
02-05-2021 21:17:15 CST test INFO - Setting end time for flow 5 to 1619961435658
  • 写回答

3条回答 默认 最新

  • 阿哲.900 2021-05-04 16:11
    关注

    空指针异常 贴你的代码

    评论

报告相同问题?