Git Push Summary

2015-05-23 Thread pwendell
Repository: spark Updated Tags: refs/tags/1.4.0-rc2-test [deleted] 8f50218f3 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 1.4.1-SNAPSHOT

2015-05-23 Thread pwendell
Preparing development version 1.4.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f2f74b9b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f2f74b9b Diff:

[1/2] spark git commit: Preparing Spark release v1.4.0-rc2-test

2015-05-23 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 8da8caab1 - f2f74b9b1 Preparing Spark release v1.4.0-rc2-test Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0da73969 Tree:

spark git commit: [HOTFIX] Copy SparkR lib if it exists in make-distribution

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 8d6d8a538 - fbc4480d9 [HOTFIX] Copy SparkR lib if it exists in make-distribution This is to fix an issue reported in #6373 where the `cp` would fail if `-Psparkr` was not used in the build cc dragos pwendell Author: Shivaram

spark git commit: [HOTFIX] Copy SparkR lib if it exists in make-distribution

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 2b7e63585 - b231baa24 [HOTFIX] Copy SparkR lib if it exists in make-distribution This is to fix an issue reported in #6373 where the `cp` would fail if `-Psparkr` was not used in the build cc dragos pwendell Author: Shivaram

[2/2] spark git commit: Preparing development version 1.4.1-SNAPSHOT

2015-05-23 Thread pwendell
Preparing development version 1.4.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8da8caab Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8da8caab Diff:

Git Push Summary

2015-05-23 Thread pwendell
Repository: spark Updated Tags: refs/tags/1.4.0-rc2-test [created] 8f50218f3 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[1/2] spark git commit: Preparing Spark release 1.4.0-rc2-test

2015-05-23 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 fbc4480d9 - 8da8caab1 Preparing Spark release 1.4.0-rc2-test Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8f50218f Tree:

