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 Closes #54

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 Closes

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 (Cent

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-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 `WriteAheadLogBackedBl

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 `WriteAheadLogBackedBlockR

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 Pyth

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-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 Closes #6375 from davies/insertInto and squashes the following commits: 826423e [Davies Liu] add insertInto() to Writer Project: http:/

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 Closes #6375 from davies/insertInto and squashes the following commits: 826423e [Davies Liu] add insertInto() to Writer (cherry pick

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 Closes #6367 from davies/fix_jira_python2 and squashes the following commits: fbb3c8e [D

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 Author: Reynold Xin Closes #6366 from yhuai/insert and sq

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 Author: Reynold Xin Closes #6366 from yhuai/insert an

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 Venkatarama

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 Venkata

[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: http://git-wip-us.apache.org/repos/asf/

[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: http://git-wip-us.apache.org/repos/asf/spark/diff/8da

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

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: http://git-wip-us.apache.org/repos/asf/spark/diff/f2f

Git Push Summary

2015-05-23 Thread pwendell
Repository: spark Updated Tags: refs/tags/v1.4.0-rc2-test [created] 0da739699 - 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 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: http://git-wip-us.apache.org/repos/asf

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: http://git-

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: http://

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

[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: http://git-wip-us.apache.org/repos/asf/spark/diff/947

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

[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: http://git-wip-us.apache.org/repos/asf/spar