You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:23:04 UTC

[GitHub] [systemds] sebwrede opened a new pull request #1313: [SYSTEMDS-3018] Federated Execution Rewriter

sebwrede opened a new pull request #1313:
URL: https://github.com/apache/systemds/pull/1313


   This PR adds a federated execution rewriter. 
   The rewriter currently loads the privacy constraints of federated data input from the federated workers and propagates these privacy constraints through the Hop DAG. The rewriter will be extended in a later PR with an execution plan builder, which will represent the different federated execution plans and evaluate the utility of each plan.
   This PR additionally refactors the PrivacyPropagator to ensure that the Hop and instruction privacy propagation goes through the same core propagation. 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] mboehm7 commented on pull request #1313: [SYSTEMDS-3018] Federated Execution Rewriter

Posted by GitBox <gi...@apache.org>.
mboehm7 commented on pull request #1313:
URL: https://github.com/apache/systemds/pull/1313#issuecomment-873664677


   LGTM - thanks for the patch @sebwrede. I applied the same rewrite also predicates now (as they might similarly tough protected datasets), fixed some warnings and imports, and would recommend for the future to use the MetaDataAll for handling mtd file as it tries to limit the surface of dealing with specific JSON APIs that we want to replace in the near future.


-- 
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: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] asfgit closed pull request #1313: [SYSTEMDS-3018] Federated Execution Rewriter

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1313:
URL: https://github.com/apache/systemds/pull/1313


   


-- 
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: dev-unsubscribe@systemds.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org