git commit: [SPARK-1275] Made dev/run-tests executable.

2014-03-19 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 72875b29b - a4eef655c [SPARK-1275] Made dev/run-tests executable. This was causing Jenkins tests to fail for PRs against branch 0.9. Author: Tathagata Das tathagata.das1...@gmail.com Closes #178 from tdas/branch-0.9-fix and squashes

git commit: Bumped versions to Spark 0.9.1

2014-03-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 c6630d363 - 8a882eff9 Bumped versions to Spark 0.9.1 Self explanatory! Author: Tathagata Das tathagata.das1...@gmail.com Closes #190 from tdas/branch-0.9-version-bump and squashes the following commits: 34576ee [Tathagata Das

[1/3] git commit: Revert [maven-release-plugin] prepare for next development iteration

2014-03-26 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 49016046d - 348f54b9c Revert [maven-release-plugin] prepare for next development iteration This reverts commit 1f785d46e4e3df716dc836e38933dc0a30028496. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

[2/3] git commit: Revert [maven-release-plugin] prepare release v0.9.1-rc2

2014-03-26 Thread tdas
Revert [maven-release-plugin] prepare release v0.9.1-rc2 This reverts commit 1197280acf1322165301259dd825f44e22a323bc. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ea5da04f Tree:

git commit: [maven-release-plugin] prepare release v0.9.1-rc3

2014-03-26 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-0.9 348f54b9c - 4c43182b6 [maven-release-plugin] prepare release v0.9.1-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4c43182b Tree:

svn commit: r1585872 - in /spark/site/docs/0.9.1: ./ api/ api/bagel/ api/bagel/index/ api/bagel/lib/ api/bagel/org/ api/bagel/org/apache/ api/bagel/org/apache/spark/ api/bagel/org/apache/spark/bagel/

2014-04-08 Thread tdas
Author: tdas Date: Wed Apr 9 01:34:23 2014 New Revision: 1585872 URL: http://svn.apache.org/r1585872 Log: Added 0.9.1 docs [This commit notification would consist of 309 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

Git Push Summary

2014-04-08 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.9.1 [created] 4c43182b6

svn commit: r5003 - /dev/spark/spark-0.9.1/

2014-04-09 Thread tdas
Author: tdas Date: Wed Apr 9 19:48:15 2014 New Revision: 5003 Log: Moved Spark 0.9.1 from dev tree to release tree, within incubator/spark as a temporary place until www.apache.org/dist/spark is created. Removed: dev/spark/spark-0.9.1/

svn commit: r1586127 [2/2] - in /spark: ./ news/_posts/ releases/_posts/ site/ site/docs/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/

2014-04-09 Thread tdas
Modified: spark/site/releases/spark-release-0-5-0.html URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-0-5-0.html?rev=1586127r1=1586126r2=1586127view=diff == ---

svn commit: r1586167 [2/2] - in /spark/site/docs/0.9.1: ./ api/pyspark/

2014-04-09 Thread tdas
Modified: spark/site/docs/0.9.1/tuning.html URL: http://svn.apache.org/viewvc/spark/site/docs/0.9.1/tuning.html?rev=1586167r1=1586166r2=1586167view=diff == --- spark/site/docs/0.9.1/tuning.html (original) +++

svn commit: r1586169 - in /spark: releases/_posts/2014-04-09-spark-release-0-9-1.md site/docs/0.9.1/0.9.1-docs.tgz site/releases/spark-release-0-9-1.html

2014-04-09 Thread tdas
Author: tdas Date: Wed Apr 9 23:19:13 2014 New Revision: 1586169 URL: http://svn.apache.org/r1586169 Log: Updated 0.9.1 release notes Removed: spark/site/docs/0.9.1/0.9.1-docs.tgz Modified: spark/releases/_posts/2014-04-09-spark-release-0-9-1.md spark/site/releases/spark-release-0-9

svn commit: r1586197 - in /spark: releases/_posts/2014-04-09-spark-release-0-9-1.md site/releases/spark-release-0-9-1.html

