This content has been marked as final.
Show 3 replies
-
1. Re: Distributed Execution Framework on a remote cluster
Vladimir Blagojevic Sep 12, 2013 10:20 AM (in response to Mikolaj Gierulski)Yeah, you can invoke distributed callable remotely from REST. One problem with these remote initiations of distributed execution is that you can not currently invoke them with some complex objects being passed as a parameter and returned as a result. However, you can use primitive parameters as an identity for those complex input objects that could reside in cache or somewhere else in your application scope.
Regards,
Vladimir
-
2. Re: Distributed Execution Framework on a remote cluster
Mikolaj Gierulski Sep 12, 2013 1:30 PM (in response to Vladimir Blagojevic)And there's no way to build a remote cluster's DistributionManager and RpcManager to send commands to a cluster without 'participating' as a cluster member?
Regards,
Mikolaj
-
3. Re: Distributed Execution Framework on a remote cluster
Vladimir Blagojevic Sep 12, 2013 4:13 PM (in response to Mikolaj Gierulski)No, not at the moment! We are looking into this and should be in place eventually!
Regards,
Vladimir