Han Ju

Results 7 comments of Han Ju

Also `simpleflow.futures.wait` method should not raise `ExecutionBlocked` exception.

I think this depends heavily on what serialization SWF supports.

We may need: - a transform function registry(field) in each future object - `set_result`/`set_exception` function used by executor for triggering transformation function - a predecessor future reference cf. Scala impl...

IMO one part of the problem is that `ammonite-spark` uses vanilla spark version and its `spark-yarn` is linked with `hadoop 2.6.5`. So instead of using transitive version of hadoop, maybe...

@fathersson Hi just wondering how you setup the s3 endpoint in spark/hadoop?

Thanks @valdisrigdon for your reply. I don't have much knowledge about jenkins plugin architecture but I found that multiple scm plugin call each scm's `checkout` method in turn. https://github.com/jenkinsci/multiple-scms-plugin/blob/master/src/main/java/org/jenkinsci/plugins/multiplescms/MultiSCM.java#L118