Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Apr 6, 2017
1 parent 3591572 commit 06905f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ExternalH2OBackend(val hc: H2OContext) extends SparklingBackend with Exter
"-jobname", H2O_JOB_NAME.format(sparkAppId),
"-mapperXmx", conf.mapperXmx,
"-output", conf.HDFSOutputDir.get,
"-timeout", conf.clusterStartTimeout
"-timeout", conf.clusterStartTimeout.toString,
"-disown"
)

Expand Down

0 comments on commit 06905f6

Please sign in to comment.