spark git commit: [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.py

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/master 484fecbf1 - ce0333f9a [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.py This PR rename random.py to rand.py to avoid the side affects of conflict with random module, but still keep the same interface as before. ``` from

spark git commit: [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.py

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.2 ad872a5ba - c502e08e8 [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.py This PR rename random.py to rand.py to avoid the side affects of conflict with random module, but still keep the same interface as before. ``` from

spark git commit: [SPARK-4378][MLLIB] make ALS more Java-friendly

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/master ce0333f9a - ca26a212f [SPARK-4378][MLLIB] make ALS more Java-friendly Add Java-friendly version of `run` and `predict`, and use bulk prediction in Java unit tests. The user guide update will come later (though we may not save many lines

spark git commit: [SPARK-4378][MLLIB] make ALS more Java-friendly

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.2 c502e08e8 - ff9428320 [SPARK-4378][MLLIB] make ALS more Java-friendly Add Java-friendly version of `run` and `predict`, and use bulk prediction in Java unit tests. The user guide update will come later (though we may not save many

spark git commit: [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNE

2014-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master ca26a212f - a0fa1ba70 [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNE This is introduced in #3147 and is failing builds without the `-Pyarn` profile. Author: Andrew Or and...@databricks.com Closes #3250 from

spark git commit: [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNE

2014-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 ff9428320 - c07592e40 [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNE This is introduced in #3147 and is failing builds without the `-Pyarn` profile. Author: Andrew Or and...@databricks.com Closes #3250 from

spark git commit: [SPARK-4326] fix unidoc

2014-11-13 Thread adav
Repository: spark Updated Branches: refs/heads/master a0fa1ba70 - 4b0c1edfd [SPARK-4326] fix unidoc There are two issues: 1. specifying guava 11.0.2 will cause hashInt not found in unidoc (any reason to force the version here?) 2. unidoc doesn't recognize static class defined in a base

spark git commit: [SPARK-4326] fix unidoc

2014-11-13 Thread adav
Repository: spark Updated Branches: refs/heads/branch-1.2 c07592e40 - d993a44de [SPARK-4326] fix unidoc There are two issues: 1. specifying guava 11.0.2 will cause hashInt not found in unidoc (any reason to force the version here?) 2. unidoc doesn't recognize static class defined in a base

spark git commit: [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala and Python

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/master 4b0c1edfd - 32218307e [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala and Python The current default regParam is 1.0 and regType is claimed to be none in Python (but actually it is l2), while regParam = 0.0

spark git commit: [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala and Python

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.2 d993a44de - 5de97fc43 [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala and Python The current default regParam is 1.0 and regType is claimed to be none in Python (but actually it is l2), while regParam =

spark git commit: [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by time

2014-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.2 5de97fc43 - f1e7d1c2c [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by time Author: zsxwing zsxw...@gmail.com Closes #3179 from zsxwing/SPARK-4310 and squashes the following commits: b0d29f5 [zsxwing] Sort 'Submitted'

spark git commit: [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by time

2014-11-13 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 32218307e - 825709a0b [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by time Author: zsxwing zsxw...@gmail.com Closes #3179 from zsxwing/SPARK-4310 and squashes the following commits: b0d29f5 [zsxwing] Sort 'Submitted' column

spark git commit: [branch-1.1][SPARK-4355] OnlineSummarizer doesn't merge mean correctly

2014-11-13 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.1 685bdd2b7 - 4b1c77cbf [branch-1.1][SPARK-4355] OnlineSummarizer doesn't merge mean correctly andrewor14 This backports the bug fix in #3220 . It would be good if we can get it in 1.1.1. But this is minor. Author: Xiangrui Meng

Git Push Summary

2014-11-13 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.1.0 [created] 2f9b2bd78 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org