+Thomas I thought, perhaps erroneously, that if there is only 1 runner on the classpath we did this already. Though of course it wouldn't work in almost any case -- most runners require extra command line flags.
On Mon, Apr 3, 2017 at 12:33 PM, Antony Mayi <[email protected]> wrote: > Currently I need to compile my pipeline with options.setRunner(XY.class). > is it not possible to infer the runner implicitly? ie. ultimately having > one jar file that I can submit to any platform and it would run (currently > I need to recompile or specify some switches before running it on different > engine). Some kind of platform detection with potential fallback to direct > runner. > > thanks, > antony. >
