Skip to content

Commit

Permalink
Update ReceiverTracker.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkamravi2 committed Jun 3, 2015
1 parent fff1b2e commit 41705de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class ReceiverTracker(ssc: StreamingContext, skipReceiverLaunch: Boolean = false
for (i <- 0 to (receivers.length - 1)) {
receivers(i).preferredLocation = Some(executors(i % executors.length))
}
hasLocationPreferences = true;
hasLocationPreferences = true
}
}

Expand Down

0 comments on commit 41705de

Please sign in to comment.