Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix yarn cluster fireAndForget behavior
  • Loading branch information
jerryshao committed Mar 8, 2016
commit e30160edc46c525bb0daa93cc46c04efb8ae55aa
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private[spark] class Client(
}
}
}
private val fireAndForget = isClusterMode && sparkConf.get(WAIT_FOR_APP_COMPLETION)
private val fireAndForget = isClusterMode && !sparkConf.get(WAIT_FOR_APP_COMPLETION)

private var appId: ApplicationId = null

Expand Down