incubator-systemml git commit: Resolving SYSTEMML-331 bug by adding setConfig method in MLContext.

2016-01-12 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 6b4205e29 -> 231f69dd0 Resolving SYSTEMML-331 bug by adding setConfig method in MLContext. One can use following code to change scratch_space for Databricks cloud: val ml = new MLContext(sc) ... ml.setConfig("scratch", "some_ot

incubator-systemml git commit: Adding new variance and standard deviation functions to documentation.

2016-01-12 Thread dusenberrymw
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 1663a89d4 -> 38380fd69 Adding new variance and standard deviation functions to documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

incubator-systemml git commit: Adding new variance and standard deviation functions to documentation.

2016-01-12 Thread dusenberrymw
Repository: incubator-systemml Updated Branches: refs/heads/master 3206ac140 -> 6b4205e29 Adding new variance and standard deviation functions to documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sy

[1/3] [incubator-systemml] Git Push Summary

2016-01-12 Thread dusenberrymw
Repository: incubator-systemml Updated Branches: refs/heads/master 5bc92d463 -> 3206ac140

[2/3] incubator-systemml git commit: [SYSTEMML-217] Add New Unary Aggregates: Variance & Standard Deviation

2016-01-12 Thread dusenberrymw
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3206ac14/src/test/java/org/apache/sysml/test/integration/functions/aggregate/ColVariancesTest.java -- diff --git a/src/test/java/org/apache/sysml/test/integration/func

[3/3] incubator-systemml git commit: [SYSTEMML-217] Add New Unary Aggregates: Variance & Standard Deviation

2016-01-12 Thread dusenberrymw
[SYSTEMML-217] Add New Unary Aggregates: Variance & Standard Deviation This introduces new "variance" and "standard deviation" unary operators to the DML language, including row and column variants for each: `var(X)`, `rowVars(X)`, `colVars(X)`, `sd(X)`, `rowSds(X)`, `colSds(X)`. The implement

incubator-systemml git commit: Upgrading Spark version to 1.4.1

2016-01-12 Thread dusenberrymw
Repository: incubator-systemml Updated Branches: refs/heads/master 65844aa6d -> 5bc92d463 Upgrading Spark version to 1.4.1 Making the versions of spark-related dependencies consistent. Closes #29. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wi

[1/2] incubator-systemml git commit: Improve structure of doc presentation

2016-01-12 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages c815d1804 -> 1663a89d4 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/1663a89d/mlcontext-programming-guide.md -- diff --git a/mlcontext-progra

[2/2] incubator-systemml git commit: Improve structure of doc presentation

2016-01-12 Thread deron
Improve structure of doc presentation Update index.md and global.html to present available docs in a more structured format, while additionally conveying more information in index.md about the capabilities to be found in the existing docs. Add Apache license to hadoop-batch-mode.md. Change MLConte

[1/2] incubator-systemml git commit: Improve structure of doc presentation

2016-01-12 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master 52fae50d5 -> 65844aa6d http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/65844aa6/docs/mlcontext-programming-guide.md -- diff --git a/docs/mlcontex

[2/2] incubator-systemml git commit: Improve structure of doc presentation

2016-01-12 Thread deron
Improve structure of doc presentation Update index.md and global.html to present available docs in a more structured format, while additionally conveying more information in index.md about the capabilities to be found in the existing docs. Add Apache license to hadoop-batch-mode.md. Change MLConte

incubator-systemml git commit: [HOTFIX] Fix various tests issues (local test directory, missing input)

2016-01-12 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 4d19a2097 -> 52fae50d5 [HOTFIX] Fix various tests issues (local test directory, missing input) This change mainly fixes corrupted local test directories, which led to side effects between concurrent testsuite runs (when ran thr