azkaban / azkaban-plugins

Plugins for Azkaban.
https://azkaban.github.io
Apache License 2.0
130 stars 178 forks source link

No job logs #254

Closed BrianGallew closed 7 years ago

BrianGallew commented 7 years ago

I'm running a very current build (d32d0d9a352fa70cb2cb6b27faf01239520dd6c1) and have noticed that job logs no longer show up in Azkaban. All the jobs I've looked at so far have been pig jobs, and in every case, where I used to see hundreds of lines detailing the execution, now I get nothing.

If it matters, I'm running against AWS EMR-5.2.0 (Hadoop 2.7.1, Pig-0.16, and Tez-0.8.4).

BrianGallew commented 7 years ago

Hrm, it occurs to me I should also mention I'm configured in multi-executor mode. For simplicity in testing I have only a single executor active.

kunkun-tang commented 7 years ago

Please take a look at the azkaban executor logs, and let me know if you find something.

BrianGallew commented 7 years ago

Amazing. I restarted the executor and now it's working. I love it when the devs can even fix systems to which they don't have access!