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
start from template for driver
start from template for executor
wip
volume executor podspec template
move logic to apply functions
find containers
style
remove import
compiles
tests pass
adding TemplateVolumeStepSuite
DriverBuilder test
WIP trying to write tests for KubernetesDriverBuilder constructor
fix test
fix test, and move loading logic to util method
validate that the executor pod template is good in the driver
cleaning
redo mounting file
rename to TemplateConfigMapStep
Pass initialPod constructor instead of Spec constructor
make driver and executor container names configurable
create temp file correctly?
executor initial pod test
add docs
addressing some comments
integration tests attempt 1
fix up docs
rename a variable
fix style?
fix docs to remove container name conf and further clarify
actually add the pod template test
remove containerName confs
test tag and indent
extension
use resources for integartion tests templates
rat
fix path
prevent having duplicate containers
do not use broken removeContainer
nits
inline integration test methods, add volume to executor builder unit tests
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicDriverFeatureStep.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ private[spark] class BasicDriverFeatureStep(
Copy file name to clipboardExpand all lines: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/BasicExecutorFeatureStep.scala
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ private[spark] class BasicExecutorFeatureStep(
0 commit comments