2014-04-09 Thread tdas
Author: tdas Date: Thu Apr 10 02:17:44 2014 New Revision: 1586197 URL: http://svn.apache.org/r1586197 Log: Fixed typo Modified: spark/releases/_posts/2014-04-09-spark-release-0-9-1.md spark/site/releases/spark-release-0-9-1.html Modified: spark/releases/_posts/2014-04-09-spark-release-0

git commit: [SPARK-1592][streaming] Automatically remove streaming input blocks

2014-04-24 Thread tdas
Das tathagata.das1...@gmail.com Closes #512 from tdas/block-rdd-unpersist and squashes the following commits: d25e610 [Tathagata Das] Merge remote-tracking branch 'apache/master' into block-rdd-unpersist 5f46d69 [Tathagata Das] Merge remote-tracking branch 'apache/master' into block-rdd-unpersist

git commit: [SPARK-1592][streaming] Automatically remove streaming input blocks

2014-04-24 Thread tdas
: Tathagata Das tathagata.das1...@gmail.com Closes #512 from tdas/block-rdd-unpersist and squashes the following commits: d25e610 [Tathagata Das] Merge remote-tracking branch 'apache/master' into block-rdd-unpersist 5f46d69 [Tathagata Das] Merge remote-tracking branch 'apache/master' into block-rdd

git commit: [SPARK-1510] Spark Streaming metrics source for metrics system

2014-04-24 Thread tdas
Author: Tathagata Das tathagata.das1...@gmail.com Closes #545 from tdas/streaming-metrics and squashes the following commits: 034b443 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-metrics fb3b0a5 [jerryshao] Modify according master update 21939f5 [jerryshao

git commit: [SPARK-1510] Spark Streaming metrics source for metrics system

2014-04-24 Thread tdas
...@intel.com Author: Tathagata Das tathagata.das1...@gmail.com Closes #545 from tdas/streaming-metrics and squashes the following commits: 034b443 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into streaming-metrics fb3b0a5 [jerryshao] Modify according master update 21939f5

