Skip to content

Commit

Permalink
Fix pass through of override opts
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Feb 27, 2015
1 parent cfe3966 commit 60cb0f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ private void runWorkflowSchedulerPlugin(File outFile, File tempSchedulerFile) th
totalParams.add("--" + this.metadataWriteBackOffSpec.options().iterator().next());
}
if (options.has(this.nonOptionSpec)) {
totalParams.add("--");
for (String val : options.valuesOf(this.nonOptionSpec)) {
totalParams.add(val);
}
Expand Down

0 comments on commit 60cb0f7

Please sign in to comment.