Repository: incubator-systemml Updated Branches: refs/heads/master 15b335edf -> aaca80061
[MINOR] Updating deprecated Spark config. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/aaca8006 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/aaca8006 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/aaca8006 Branch: refs/heads/master Commit: aaca80061adae1fbf4d27b7466840daf852a0d54 Parents: 15b335e Author: Mike Dusenberry <[email protected]> Authored: Fri Jun 2 14:49:25 2017 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Fri Jun 2 14:49:25 2017 -0700 ---------------------------------------------------------------------- projects/breast_cancer/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/aaca8006/projects/breast_cancer/README.md ---------------------------------------------------------------------- diff --git a/projects/breast_cancer/README.md b/projects/breast_cancer/README.md index d1c3a2c..ce7b418 100644 --- a/projects/breast_cancer/README.md +++ b/projects/breast_cancer/README.md @@ -100,7 +100,7 @@ References: # Remove the max result size constraint. spark.driver.maxResultSize 0 # Increase the message size. - spark.akka.frameSize 128 + spark.rpc.message.maxSize 128 # Extend the network timeout threshold. spark.network.timeout 1000s # Setup some extra Java options for performance. @@ -136,3 +136,4 @@ References: - Host on server: - `python3 path/to/openslide-python/examples/deepzoom/deepzoom_multiserver.py -Q 100 -l HOSTING_URL_HERE path/to/data/` - Open local browser to `HOSTING_URL_HERE:5000`. +
