[ https://issues.apache.org/jira/browse/GOBBLIN-2193?focusedWorklogId=956038&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-956038 ]
ASF GitHub Bot logged work on GOBBLIN-2193: ------------------------------------------- Author: ASF GitHub Bot Created on: 07/Feb/25 11:00 Start Date: 07/Feb/25 11:00 Worklog Time Spent: 10m Work Description: iPalash commented on code in PR #4096: URL: https://github.com/apache/gobblin/pull/4096#discussion_r1946353539 ########## gobblin-temporal/src/main/java/org/apache/gobblin/temporal/joblauncher/GobblinTemporalJobLauncher.java: ########## @@ -36,6 +36,9 @@ import io.temporal.serviceclient.WorkflowServiceStubs; import io.temporal.workflow.Workflow; +import org.apache.commons.text.TextStringBuilder; +import org.apache.gobblin.cluster.event.JobSummaryEvent; +import org.apache.gobblin.runtime.JobState; Review Comment: Thanks, I will see separately if we can turn this into lint check/automation. Issue Time Tracking ------------------- Worklog Id: (was: 956038) Time Spent: 1h 40m (was: 1.5h) > Fail Azkaban job on when temporal job fails > ------------------------------------------- > > Key: GOBBLIN-2193 > URL: https://issues.apache.org/jira/browse/GOBBLIN-2193 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Swapnil Palash > Assignee: Hung Tran > Priority: Major > Time Spent: 1h 40m > Remaining Estimate: 0h > > Currently when the temporal job running on Yarn fails, we don't propagate the > error back to Azkaban job which launches the Yarn Application. > The change here bubbles the issues encountered when the job fails upto the > GobblinYarnAppLaucher run by the Azkaban job and fails with a > RuntimeException after logging the issues summary. -- This message was sent by Atlassian Jira (v8.20.10#820010)