Baunsgaard opened a new pull request #1088: URL: https://github.com/apache/systemds/pull/1088
This commit add the ability to save a federated matrix, But only one that has UID 0. If the UID is 0 on the remote then we know that it is a matrix, that have just been read from a file. Therefore we can without modifying the remote workers save our json directly, and read normally this file. Example: X = federated(addresses=...,ranges=...) write(X, X_fed.json, format="federated") ---------------------------------------------------------------- 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: [email protected]
