ywcb00 opened a new pull request #1453:
URL: https://github.com/apache/systemds/pull/1453


   Hi,
   This PR adds a workaround to the problem of running into a 
ClassCastException because of casting an ExecutionContext into a 
SparkExecutionContext.
   It simply checks if there is a need for having a SparkExecutionContext 
instead of a casual ExecutionContext at every get call to the 
ExecutionContextMap, and derives a new SparkExecutionContext from the actual 
ExecutionContext if this is the case.
   The PR also includes the change of setting the global dml execution mode of 
the federated worker to HYBRID if there is an incoming SPARK Exec_Inst request 
and the worker is on SINGLE_NODE execution mode.
   
   Thanks for review :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to