Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Address comments
  • Loading branch information
foxish committed Dec 20, 2017
commit 7427204d0ec2c2f3cbc9a456ac55b3accbb0ee0c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private[spark] class KubernetesClusterSchedulerBackend(

private val initialExecutors = SchedulerBackendUtils.getInitialTargetExecutorNumber(conf)

private val podAllocationInterval = conf.getTimeAsMs(KUBERNETES_ALLOCATION_BATCH_DELAY.key)
private val podAllocationInterval = conf.get(KUBERNETES_ALLOCATION_BATCH_DELAY)

private val podAllocationSize = conf.get(KUBERNETES_ALLOCATION_BATCH_SIZE)

Expand Down