[SYSTEMML-1768] Cleanup properties of systemml-config file This patch cleans up the following two properties of the SystemML-config.xml file in order to better convey their meaning:
1) cp.parallel.matrixmult -> cp.parallel.ops 2) cp.parallel.textio -> cp.parallel.io Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/03816a40 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/03816a40 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/03816a40 Branch: refs/heads/gh-pages Commit: 03816a404a4f76e4ad9e0b66094d0d6c18e51b2c Parents: d8b20f0 Author: Matthias Boehm <[email protected]> Authored: Thu Jul 13 19:46:08 2017 -0700 Committer: Matthias Boehm <[email protected]> Committed: Thu Jul 13 19:46:26 2017 -0700 ---------------------------------------------------------------------- standalone-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/03816a40/standalone-guide.md ---------------------------------------------------------------------- diff --git a/standalone-guide.md b/standalone-guide.md index 4f901c1..a401c30 100644 --- a/standalone-guide.md +++ b/standalone-guide.md @@ -334,8 +334,8 @@ The console output should show the accuracy of the trained model in percent, i.e 15/09/01 01:32:51 INFO conf.DMLConfig: Updating dml.yarn.appmaster.mem with value 2048 15/09/01 01:32:51 INFO conf.DMLConfig: Updating dml.yarn.mapreduce.mem with value 2048 15/09/01 01:32:51 INFO conf.DMLConfig: Updating dml.yarn.app.queue with value default - 15/09/01 01:32:51 INFO conf.DMLConfig: Updating cp.parallel.matrixmult with value true - 15/09/01 01:32:51 INFO conf.DMLConfig: Updating cp.parallel.textio with value true + 15/09/01 01:32:51 INFO conf.DMLConfig: Updating cp.parallel.ops with value true + 15/09/01 01:32:51 INFO conf.DMLConfig: Updating cp.parallel.io with value true Accuracy (%): 74.14965986394557 15/09/01 01:32:52 INFO api.DMLScript: SystemML Statistics: Total execution time: 0.130 sec.