git commit: [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to socket receiver

2014-04-24 Thread tdas
cannot connect in the first attempt, it should try to restart after a delay. That was broken, as the thread that restarts (hence, stops) the receiver waited on Thread.join on itself! Author: Tathagata Das tathagata.das1...@gmail.com Closes #540 from tdas/streaming-ui-fix and squashes the following

git commit: [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to socket receiver

2014-04-24 Thread tdas
cannot connect in the first attempt, it should try to restart after a delay. That was broken, as the thread that restarts (hence, stops) the receiver waited on Thread.join on itself! Author: Tathagata Das tathagata.das1...@gmail.com Closes #540 from tdas/streaming-ui-fix and squashes

git commit: [Spark-1382] Fix NPE in DStream.slice (updated version of #365)

2014-04-25 Thread tdas
: Tathagata Das tathagata.das1...@gmail.com Closes #562 from tdas/SPARK-1382 and squashes the following commits: e2962c1 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-1382 20968d9 [zsxwing] Replace Exception with SparkException in DStream e476651 [zsxwing] Merge remote

git commit: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guide

2014-05-05 Thread tdas
Closes #652 from tdas/doc-fix and squashes the following commits: cb4f4b7 [Tathagata Das] Possible fix for flaky graceful shutdown test. ab71f7f [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into doc-fix 8d6ff9b [Tathagata Das] Addded migration guide to Spark Streaming

git commit: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guide

2014-05-05 Thread tdas
...@gmail.com Closes #652 from tdas/doc-fix and squashes the following commits: cb4f4b7 [Tathagata Das] Possible fix for flaky graceful shutdown test. ab71f7f [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into doc-fix 8d6ff9b [Tathagata Das] Addded migration guide to Spark Streaming

git commit: Fixed streaming examples docs to use run-example instead of spark-submit

2014-05-14 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 69ec3149f - c7571d8c6 Fixed streaming examples docs to use run-example instead of spark-submit Pretty self-explanatory Author: Tathagata Das tathagata.das1...@gmail.com Closes #722 from tdas/example-fix and squashes the following

git commit: Converted bang to ask to avoid scary warning when a block is removed

2014-05-14 Thread tdas
tathagata.das1...@gmail.com Closes #708 from tdas/bm-fix and squashes the following commits: ed4ef15 [Tathagata Das] Converted bang to ask to avoid scary warning when a block is removed. (cherry picked from commit 32868f31f88aebd580ab9329dc51a30c26af7a74) Signed-off-by: Tathagata Das tathagata.das1

git commit: Converted bang to ask to avoid scary warning when a block is removed

2014-05-15 Thread tdas
tathagata.das1...@gmail.com Closes #708 from tdas/bm-fix and squashes the following commits: ed4ef15 [Tathagata Das] Converted bang to ask to avoid scary warning when a block is removed. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit

git commit: [SPARK-1876] Windows fixes to deal with latest distribution layout changes

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/master df0aa8353 - 7b70a7071 [SPARK-1876] Windows fixes to deal with latest distribution layout changes - Look for JARs in the right place - Launch examples the same way as on Unix - Load datanucleus JARs if they exist - Don't attempt to parse

git commit: SPARK-1878: Fix the incorrect initialization order

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 111c121ae - 901102c1b SPARK-1878: Fix the incorrect initialization order JIRA: https://issues.apache.org/jira/browse/SPARK-1878 Author: zsxwing zsxw...@gmail.com Closes #822 from zsxwing/SPARK-1878 and squashes the following commits:

git commit: SPARK-1879. Increase MaxPermSize since some of our builds have many classes

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/master 1811ba8cc - 5af99d761 SPARK-1879. Increase MaxPermSize since some of our builds have many classes See https://issues.apache.org/jira/browse/SPARK-1879 -- builds with Hadoop2 and Hive ran out of PermGen space in spark-shell, when those

git commit: SPARK-1689: Spark application should die when removed by Master

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/master 6a2c5c610 - b0ce22e07 SPARK-1689: Spark application should die when removed by Master scheduler.error() will mask the error if there are active tasks. Being removed is a cataclysmic event for Spark applications, and should probably be

git commit: SPARK-1689: Spark application should die when removed by Master

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 875c54fb3 - 78b6e6f1e SPARK-1689: Spark application should die when removed by Master scheduler.error() will mask the error if there are active tasks. Being removed is a cataclysmic event for Spark applications, and should probably be

[4/4] git commit: [SPARK-1874][MLLIB] Clean up MLlib sample data

2014-05-19 Thread tdas
[SPARK-1874][MLLIB] Clean up MLlib sample data 1. Added synthetic datasets for `MovieLensALS`, `LinearRegression`, `BinaryClassification`. 2. Embedded instructions in the help message of those example apps. Per discussion with Matei on the JIRA page, new example data is under `data/mllib`.

[1/4] [SPARK-1874][MLLIB] Clean up MLlib sample data

2014-05-19 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 78b6e6f1e - 1c6c8b5bd http://git-wip-us.apache.org/repos/asf/spark/blob/1c6c8b5b/data/mllib/sample_movielens_data.txt -- diff --git

git commit: [Spark 1877] ClassNotFoundException when loading RDD with serialized objects

2014-05-19 Thread tdas
...@u448a5b0a73d45358d94a.ant.amazon.com Closes #835 from tdas/SPARK-1877 and squashes the following commits: f346f71 [Tathagata Das] Addressed Patrick's comments. fee0c5d [Ghidireac] SPARK-1877: ClassNotFoundException when loading RDD with serialized objects (cherry picked from commit 52eb54d02403a3c37d84b9da7cc1cdb261048cf8) Signed

git commit: [Spark 1877] ClassNotFoundException when loading RDD with serialized objects

2014-05-19 Thread tdas
Closes #835 from tdas/SPARK-1877 and squashes the following commits: f346f71 [Tathagata Das] Addressed Patrick's comments. fee0c5d [Ghidireac] SPARK-1877: ClassNotFoundException when loading RDD with serialized objects Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git

[2/2] git commit: Revert [maven-release-plugin] prepare release v1.0.0-rc9

2014-05-20 Thread tdas
Revert [maven-release-plugin] prepare release v1.0.0-rc9 This reverts commit 920f947eb5a22a679c0c3186cf69ee75f6041c75. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0d988421 Tree:

[1/2] git commit: Revert [maven-release-plugin] prepare for next development iteration

2014-05-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 1c00f2a25 - 0d9884217 Revert [maven-release-plugin] prepare for next development iteration This reverts commit f8e611955096c5c1c7db5764b9d2851b1d295f0d. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

git commit: [Hotfix] Blacklisted flaky HiveCompatibility test

2014-05-20 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 0d9884217 - b4d93d38d [Hotfix] Blacklisted flaky HiveCompatibility test `lateral_view_outer` query sometimes returns a different set of 10 rows. Author: Tathagata Das tathagata.das1...@gmail.com Closes #838 from tdas/hive-test-fix2

git commit: [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode.

2014-05-22 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 75af8bd33 - 79cd26c52 [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode. Sent secondary jars to distributed cache of all containers and add the cached jars to classpath before executors start. Tested on a YARN cluster

git commit: [SPARK-1897] Respect spark.jars (and --jars) in spark-shell

2014-05-22 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 a56621622 - 23cc40e39 [SPARK-1897] Respect spark.jars (and --jars) in spark-shell Spark shell currently overwrites `spark.jars` with `ADD_JARS`. In all modes except yarn-cluster, this means the `--jar` flag passed to `bin/spark-shell`

git commit: [SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shell

2014-05-22 Thread tdas
Repository: spark Updated Branches: refs/heads/master 8edbee7d1 - cce77457e [SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shell The hierarchy for configuring the Spark master in the shell is as follows: ``` MASTER --master spark.master (spark-defaults.conf) ```

git commit: Updated scripts for auditing releases

2014-05-22 Thread tdas
projects for testing functionality of `spark-sql` and `spark-hive` - Fixed issues in existing tests that might have come up because of changes in Spark 1.0 Author: Tathagata Das tathagata.das1...@gmail.com Closes #844 from tdas/update-dev-scripts and squashes the following commits: 25090ba [Tathagata

git commit: Updated scripts for auditing releases

2014-05-22 Thread tdas
projects for testing functionality of `spark-sql` and `spark-hive` - Fixed issues in existing tests that might have come up because of changes in Spark 1.0 Author: Tathagata Das tathagata.das1...@gmail.com Closes #844 from tdas/update-dev-scripts and squashes the following commits: 25090ba

git commit: SPARK-1911: Emphasize that Spark jars should be built with Java 6.

2014-05-24 Thread tdas
Repository: spark Updated Branches: refs/heads/master 5081a0a9d - 75a032777 SPARK-1911: Emphasize that Spark jars should be built with Java 6. This commit requires the user to manually say yes when buiding Spark without Java 6. The prompt can be bypassed with a flag (e.g. if the user is

git commit: Updated CHANGES.txt

2014-05-24 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 217bd5627 - 840609272 Updated CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/84060927 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/84060927

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

2014-05-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 7273bfc03 - 2f1dc868e [maven-release-plugin] prepare release v1.0.0-rc11 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2f1dc868 Tree:

Git Push Summary

2014-05-25 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc11 [created] 522777f7e

[3/3] git commit: Updated CHANGES.txt

2014-05-26 Thread tdas
Updated CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/caed16e4 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/caed16e4 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/caed16e4 Branch:

[1/3] git commit: Revert [maven-release-plugin] prepare for next development iteration

2014-05-26 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 18c77cb53 - caed16e4c Revert [maven-release-plugin] prepare for next development iteration This reverts commit 832dc594e7666f1d402334f8015ce29917d9c888. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

Git Push Summary

2014-05-26 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc11 [deleted] 522777f7e

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

2014-05-26 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 caed16e4c - c69d97cdb [maven-release-plugin] prepare release v1.0.0-rc11 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c69d97cd Tree:

git commit: Streaming programming guide typos

2014-07-03 Thread tdas
Repository: spark Updated Branches: refs/heads/master d4c30cd99 - fdc4c112e Streaming programming guide typos Fix a bad Java code sample and a broken link in the streaming programming guide. Author: Clément MATHIEU clem...@unportant.info Closes #1286 from

git commit: [SPARK-2362] Fix for newFilesOnly logic in file DStream

2014-07-08 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 1c12b0b5c - 885489112 [SPARK-2362] Fix for newFilesOnly logic in file DStream The newFilesOnly logic should be inverted: the logic should be that if the flag newFilesOnly==true then only start reading files older than current time. As

git commit: [STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime false

2014-07-09 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 d569838bc - 21fae6d3e [STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime false Fix QueueInputDStream which was not removing dequeued items when used with the oneAtATime flag disabled. Author: Manuel Laflamme

git commit: [SPARK-1478].3: Upgrade FlumeInputDStream's FlumeReceiver to support FLUME-1915

2014-07-10 Thread tdas
. Author: tmalaska ted.mala...@cloudera.com Author: Tathagata Das tathagata.das1...@gmail.com Closes #1347 from tdas/FLUME-1915 and squashes the following commits: 96065df [Tathagata Das] Added Mima exclusion for FlumeReceiver. 41d5338 [tmalaska] Address line 57 that was too long 12617e5 [tmalaska

git commit: [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consumption.

2014-07-10 Thread tdas
Repository: spark Updated Branches: refs/heads/master 40a8fef4e - 2dd672485 [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consumption. Author: Issac Buenrostro buenros...@ooyala.com Closes #945 from ibuenros/SPARK-1341-throttle and squashes the following commits:

git commit: [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consumption.

2014-07-10 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 cb443cf6c - ca19cfbcd [SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of data consumption. Author: Issac Buenrostro buenros...@ooyala.com Closes #945 from ibuenros/SPARK-1341-throttle and squashes the following

git commit: SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor call

2014-07-17 Thread tdas
Repository: spark Updated Branches: refs/heads/master d988d345d - 1fcd5dcdd SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor call The line break inadvertently means this was interpreted as a call to the no-arg constructor. This doesn't exist in older Netty even. (Also

git commit: [SPARK-2464][Streaming] Fixed Twitter stream stopping bug

2014-07-24 Thread tdas
caused the Receiver to be restarted. This patch check whether the receiver was stopped or not, and accordingly restarts on exception. Author: Tathagata Das tathagata.das1...@gmail.com Closes #1577 from tdas/twitter-stop and squashes the following commits: 011b525 [Tathagata Das] Fixed Twitter

git commit: [SPARK-2464][Streaming] Fixed Twitter stream stopping bug

2014-07-24 Thread tdas
. This exception caused the Receiver to be restarted. This patch check whether the receiver was stopped or not, and accordingly restarts on exception. Author: Tathagata Das tathagata.das1...@gmail.com Closes #1577 from tdas/twitter-stop and squashes the following commits: 011b525 [Tathagata Das] Fixed Twitter

[3/3] git commit: Updating versions for 1.0.2 release.

2014-07-24 Thread tdas
Updating versions for 1.0.2 release. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/70109da2 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/70109da2 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/70109da2

[1/3] git commit: Revert [maven-release-plugin] prepare for next development iteration

2014-07-24 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 53b4e0f95 - 70109da21 Revert [maven-release-plugin] prepare for next development iteration This reverts commit baf92a0f2119867b1be540085ebe9f1a1c411ae8. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

git commit: [maven-release-plugin] prepare release v1.0.2-rc1

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 797c663ae - 919c87f26 [maven-release-plugin] prepare release v1.0.2-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/919c87f2 Tree:

Git Push Summary

2014-07-25 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.2-rc1 [created] 86a5fc071

git commit: [maven-release-plugin] prepare for next development iteration

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 919c87f26 - edbd02fc6 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/edbd02fc Tree:

[2/2] git commit: Revert [maven-release-plugin] prepare release v1.0.2-rc1

2014-07-25 Thread tdas
Revert [maven-release-plugin] prepare release v1.0.2-rc1 This reverts commit 919c87f26a2655bfd5ae03958915b6804367c1d6. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/01fc6d88 Tree:

git commit: [maven-release-plugin] prepare release v1.0.2-rc1

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 01fc6d885 - 08f601328 [maven-release-plugin] prepare release v1.0.2-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/08f60132 Tree:

git commit: [maven-release-plugin] prepare for next development iteration

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 08f601328 - 54df1b8c3 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/54df1b8c Tree:

Git Push Summary

2014-07-25 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.2-rc1 [created] 6053ff1be

git commit: Updated CHANGES.txt

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 54df1b8c3 - 76117baa7 Updated CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/76117baa Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/76117baa

[1/2] git commit: Revert [maven-release-plugin] prepare for next development iteration

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 76117baa7 - 4be1dbd82 Revert [maven-release-plugin] prepare for next development iteration This reverts commit 54df1b8c31fa2de5b04ee4a5563706b2664f34f3. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

[2/2] git commit: Revert [maven-release-plugin] prepare release v1.0.2-rc1

2014-07-25 Thread tdas
Revert [maven-release-plugin] prepare release v1.0.2-rc1 This reverts commit 08f601328ad9e7334ef7deb3a9fff1343a3c4f30. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4be1dbd8 Tree:

Git Push Summary

2014-07-25 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.2-rc1 [deleted] 6053ff1be

git commit: [maven-release-plugin] prepare release v1.0.2-rc1

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 4be1dbd82 - 8fb6f00e1 [maven-release-plugin] prepare release v1.0.2-rc1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8fb6f00e Tree:

Git Push Summary

2014-07-25 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.2-rc1 [created] 913e3de6d

git commit: [maven-release-plugin] prepare for next development iteration

2014-07-25 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 8fb6f00e1 - 03b684253 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/03b68425 Tree:

git commit: [SPARK-2103][Streaming] Change to ClassTag for KafkaInputDStream and fix reflection issue

2014-08-01 Thread tdas
Repository: spark Updated Branches: refs/heads/master 284771efb - a32f0fb73 [SPARK-2103][Streaming] Change to ClassTag for KafkaInputDStream and fix reflection issue This PR updates previous Manifest for KafkaInputDStream's Decoder to ClassTag, also fix the problem addressed in

git commit: [SPARK-2379] Fix the bug that streaming's receiver may fall into a dead loop

2014-08-01 Thread tdas
Repository: spark Updated Branches: refs/heads/master f5d9bea20 - b270309d7 [SPARK-2379] Fix the bug that streaming's receiver may fall into a dead loop Author: joyyoj suns...@gmail.com Closes #1694 from joyyoj/SPARK-2379 and squashes the following commits: d73790d [joyyoj] SPARK-2379 Fix

git commit: [SPARK-2379] Fix the bug that streaming's receiver may fall into a dead loop

2014-08-01 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 886508d3b - 952e0d698 [SPARK-2379] Fix the bug that streaming's receiver may fall into a dead loop Author: joyyoj suns...@gmail.com Closes #1694 from joyyoj/SPARK-2379 and squashes the following commits: d73790d [joyyoj] SPARK-2379

[1/2] [SPARK-1981] Add AWS Kinesis streaming support

2014-08-02 Thread tdas
Repository: spark Updated Branches: refs/heads/master 67bd8e3c2 - 91f9504e6 http://git-wip-us.apache.org/repos/asf/spark/blob/91f9504e/extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisReceiverSuite.scala

[2/2] git commit: [SPARK-1981] Add AWS Kinesis streaming support

2014-08-02 Thread tdas
[SPARK-1981] Add AWS Kinesis streaming support Author: Chris Fregly ch...@fregly.com Closes #1434 from cfregly/master and squashes the following commits: 4774581 [Chris Fregly] updated docs, renamed retry to retryRandom to be more clear, removed retries around store() method 0393795 [Chris

[2/2] git commit: [SPARK-1981] Add AWS Kinesis streaming support

2014-08-02 Thread tdas
[SPARK-1981] Add AWS Kinesis streaming support Author: Chris Fregly ch...@fregly.com Closes #1434 from cfregly/master and squashes the following commits: 4774581 [Chris Fregly] updated docs, renamed retry to retryRandom to be more clear, removed retries around store() method 0393795 [Chris

[1/2] [SPARK-1981] Add AWS Kinesis streaming support

2014-08-02 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.1 91de0dc16 - bb0ac6d7c http://git-wip-us.apache.org/repos/asf/spark/blob/bb0ac6d7/extras/kinesis-asl/src/test/scala/org/apache/spark/streaming/kinesis/KinesisReceiverSuite.scala

svn commit: r6045 - /dev/spark/spark-1.0.2-rc1/

2014-08-04 Thread tdas
Author: tdas Date: Tue Aug 5 00:19:19 2014 New Revision: 6045 Log: Adding spark-1.0.2-rc1 Added: dev/spark/spark-1.0.2-rc1/ dev/spark/spark-1.0.2-rc1/spark-1.0.2-bin-cdh4.tgz (with props) dev/spark/spark-1.0.2-rc1/spark-1.0.2-bin-cdh4.tgz.asc dev/spark/spark-1.0.2-rc1/spark

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.7.0-bizo-1 [created] 02b4a0d96 refs/tags/v0.9.1-rc1 [created] 20a2d247a refs/tags/v0.9.1-rc2 [created] 95d70498b refs/tags/v0.9.1-rc3 [created] 931ac8a0e refs/tags/v1.0.0-rc1 [created] c8d0eb980 refs/tags/v1.0.0-rc10 [created] eafc6f6f4

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc2 [deleted] 327ab1e24 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc7 [deleted] bc81ecfdc - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc6 [deleted] aab03f5f9 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc8 [deleted] 9abe0192a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.1-rc1 [deleted] 2a9114542 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.0-rc10 [deleted] eafc6f6f4 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.9.2-rc1 [deleted] 5a3020615 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.9.1-rc3 [deleted] 931ac8a0e - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.9.1-rc1 [deleted] 20a2d247a - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v0.9.1-rc2 [deleted] 95d70498b - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

Git Push Summary

2014-08-04 Thread tdas
Repository: spark Updated Tags: refs/tags/v1.0.2-rc1 [deleted] 913e3de6d - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

git commit: Updating version for Spark 1.0.3 development.

2014-08-04 Thread tdas
Repository: spark Updated Branches: refs/heads/branch-1.0 439cdc581 - 3fbe3447e Updating version for Spark 1.0.3 development. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/3fbe3447 Tree:

svn commit: r6047 - /dev/spark/spark-1.0.2-rc1/ /release/spark/spark-1.0.2/

2014-08-04 Thread tdas
Author: tdas Date: Tue Aug 5 01:53:43 2014 New Revision: 6047 Log: Moving Spark 1.0.2 from dev to release. Added: release/spark/spark-1.0.2/ - copied from r6046, dev/spark/spark-1.0.2-rc1/ Removed: dev/spark/spark-1.0.2-rc1

git commit: [SPARK-1022][Streaming] Add Kafka real unit test

2014-08-05 Thread tdas
. @tdas, would you mind reviewing this PR? Thanks a lot. Author: jerryshao saisai.s...@intel.com Closes #1751 from jerryshao/kafka-unit-test and squashes the following commits: b6a505f [jerryshao] code refactor according to comments 5222330 [jerryshao] Change JavaKafkaStreamSuite to better test

git commit: [SPARK-1022][Streaming] Add Kafka real unit test

2014-08-05 Thread tdas
issues. @tdas, would you mind reviewing this PR? Thanks a lot. Author: jerryshao saisai.s...@intel.com Closes #1751 from jerryshao/kafka-unit-test and squashes the following commits: b6a505f [jerryshao] code refactor according to comments 5222330 [jerryshao] Change JavaKafkaStreamSuite to better test

svn commit: r1616049 - in /spark: ./ _layouts/ news/_posts/ releases/_posts/ site/ site/docs/ site/docs/1.0.2/ site/docs/1.0.2/api/ site/docs/1.0.2/api/java/ site/docs/1.0.2/api/java/org/ site/docs/1.

2014-08-05 Thread tdas
Author: tdas Date: Tue Aug 5 23:40:54 2014 New Revision: 1616049 URL: http://svn.apache.org/r1616049 Log: Adding Spark 1.0.2 [This commit notification would consist of 386 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r1616050 - in /spark: news/_posts/2014-08-05-spark-1-0-2-released.md site/news/index.html site/news/spark-1-0-2-released.html

2014-08-05 Thread tdas
Author: tdas Date: Tue Aug 5 23:43:56 2014 New Revision: 1616050 URL: http://svn.apache.org/r1616050 Log: Small update to Spark 1.0.2. Modified: spark/news/_posts/2014-08-05-spark-1-0-2-released.md spark/site/news/index.html spark/site/news/spark-1-0-2-released.html Modified: spark

  1   2   3   4   5   6   7   8   9   >