Skip to content

Commit

Permalink
Clarify jobName param, remove Fix this since it has been integrated i…
Browse files Browse the repository at this point in the history
…nto all.libsonnet as intended.
  • Loading branch information
holdenk committed Oct 10, 2018
1 parent 5be2c65 commit 982dcd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kubeflow/spark/all.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@
labels: {
version: sparkVersion,
},
// Fix this
serviceAccount: params.name + "-spark",
volumeMounts: [
{
Expand Down
2 changes: 1 addition & 1 deletion kubeflow/spark/prototypes/spark-job.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @param name string Name for the component
// @param applicationResource string jar or pyfile reference for spark-submit
// @optionalParam namespace string default namespace to run in
// @optionalParam jobName string defaultjob Name for the component
// @optionalParam jobName string defaultjob Name for the job
// @optionalParam mainClass string null JVM Class name of driver entry point
// @optionalParam type string Scala Type of applicaiton (e.g. Scala, Python)
// @optionalParam driverCores number 2 number of cores for driver
Expand Down

0 comments on commit 982dcd4

Please sign in to comment.