spark git commit: [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages

2015-05-23 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 f2f74b9b1 - 641edc99f [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/641edc99 Tree:

spark git commit: [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages

2015-05-23 Thread pwendell
Repository: spark Updated Branches: refs/heads/master b231baa24 - 3c1a2d049 [SPARK-7287] [HOTFIX] Disable o.a.s.deploy.SparkSubmitSuite --packages Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3c1a2d04 Tree:

Git Push Summary

2015-05-23 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.4.0-rc2-test [deleted] 0da739699 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

spark git commit: [SPARK-6811] Copy SparkR lib in make-distribution.sh

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 7af3818c6 - a40bca011 [SPARK-6811] Copy SparkR lib in make-distribution.sh This change also remove native libraries from SparkR to make sure our distribution works across platforms Tested by building on Mac, running on Amazon Linux

spark git commit: [SPARK-6811] Copy SparkR lib in make-distribution.sh

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 c636b87dc - c8eb76ba6 [SPARK-6811] Copy SparkR lib in make-distribution.sh This change also remove native libraries from SparkR to make sure our distribution works across platforms Tested by building on Mac, running on Amazon Linux

spark git commit: [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guide

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 b928db4fe - c636b87dc [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guide sqlCtx - sqlContext You can check the docs by: ``` $ cd docs $ SKIP_SCALADOC=1 jekyll serve ``` cc shivaram Author: Davies Liu

spark git commit: [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guide

2015-05-23 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 4583cf4be - 7af3818c6 [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guide sqlCtx - sqlContext You can check the docs by: ``` $ cd docs $ SKIP_SCALADOC=1 jekyll serve ``` cc shivaram Author: Davies Liu

spark git commit: [HOTFIX] Add tests for SparkListenerApplicationStart with Driver Logs.

2015-05-23 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master baa89838c - 368b8c2b5 [HOTFIX] Add tests for SparkListenerApplicationStart with Driver Logs. #6166 added the driver logs to `SparkListenerApplicationStart`. This adds tests in `JsonProtocolSuite` to ensure we don't regress. Author: Hari

spark git commit: [SPARK-5090] [EXAMPLES] The improvement of python converter for hbase

2015-05-23 Thread davies
Repository: spark Updated Branches: refs/heads/master 368b8c2b5 - 4583cf4be [SPARK-5090] [EXAMPLES] The improvement of python converter for hbase Hi, Following the discussion in

spark git commit: [SPARK-7838] [STREAMING] Set scope for kinesis stream

2015-05-23 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 017b3404a - baa89838c [SPARK-7838] [STREAMING] Set scope for kinesis stream Author: Tathagata Das tathagata.das1...@gmail.com Closes #6369 from tdas/SPARK-7838 and squashes the following commits: 87d1c7f [Tathagata Das] Addressed comment

spark git commit: [SPARK-7777][Streaming] Handle the case when there is no block in a batch

2015-05-23 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.4 c8eb76ba6 - ea9db50bc [SPARK-][Streaming] Handle the case when there is no block in a batch In the old implementation, if a batch has no block, `areWALRecordHandlesPresent` will be `true` and it will return

spark git commit: [SPARK-7777][Streaming] Handle the case when there is no block in a batch

2015-05-23 Thread tdas
Repository: spark Updated Branches: refs/heads/master a40bca011 - ad0badba1 [SPARK-][Streaming] Handle the case when there is no block in a batch In the old implementation, if a batch has no block, `areWALRecordHandlesPresent` will be `true` and it will return

spark git commit: [SPARK-7840] add insertInto() to Writer

2015-05-23 Thread davies
Repository: spark Updated Branches: refs/heads/master efe3bfdf4 - be47af1bd [SPARK-7840] add insertInto() to Writer Add tests later. Author: Davies Liu dav...@databricks.com Closes #6375 from davies/insertInto and squashes the following commits: 826423e [Davies Liu] add insertInto() to

spark git commit: [SPARK-7840] add insertInto() to Writer

2015-05-23 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.4 d1515381c - c6e574213 [SPARK-7840] add insertInto() to Writer Add tests later. Author: Davies Liu dav...@databricks.com Closes #6375 from davies/insertInto and squashes the following commits: 826423e [Davies Liu] add insertInto() to

spark git commit: Fix install jira-python

2015-05-23 Thread davies
Repository: spark Updated Branches: refs/heads/master be47af1bd - a4df0f2d8 Fix install jira-python jira-pytyhon package should be installed by sudo pip install jira cc pwendell Author: Davies Liu dav...@databricks.com Closes #6367 from davies/fix_jira_python2 and squashes the following

spark git commit: [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates

2015-05-23 Thread yhuai
Repository: spark Updated Branches: refs/heads/master ad0badba1 - efe3bfdf4 [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates 1. ntile should take an integer as parameter. 2. Added Python API (based on #6364) 3. Update documentation of various DataFrame

spark git commit: [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates

2015-05-23 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 ea9db50bc - d1515381c [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates 1. ntile should take an integer as parameter. 2. Added Python API (based on #6364) 3. Update documentation of various DataFrame

spark git commit: [SPARK-7654] [SQL] Move insertInto into reader/writer interface.

2015-05-23 Thread yhuai
Repository: spark Updated Branches: refs/heads/master a4df0f2d8 - 2b7e63585 [SPARK-7654] [SQL] Move insertInto into reader/writer interface. This one continues the work of https://github.com/apache/spark/pull/6216. Author: Yin Huai yh...@databricks.com Author: Reynold Xin r...@databricks.com

spark git commit: [SPARK-7654] [SQL] Move insertInto into reader/writer interface.

2015-05-23 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 c6e574213 - 8d6d8a538 [SPARK-7654] [SQL] Move insertInto into reader/writer interface. This one continues the work of https://github.com/apache/spark/pull/6216. Author: Yin Huai yh...@databricks.com Author: Reynold Xin

[1/2] spark git commit: Preparing Spark release v1.4.0-rc2

2015-05-23 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.4 641edc99f - 947d700ec Preparing Spark release v1.4.0-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/03fb26a3 Tree:

[2/2] spark git commit: Preparing development version 1.4.0-SNAPSHOT

2015-05-23 Thread pwendell
Preparing development version 1.4.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/947d700e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/947d700e Diff:

Git Push Summary

2015-05-23 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.4.0-rc2 [created] 03fb26a3e - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org