You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Dispatch tasks to right executors that have tasks' input HDFS data (#216)
* Dispatch tasks to right executors that have tasks' input HDFS data on local disks
* Fix style issues
* Clean up unnecessary fields
* Clean up a misleading method name
* Address review comments
* Fix import ordering
* Delete executor pods in watcher
* Fix the driver hang by unblocking the main thread
* Fix import order
* Clear runningExecutorPods
* Fix incorrect merge
* Address review comments
* Clean up imports
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/kubernetes/KubernetesClientBuilder.scala
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/kubernetes/KubernetesClusterManager.scala
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ private[spark] class KubernetesClusterManager extends ExternalClusterManager {
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/kubernetes/KubernetesClusterSchedulerBackend.scala
0 commit comments