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
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ private[spark] class ApplicationMaster(
@volatile private var finalMsg: String = ""
@volatile private var userClassThread: Thread = _

private var reporterThread: Thread = _
private var allocator: YarnAllocator = _
@volatile private var reporterThread: Thread = _
@volatile private var allocator: YarnAllocator = _

// Fields used in client mode.
private var actorSystem: ActorSystem = null
Expand Down