git commit: Manual revert of rc2 version changes.

2014-04-29 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 ee964609e - 28633440c Manual revert of rc2 version changes. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/28633440 Tree:

git commit: [maven-release-plugin] prepare release v1.0.0-rc3

2014-04-29 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 28633440c - d636772ea [maven-release-plugin] prepare release v1.0.0-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d636772e Tree:

Git Push Summary

2014-04-29 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.0.0-rc3 [created] e7c46933a

git commit: Minor fix to python table caching API.

2014-04-29 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 4ed58aaa3 - 0995787ac Minor fix to python table caching API. Author: Michael Armbrust mich...@databricks.com Closes #585 from marmbrus/pythonCacheTable and squashes the following commits: 7ec1f91 [Michael Armbrust] Minor fix to

git commit: HOTFIX: minor change to release script

2014-04-29 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 838cb0ea1 - c27ce2b4f HOTFIX: minor change to release script Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c27ce2b4 Tree:

git commit: SPARK-1557 Set permissions on event log files/directories

2014-04-29 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 9a1184a8a - 8db0f7e28 SPARK-1557 Set permissions on event log files/directories This adds minimal setting of event log directory/files permissions. To have a secure environment the user must manually create the top level event log

git commit: SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN.

2014-04-29 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 9754d1b12 - 5f48721ec SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN. Author: Sandy Ryza sa...@cloudera.com Closes #586 from sryza/sandy-spark-1588 and squashes the following commits: 35eb38e [Sandy Ryza]

git commit: [SPARK-1674] fix interrupted system call error in pyspark's RDD.pipe

2014-04-29 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.0 5f48721ec - 919ed3108 [SPARK-1674] fix interrupted system call error in pyspark's RDD.pipe `RDD.pipe`'s doctest throws interrupted system call exception on Mac. It can be fixed by wrapping `pipe.stdout.readline` in an iterator.

git commit: [SPARK-1646] Micro-optimisation of ALS

2014-04-29 Thread rxin
Repository: spark Updated Branches: refs/heads/master d33df1c15 - 5c0cd5c1a [SPARK-1646] Micro-optimisation of ALS This change replaces some Scala `for` and `foreach` constructs with `while` constructs. There may be a slight performance gain on the order of 1-2% when training an ALS model.

git commit: [SPARK-1646] Micro-optimisation of ALS

2014-04-29 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 919ed3108 - 92269f97c [SPARK-1646] Micro-optimisation of ALS This change replaces some Scala `for` and `foreach` constructs with `while` constructs. There may be a slight performance gain on the order of 1-2% when training an ALS

git commit: Handle the vals that never used

2014-04-29 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 775020f00 - b0ded1f6f Handle the vals that never used In XORShiftRandom.scala, use val million instead of constant 1e6.toInt. Delete vals that never used in other files. Author: WangTao barneystin...@aliyun.com Closes #565 from