Changes Spark
Changes Spark
---------------Release 1.0.0
HOTFIX: Add no-arg SparkContext constructor in Java
Patrick Wendell <[email protected]>
2014-05-25 20:13:32 -0700
Commit: 18c77cb, github.com/apache/spark/pull/878
[SQL] Minor: Introduce SchemaRDD#aggregate() for simple aggregations
Aaron Davidson <[email protected]>
2014-05-25 18:37:44 -0700
Commit: a3976a2, github.com/apache/spark/pull/874
SPARK-1903 Document Spark's network connections
Andrew Ash <[email protected]>
2014-05-25 17:15:47 -0700
Commit: 5107a6f, github.com/apache/spark/pull/856
Fix PEP8 violations in Python mllib.
Reynold Xin <[email protected]>
2014-05-25 17:15:01 -0700
Commit: 07f34ca, github.com/apache/spark/pull/871
Python docstring update for sql.py.
Reynold Xin <[email protected]>
2014-05-25 16:04:17 -0700
Commit: 8891495, github.com/apache/spark/pull/869
Fix PEP8 violations in examples/src/main/python.
Reynold Xin <[email protected]>
2014-05-25 14:48:27 -0700
Commit: 3368397, github.com/apache/spark/pull/870
Added license header for tox.ini.
Reynold Xin <[email protected]>
2014-05-25 01:47:08 -0700
Commit: 7273bfc
SPARK-1822: Some minor cleanup work on SchemaRDD.count()
Reynold Xin <[email protected]>
2014-05-25 01:44:49 -0700
Commit: aeffc20, github.com/apache/spark/pull/868
Added PEP8 style configuration file.
Reynold Xin <[email protected]>
2014-05-25 01:32:15 -0700
Commit: 291567d, github.com/apache/spark/pull/872
[SPARK-1822] SchemaRDD.count() should use query optimizer
Kan Zhang <[email protected]>
2014-05-25 00:06:42 -0700
Commit: 64d0fb5, github.com/apache/spark/pull/841
spark-submit: add exec at the end of the script
Colin Patrick Mccabe <[email protected]>
2014-05-24 22:39:27 -0700
Commit: 7e59335, github.com/apache/spark/pull/858
[HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #571
was last updated.
Sandeep <[email protected]>
2014-05-06 21:55:05 -0700
Commit: ade4756, github.com/apache/spark/pull/673
Proposal: clarify Scala programming guide on caching ...
Ethan Jewett <[email protected]>
2014-05-06 20:50:08 -0700
Commit: 51e2775, github.com/apache/spark/pull/668
SPARK-1727. Correct small compile errors, typos, and markdown issues in (prima
rly) MLlib docs
Sean Owen <[email protected]>
2014-05-06 20:07:22 -0700
Commit: 514ee93, github.com/apache/spark/pull/653
SPARK-1637: Clean up examples for 1.0
Sandeep <[email protected]>
2014-05-06 17:27:52 -0700
Commit: 8cfebf5, github.com/apache/spark/pull/571
SPARK-1737: Warn rather than fail when Java 7+ is used to create distributions
Patrick Wendell <[email protected]>
2014-05-06 15:41:46 -0700
Commit: d8f1b33, github.com/apache/spark/pull/669
[SPARK-1549] Add Python support to spark-submit
Matei Zaharia <[email protected]>
2014-05-06 15:12:35 -0700
Commit: d7ddb26, github.com/apache/spark/pull/664
SPARK-1734: spark-submit throws an exception: Exception in thread "main"...
witgo <[email protected]>
2014-05-06 14:17:39 -0700
Commit: 48cc9a9, github.com/apache/spark/pull/665
[SPARK-1685] Cancel retryTimer on restart of Worker or AppClient
Mark Hamstra <[email protected]>
2014-05-06 12:53:39 -0700
Commit: 0aaa2c6, github.com/apache/spark/pull/602
Fix two download suggestions in the docs:
Patrick Wendell <[email protected]>
2014-05-06 12:07:46 -0700
Commit: 1083f2b, github.com/apache/spark/pull/662
SPARK-1474: Spark on yarn assembly doesn't include AmIpFilter
Thomas Graves <[email protected]>
2014-05-06 12:00:09 -0700
Commit: 0c3e415, github.com/apache/spark/pull/406
Update OpenHashSet.scala
ArcherShao <[email protected]>
2014-05-06 10:12:59 -0700
Commit: 4ff3929, github.com/apache/spark/pull/667
[SQL] SPARK-1732 - Support for null primitive values.
Michael Armbrust <[email protected]>
CodingCat <[email protected]>
2014-02-22 20:21:15 -0800
Commit: 437b62f, github.com/apache/incubator-spark/pull/588
Migrate Java code to Scala or move it to src/main/java
Punya Biswal <[email protected]>
2014-02-22 17:53:48 -0800
Commit: 29ac7ea, github.com/apache/incubator-spark/pull/605
[SPARK-1055] fix the SCALA_VERSION and SPARK_VERSION in docker file
CodingCat <[email protected]>, Nan Zhu <[email protected]>
2014-02-22 15:39:25 -0800
Commit: 1aa4f8a, github.com/apache/incubator-spark/pull/634
doctest updated for mapValues, flatMapValues in rdd.py
jyotiska <[email protected]>
2014-02-22 15:10:31 -0800
Commit: 722199f, github.com/apache/incubator-spark/pull/621
Fixed minor typo in worker.py
jyotiska <[email protected]>
2014-02-22 10:09:50 -0800
Commit: 3ff077d, github.com/apache/incubator-spark/pull/630
SPARK-1117: update accumulator docs
Xiangrui Meng <[email protected]>
2014-02-21 22:44:45 -0800
Commit: aaec7d4, github.com/apache/incubator-spark/pull/631
[SPARK-1113] External spilling - fix Int.MaxValue hash code collision bug
Andrew Or <[email protected]>
2014-02-21 20:05:39 -0800
Commit: fefd22f, github.com/apache/incubator-spark/pull/624
MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of feat
ures
Sean Owen <[email protected]>
2014-02-21 12:46:12 -0800
Commit: c8a4c9b, github.com/apache/incubator-spark/pull/629
SPARK-1111: URL Validation Throws Error for HDFS URL's
Patrick Wendell <[email protected]>
2014-02-21 11:11:55 -0800
Commit: 45b15e2, github.com/apache/incubator-spark/pull/625
SPARK-1114: Allow PySpark to use existing JVM and Gateway
Ahir Reddy <[email protected]>
2014-02-20 21:20:39 -0800
Commit: 59b1379, github.com/apache/incubator-spark/pull/622
Super minor: Add require for mergeCombiners in combineByKey
Aaron Davidson <[email protected]>
2014-02-20 16:46:13 -0800
Commit: 3fede48, github.com/apache/incubator-spark/pull/623
MLLIB-22. Support negative implicit input in ALS
Sean Owen <[email protected]>
2014-02-19 23:44:53 -0800
Commit: 9e63f80, github.com/apache/incubator-spark/pull/500
Commit: 2e95174
Avoid matching attempt files in the checkpoint
Patrick Wendell <[email protected]>
2014-01-20 20:02:02 -0800
Commit: d46df96
Remove shuffle files if they are still present on a machine.
Patrick Wendell <[email protected]>
2014-01-20 19:11:22 -0800
Commit: de526ad
Fixing speculation bug
Patrick Wendell <[email protected]>
2014-01-20 19:05:03 -0800
Commit: f84400e
Force use of LZF when spilling data
Patrick Wendell <[email protected]>
2014-01-20 19:00:48 -0800
Commit: c324ac1
Bug fix for reporting of spill output
Patrick Wendell <[email protected]>
2014-01-20 18:34:00 -0800
Commit: 1b29914
Minor fixes
Patrick Wendell <[email protected]>
2014-01-20 18:33:21 -0800
Commit: 54867e9
Removing docs on akka options
Patrick Wendell <[email protected]>
2014-01-20 16:35:26 -0800
Commit: cdb003e
SPARK-1033. Ask for cores in Yarn container requests
Sandy Ryza <[email protected]>
2014-01-19 10:16:25 -0800
Commit: 3e85b87
fix for SPARK-1027
CodingCat <[email protected]>
2014-01-15 20:46:14 -0500
Commit: 29f4b6a
executor creation failed should not make the worker restart
CodingCat <[email protected]>
2014-01-15 19:32:50 -0500
Commit: f9a95d6
792d908 2014-01-19 11:33:11 -0800
Merge pull request #470 from tgravescs/fix_spark_examples_yarn
[Only log error on missing jar to allow spark examples to jar.]
256a355 2014-01-19 10:29:54 -0800
Merge pull request #458 from tdas/docs-update
[Updated java API docs for streaming, along with very minor changes in the cod
e examples.]
update comment
Thomas Graves <[email protected]>
2014-01-19 12:21:39 -0600
Commit: dd56b21
Only log error on missing jar to allow spark examples to jar.
Thomas Graves <[email protected]>
2014-01-19 12:16:58 -0600
Commit: ceb79a3
LocalSparkContext for MLlib
Andrew Tulloch <[email protected]>
2014-01-19 17:51:00 +0000
Commit: 720836a
Addressed comments from Reynold
Yinan Li <[email protected]>
2014-01-18 21:28:17 -0800
Commit: 584323c
fe8a354 2014-01-18 16:29:23 -0800
Merge pull request #459 from srowen/UpdaterL2Regularization
[Correct L2 regularized weight update with canonical form]
73dfd42 2014-01-18 16:23:56 -0800
Merge pull request #437 from mridulm/master
[Minor api usability changes]
4c16f79 2014-01-18 16:21:43 -0800
Merge pull request #426 from mateiz/py-ml-tests
[Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)]
bf56995 2014-01-18 16:17:34 -0800
Merge pull request #462 from mateiz/conf-file-fix
[Remove Typesafe Config usage and conf files to fix nested property names]
Allow files added through SparkContext.addFile() to be overwritten
Yinan Li <[email protected]>
2014-01-17 17:27:25 -0800
Commit: fd833e7
aa981e4 2014-01-18 12:49:21 -0800
Merge pull request #461 from pwendell/master
[Use renamed shuffle spill config in CoGroupedRDD.scala]
Use renamed shuffle spill config in CoGroupedRDD.scala
Patrick Wendell <[email protected]>
2014-01-18 11:55:10 -0800
Commit: 5316bca
Correct L2 regularized weight update with canonical form
Sean Owen <[email protected]>
2014-01-18 12:53:01 +0000
Commit: e91ad3f
rename to MatrixSVD
Reza Zadeh <[email protected]>
2014-01-17 14:40:51 -0800
Commit: 85b95d0
rename to MatrixSVD
Reza Zadeh <[email protected]>
2014-01-17 14:39:30 -0800
Commit: fa32998
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-17 14:34:03 -0800
Commit: caf97a2
make example 0-indexed
Reza Zadeh <[email protected]>
2014-01-17 14:33:03 -0800
Commit: 4e96757
0index docs
Reza Zadeh <[email protected]>
2014-01-17 14:31:39 -0800
Commit: 5c639d7
prettify
Reza Zadeh <[email protected]>
2014-01-17 14:14:29 -0800
Commit: c9b4845
add rename computeSVD
Reza Zadeh <[email protected]>
2014-01-17 13:59:05 -0800
Commit: dbec69b
replace this.type with SVD
Reza Zadeh <[email protected]>
2014-01-17 13:57:27 -0800
Commit: eb2d8c4
use 0-indexing
Reza Zadeh <[email protected]>
2014-01-17 13:55:42 -0800
Commit: cb13b15
changes from PR
Reza Zadeh <[email protected]>
2014-01-17 13:39:40 -0800
Commit: d28bf41
Address review comment
Mridul Muralidharan <[email protected]>
2014-01-17 18:28:55 +0530
Commit: b690e11
d749d47 2014-01-16 23:18:15 -0800
Merge pull request #451 from Qiuzhuang/master
[Fixed Window spark shell launch script error.]
d4fd89e 2014-01-16 23:17:30 -0800
Merge pull request #438 from ScrapCodes/clone-records-java-api
[Clone records java api]
adding clone records field to equivaled java apis
Since getLong() and getInt() have side effect, get back parentheses, and remov
e an empty line
Frank Dai <[email protected]>
2014-01-14 14:53:10 +0800
Commit: 12386b3
Code clean up for mllib
Frank Dai <[email protected]>
2014-01-14 14:37:26 +0800
Commit: 0d94d74
Address comments to fix code formats
Raymond Liu <[email protected]>
2014-01-10 09:44:44 +0800
Commit: 4c22c55
Yarn workerRunnable refactor
Raymond Liu <[email protected]>
2014-01-09 14:16:07 +0800
Commit: 161ab93
Yarn Client refactor
Raymond Liu <[email protected]>
2014-01-09 09:53:50 +0800
Commit: 79a5ba3
Modifications as suggested in PR feedbackSaurabh Rawat <[email protected]>
2014-01-13 23:40:04 +0530
Commit: e922973
Remove default param from mapPartitions
eklavya <[email protected]>
2014-01-13 18:13:22 +0530
Commit: fa42951
Remove classtag from mapPartitions.
eklavya <[email protected]>
2014-01-13 18:09:58 +0530
Commit: 8fe562c
Added foreachPartition method to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:56:47 +0530
Commit: 6a65fee
Added mapPartitions method to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:56:10 +0530
Commit: dbadc6b
Added setter method setGenerator to JavaRDD.
eklavya <[email protected]>
2014-01-13 17:53:35 +0530
Commit: aae8a01
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-11 13:27:15 -0800
Commit: f324d53
add dimension parameters to example
Reza Zadeh <[email protected]>
2014-01-10 21:30:54 -0800
Commit: 1afdeae
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-09 22:45:32 -0800
Commit: 21c8a54
fix example
Reza Zadeh <[email protected]>
2014-01-09 22:39:41 -0800
Commit: cf5bd4a
documentation for sparsematrix
Reza Zadeh <[email protected]>
2014-01-07 17:19:28 -0800
Commit: 4f38b6f
More sparse matrix usage.
Reza Zadeh <[email protected]>
2014-01-07 17:16:17 -0800
Commit: 7d7490b
fix docs to use SparseMatrix
Reza Zadeh <[email protected]>
2014-01-05 18:03:57 -0800
Commit: 746148b
use SparseMatrix everywhere
Reza Zadeh <[email protected]>
2014-01-04 14:28:07 -0800
Commit: 06c0f76
prettify
Reza Zadeh <[email protected]>
2014-01-04 12:44:04 -0800
Commit: cdff9fc
new example file
Reza Zadeh <[email protected]>
2014-01-04 12:33:22 -0800
Commit: e9bd6cb
fix tests
Reza Zadeh <[email protected]>
2014-01-04 11:52:42 -0800
Commit: 8bfcce1
set methods
Reza Zadeh <[email protected]>
2014-01-04 11:30:36 -0800
Commit: 35adc72
add k parameter
Reza Zadeh <[email protected]>
2014-01-04 01:52:28 -0800
Commit: 73daa70
using decomposed matrix struct now
Reza Zadeh <[email protected]>
2014-01-04 00:38:53 -0800
Commit: 26a74f0
new return struct
Reza Zadeh <[email protected]>
2014-01-04 00:15:04 -0800
Commit: d2d5e5e
start using matrixentry
Reza Zadeh <[email protected]>
2014-01-03 22:17:24 -0800
Commit: 7f631dd
rename sparsesvd.scala
Reza Zadeh <[email protected]>
2014-01-03 21:55:38 -0800
Commit: 6bcdb76
New matrix entry file
Reza Zadeh <[email protected]>
2014-01-03 21:54:57 -0800
Commit: b059a2a
fix error message
Reza Zadeh <[email protected]>
2014-01-02 01:51:38 -0800
Commit: e617ae2
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-02 01:50:30 -0800
Commit: 6140578
more docs yay
Reza Zadeh <[email protected]>
2014-01-01 20:22:29 -0800
Commit: 2612164
javadoc for sparsesvd
Reza Zadeh <[email protected]>
2014-01-01 20:20:16 -0800
Commit: 915d53f
old version of spark_ec2
Reza Zadeh <[email protected]>
2014-01-01 20:08:01 -0800
Commit: c868d71
remove accidental changes to ec2 script
Reza Zadeh <[email protected]>
2014-01-01 20:05:03 -0800
Commit: 0c3797d
doc tweaks
Reza Zadeh <[email protected]>
2014-01-01 20:03:47 -0800
Commit: 53ccf65
doc tweak
Reza Zadeh <[email protected]>
2014-01-01 20:02:37 -0800
Commit: 97dc527
doc tweaks
Reza Zadeh <[email protected]>
2014-01-01 20:01:13 -0800
Commit: b941b6f
tweaks to docs
Reza Zadeh <[email protected]>
2014-01-01 19:53:14 -0800
Commit: 185c882
New documentation
Reza Zadeh <[email protected]>
2014-01-01 19:53:04 -0800
Commit: dd0d3f0
Merge remote-tracking branch 'upstream/master' into sparsesvd
Reza Zadeh <[email protected]>
2014-01-01 18:12:35 -0800
Commit: 7c04b31
large scale considerations
Reza Zadeh <[email protected]>
2013-12-27 04:15:13 -0500
Commit: ae5102a
initial large scale testing begin
Reza Zadeh <[email protected]>
2013-12-27 01:51:19 -0500
Commit: 642ab5c
cleanup documentation
Reza Zadeh <[email protected]>
2013-12-27 00:41:46 -0500
Commit: 3369c2d
add all tests
Reza Zadeh <[email protected]>
2013-12-27 00:36:41 -0500
Commit: bdb5037
test for truncated svd
Reza Zadeh <[email protected]>
2013-12-27 00:34:59 -0500
Commit: fa1e8d8
full rank matrix test added
Reza Zadeh <[email protected]>
2013-12-26 23:21:57 -0500
Commit: 16de526
Main method added for svd
Reza Zadeh <[email protected]>
2013-12-26 18:13:21 -0500
Commit: fe1a132
new main file
Reza Zadeh <[email protected]>
2013-12-26 18:09:33 -0500
Commit: 1a21ba2
Object to hold the svd methods
Reza Zadeh <[email protected]>
2013-12-26 17:39:25 -0500
Commit: 6c3674c
Some documentation
Reza Zadeh <[email protected]>
2013-12-26 16:12:40 -0500
Commit: 6e740cc
Initial files - no tests
Reza Zadeh <[email protected]>
2013-12-26 15:01:03 -0500
Commit: 1a173f0
Release 0.9.1
Revert "[maven-release-plugin] prepare release v0.9.1-rc2"
Tathagata Das <[email protected]>
2014-03-26 21:53:07 -0700
Commit: ea5da04
Revert "[maven-release-plugin] prepare for next development iteration"
Tathagata Das <[email protected]>
2014-03-26 21:51:40 -0700
Commit: d16e863
[SPARK-1327] GLM needs to check addIntercept for intercept and weights
Xiangrui Meng <[email protected]>
2014-03-26 19:30:57 -0700
Commit: 4901604, github.com/apache/spark/pull/236
SPARK-1322, top in pyspark should sort result in descending order.
Prashant Sharma <[email protected]>
2014-03-26 11:15:02 -0700
Commit: 2f90dc5, github.com/apache/spark/pull/235
[maven-release-plugin] prepare for next development iteration
Ubuntu <[email protected]>
2014-03-26 09:26:45 +0000
Commit: 1f785d4
[maven-release-plugin] prepare release v0.9.1-rc2
Ubuntu <[email protected]>
2014-03-26 09:26:40 +0000
Commit: 1197280
Updated CHANGES.txt
Tathagata Das <[email protected]>
2014-03-26 02:10:57 -0700
Commit: 7495dba
[SPARK-782] Made Spark use existing shaded ASM and removed Spark's ASM depende
ncy
Tathagata Das <[email protected]>
2014-03-25 21:35:36 -0700
Commit: da87240, github.com/apache/spark/pull/232
Revert "[maven-release-plugin] prepare release v0.9.1-rc1"
Tathagata Das <[email protected]>
2014-03-25 15:01:52 -0700
Commit: 55abe72
Revert "[maven-release-plugin] prepare for next development iteration"
Tathagata Das <[email protected]>
2014-03-25 15:01:36 -0700
Commit: b94f997
[maven-release-plugin] prepare for next development iteration
Ubuntu <[email protected]>
2014-03-24 06:56:16 +0000
Commit: 12e237e
[maven-release-plugin] prepare release v0.9.1-rc1
Ubuntu <[email protected]>
2014-03-24 06:56:10 +0000
Commit: 81c6a06
Removed all occurences of incubator from all the pom.xml.
Tathagata Das <[email protected]>
2014-03-23 23:31:59 -0700
Commit: 60ddb34
Updated CHANGES.txt file.
Tathagata Das <[email protected]>
2014-03-23 13:16:50 -0700
Commit: f176b03
Fix to Stage UI to display numbers on progress bar
Emtiaz Ahmed <[email protected]>
2014-03-21 18:07:05 -0700
Commit: 5e7ac0d, github.com/apache/spark/pull/201
SPARK-1284: Fix improper use of SimpleDateFormat
zsxwing <[email protected]>
2014-03-21 16:39:23 -0700
Commit: 8856076, github.com/apache/spark/pull/179
[SPARK-1273] use doi links in mllib-guide
Xiangrui Meng <[email protected]>
2014-03-21 14:35:32 -0700
Commit: d68549e, github.com/apache/spark/pull/198
Removed incubating from Spark version in all the pom.xml.
Tathagata Das <[email protected]>
2014-03-20 18:02:55 -0700
Commit: 8b1e793
Bumped versions to Spark 0.9.1
Tathagata Das <[email protected]>
2014-03-20 16:55:35 -0700
Commit: 8a882ef, github.com/apache/spark/pull/190
SPARK-1032. If Yarn app fails before registering, app master stays aroun...
Sandy Ryza <[email protected]>
2014-03-20 16:50:44 -0500
Commit: c6630d3, github.com/apache/spark/pull/28
SPARK-1051. On YARN, executors don't doAs submitting user
Sandy Ryza <[email protected]>
2014-03-20 14:48:05 -0500
Commit: 748f002, github.com/apache/spark/pull/29
[SPARK-1285] Backporting updates to streaming docs to branch 0.9
Aaron Kimball <[email protected]>, Tathagata Das <[email protected]>,
Chen Chao <[email protected]>, Andrew Or <[email protected]>
2014-03-20 12:27:47 -0700
Commit: 1e36690, github.com/apache/spark/pull/183
[SPARK-1273] MLlib bug fixes, improvements, and doc updates for v0.9.1
Xiangrui Meng <[email protected]>, Sean Owen <[email protected]>, Andrew Tu
lloch <[email protected]>, Chen Chao <[email protected]>
2014-03-19 19:05:26 -0700
Commit: 1cc979e, github.com/apache/spark/pull/175
[SPARK-1275] Made dev/run-tests executable.
Tathagata Das <[email protected]>
2014-03-19 16:10:45 -0700
Commit: a4eef65, github.com/apache/spark/pull/178
Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT
Thomas Graves <[email protected]>
2014-03-19 12:41:11 -0500
Commit: 72875b2
SPARK-1203 fix saving to hdfs from yarn
Thomas Graves <[email protected]>
2014-03-19 08:19:47 -0500
Commit: 250ec27, github.com/apache/spark/pull/173
bugfix: Wrong "Duration" in "Active Stages" in stages page
shiyun.wxm <[email protected]>
2014-03-19 01:42:42 -0700
Commit: d385b5a, github.com/apache/spark/pull/170
[SPARK-1274] Add dev scripts to merge PRs and create releases from master to b
ranch-0.9
Tathagata Das <[email protected]>
2014-03-18 22:09:16 -0700
Commit: 7ec78bc, github.com/apache/spark/pull/176
Bundle tachyon: SPARK-1269
Nick Lanham <[email protected]>
2014-03-18 22:05:18 -0700
Commit: 0183ddd, github.com/apache/spark/pull/137
[Spark-1261] add instructions for running python examples to doc overview page
Diana Carroll <[email protected]>
2014-03-17 17:37:03 -0700
Commit: 20d9458, github.com/apache/spark/pull/162
SPARK-1244: Throw exception if map output status exceeds frame size
hem.
Bryn Keller <[email protected]>
2014-03-09 17:47:46 -0700
Commit: 6f0db0a, github.com/apache/spark/pull/638
SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being used
Patrick Wendell <[email protected]>
2014-03-08 16:02:56 -0800
Commit: 0f0d044, github.com/apache/spark/pull/107
SPARK-1184: Update the distribution tar.gz to include spark-assembly jar
Mark Grover <[email protected]>
2014-03-05 16:55:36 -0800
Commit: 0fc0fdb, github.com/apache/spark/pull/78
SPARK-1109 wrong API docs for pyspark map function
Prashant Sharma <[email protected]>
2014-03-04 15:33:00 -0800
Commit: 7ea89ec, github.com/apache/spark/pull/73
Add Jekyll tag to isolate "production-only" doc components. (0.9 version)
Patrick Wendell <[email protected]>
2014-03-02 18:18:44 -0800
Commit: 267d96c, github.com/apache/spark/pull/57
Removed reference to incubation in Spark user docs.
Reynold Xin <[email protected]>
2014-02-27 21:14:18 -0800
Commit: f2bf44a, github.com/apache/spark/pull/2
[SPARK-1089] fix the regression problem on ADD_JARS in 0.9
CodingCat <[email protected]>
2014-02-26 23:42:53 -0800
Commit: bc5e7d7, github.com/apache/spark/pull/13
Removed reference to incubation in README.md.
Reynold Xin <[email protected]>
2014-02-26 16:53:56 -0800
Commit: 349764d, github.com/apache/spark/pull/1
SPARK-1115: Catch depickling errors
Bouke van der Bijl <[email protected]>
2014-02-26 14:53:30 -0800
Commit: 886a466, github.com/apache/incubator-spark/pull/644
SPARK-1135: fix broken anchors in docs
Matei Zaharia <[email protected]>
2014-02-26 11:56:12 -0800
Commit: 6fe72dd, github.com/apache/spark/pull/3
Fix removal from shuffleToMapStage to search for a key-value pair with our sta
ge instead of using our shuffleID.
Matei Zaharia <[email protected]>
2014-02-24 17:01:21 -0800
Commit: 0661cdc
SPARK-1124: Fix infinite retries of reduce stage when a map stage failed
Matei Zaharia <[email protected]>
2014-02-24 17:00:47 -0800
Commit: 5e74b8e
Ubuntu <[email protected]>
2014-01-24 06:15:15 +0000
Commit: 0f60ef2
Release 0.9.0-incubating
d0a105d Thu Jan 23 20:53:31 2014 -0800
Merge pull request #505 from JoshRosen/SPARK-1026
[Deprecate mapPartitionsWithSplit in PySpark (SPARK-1026)]
e66d4c2 Thu Jan 23 19:47:16 2014 -0800
Merge pull request #503 from pwendell/master
[Fix bug on read-side of external sort when using Snappy.]
e8d3f2b Thu Jan 23 19:20:22 2014 -0800
Merge pull request #502 from pwendell/clone-1
[Remove Hadoop object cloning and warn users making Hadoop RDD's.]
7a62353 Thu Jan 23 19:09:25 2014 -0800
Merge pull request #501 from JoshRosen/cartesian-rdd-fixes
[Fix two bugs in PySpark cartesian(): SPARK-978 and SPARK-1034]
51960b8 Wed Jan 22 19:37:50 2014 -0800
Merge pull request #496 from pwendell/master
[Fix bug in worker clean-up in UI]
828f7b4 Wed Jan 22 15:45:18 2014 -0800
Merge pull request #495 from srowen/GraphXCommonsMathDependency
[Fix graphx Commons Math dependency]
dc5857a Wed Jan 22 14:33:25 2014 -0800
Merge pull request #492 from skicavs/master
[fixed job name and usage information for the JavaSparkPi example]
dd533c9 Wed Jan 22 14:15:58 2014 -0800
Merge pull request #478 from sryza/sandy-spark-1033
[SPARK-1033. Ask for cores in Yarn container requests]
b6fd3cd Tue Jan 21 00:12:01 2014 -0800
Merge pull request #480 from pwendell/0.9-fixes
[Handful of 0.9 fixes]
e5f8917 Mon Jan 20 23:35:07 2014 -0800
Merge pull request #484 from tdas/run-example-fix
[Made run-example respect SPARK_JAVA_OPTS and SPARK_MEM.]
410ba06 Mon Jan 20 22:26:14 2014 -0800
Merge pull request #482 from tdas/streaming-example-fix
[Added StreamingContext.awaitTermination to streaming examples]
f137947 Mon Jan 20 22:24:07 2014 -0800
Merge pull request #483 from pwendell/gitignore
[Restricting /lib to top level directory in .gitignore]
94ae25d Sun Jan 19 11:33:51 2014 -0800
Merge pull request #470 from tgravescs/fix_spark_examples_yarn
[Only log error on missing jar to allow spark examples to jar.]
0f077b5 Sun Jan 19 10:30:29 2014 -0800
Merge pull request #458 from tdas/docs-update
[Updated java API docs for streaming, along with very minor changes in the cod
e examples.]
03019d1 Sat Jan 18 16:29:43 2014 -0800
Merge pull request #459 from srowen/UpdaterL2Regularization
[Correct L2 regularized weight update with canonical form]
76147a2 Sat Jan 18 16:24:16 2014 -0800
Merge pull request #437 from mridulm/master
[Minor api usability changes]
4ac8cab Sat Jan 18 16:22:46 2014 -0800
Merge pull request #426 from mateiz/py-ml-tests
[Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)]
34e911c Sat Jan 18 16:17:34 2014 -0800
Merge pull request #462 from mateiz/conf-file-fix
[Remove Typesafe Config usage and conf files to fix nested property names]
ff7201c Sat Jan 18 12:50:02 2014 -0800
Merge pull request #461 from pwendell/master
[Use renamed shuffle spill config in CoGroupedRDD.scala]
7b0d5a5 Thu Jan 16 23:18:48 2014 -0800
Merge pull request #451 from Qiuzhuang/master
[Fixed Window spark shell launch script error.]
4ccedb3 Wed Jan 15 14:26:48 2014 -0800
Merge pull request #444 from mateiz/py-version
[Clarify that Python 2.7 is only needed for MLlib]
e3fa36f Wed Jan 15 13:56:04 2014 -0800
Merge pull request #442 from pwendell/standalone
[Workers should use working directory as spark home if it's not specified]
29c76d9 Wed Jan 15 13:55:48 2014 -0800
Merge pull request #443 from tdas/filestream-fix
[Made some classes private[stremaing] and deprecated a method in JavaStreaming
Context.]
aca40aa Wed Jan 15 11:15:47 2014 -0800
Merge pull request #441 from pwendell/graphx-build
[GraphX shouldn't list Spark as provided.]
e12c374 Wed Jan 15 10:01:43 2014 -0800
Merge pull request #433 from markhamstra/debFix
[Updated Debian packaging]
2f015c2 Tue Jan 14 23:17:28 2014 -0800
Merge pull request #436 from ankurdave/VertexId-case
[Rename VertexID -> VertexId in GraphX]
2859cab Tue Jan 14 23:08:19 2014 -0800
Merge pull request #435 from tdas/filestream-fix
[Fixed the flaky tests by making SparkConf not serializable]
fbfbb33 Tue Jan 14 23:06:29 2014 -0800
Merge pull request #434 from rxin/graphxmaven
[Fixed SVDPlusPlusSuite in Maven build.]
[Fixed a bug that variable encoding doesn't work for ints that use all 64 bits
.]
e0bcaa0 Thu Dec 5 12:37:02 2013 -0800
Merge pull request #86 from ankurdave/vid-varenc
[Finish work on #85]
5d46025 Thu Dec 5 12:31:24 2013 -0800
Merge pull request #228 from pwendell/master
[Document missing configs and set shuffle consolidation to false.]
3e96b9a Thu Dec 5 12:07:36 2013 -0800
Merge pull request #85 from ankurdave/vid-varenc
[Always write Vids using variable encoding]
72b6961 Wed Dec 4 23:33:04 2013 -0800
Merge pull request #199 from harveyfeng/yarn-2.2
[Hadoop 2.2 migration]
e0347ba Wed Dec 4 17:38:06 2013 -0800
Merge pull request #83 from ankurdave/fix-tests
[Fix compile errors in GraphSuite and SerializerSuite]
182f9ba Wed Dec 4 15:52:07 2013 -0800
Merge pull request #227 from pwendell/master
[Fix small bug in web UI and minor clean-up.]
cbd3b75 Wed Dec 4 15:35:26 2013 -0800
Merge pull request #81 from amplab/clean1
[Codebase refactoring]
b9e7609 Wed Dec 4 14:42:09 2013 -0800
Merge pull request #225 from ash211/patch-3
[Add missing space after "Serialized" in StorageLevel]
055462c Wed Dec 4 14:02:11 2013 -0800
Merge pull request #226 from ash211/patch-4
[Typo: applicaton]
d6e5473 Wed Dec 4 10:28:50 2013 -0800
Merge pull request #223 from rxin/transient
[Mark partitioner, name, and generator field in RDD as @transient.]
8a3475a Tue Dec 3 14:21:40 2013 -0800
Merge pull request #218 from JoshRosen/spark-970-pyspark-unicode-error
[Fix UnicodeEncodeError in PySpark saveAsTextFile() (SPARK-970)]
46b87b8 Tue Dec 3 00:41:11 2013 -0800
Merge pull request #2 from colorant/yarn-client-2.2
[Fix pom.xml for maven build]
58d9bbc Mon Dec 2 21:58:53 2013 -0800
Merge pull request #217 from aarondav/mesos-urls
[Re-enable zk:// urls for Mesos SparkContexts]
740922f Sun Dec 1 12:46:58 2013 -0800
Merge pull request #219 from sundeepn/schedulerexception
[Scheduler quits when newStage fails]
60e23a5 Sat Nov 30 23:38:49 2013 -0800
[PySpark: replacing class manifest by class tag for Scala 2.10.2 in rdd.py]
ad61349 Thu Jul 18 13:53:48 2013 -0700
Merge pull request #709 from ScrapCodes/scala-2.10
[Fixed warnings in scala 2.10 branch.]
a289ded Mon Jul 15 15:59:43 2013 -0700
Merge pull request #700 from ScrapCodes/scala-2.10
[Scala 2.10 ]
1044a95 Fri Jun 14 20:04:24 2013 -0700
Merge pull request #652 from ScrapCodes/scala-2.10
[Fixed maven build without netty fix]
4b57f83 Sat Apr 20 10:40:07 2013 -0700
Merge pull request #535 from ScrapCodes/scala-2.10-repl-port
[porting of repl to scala-2.10]
73b3fee Sun Jan 20 10:11:49 2013 -0800
Merge pull request #388 from folone/master
[Updated maven build configuration for Scala 2.10]
20adf27 Tue Jan 15 11:03:49 2013 -0800
Merge pull request #371 from folone/master
[Scala 2.10.0]
Release 0.8.0-incubating
2aff798 Sun Sep 15 14:05:04 2013 -0700
Merge pull request #933 from jey/yarn-typo-fix
[Fix typo in Maven build docs]
dbd2c4f Sun Sep 15 13:20:41 2013 -0700
Merge pull request #932 from pwendell/mesos-version
[Bumping Mesos version to 0.13.0]
9fb0b9d Sun Sep 15 13:02:53 2013 -0700
Merge pull request #931 from pwendell/yarn-docs
[Explain yarn.version in Maven build docs]
c4c1db2 Fri Sep 13 19:52:12 2013 -0700
Merge pull request #929 from pwendell/master
[Use different Hadoop version for YARN artifacts.]
a310de6 Wed Sep 11 19:36:11 2013 -0700
Merge pull request #926 from kayousterhout/dynamic
[Changed localProperties to use ThreadLocal (not DynamicVariable).]
58c7d8b Wed Sep 11 17:33:42 2013 -0700
Merge pull request #927 from benh/mesos-docs
[Updated Spark on Mesos documentation.]
91a59e6 Wed Sep 11 10:21:48 2013 -0700
Merge pull request #919 from mateiz/jets3t
[Add explicit jets3t dependency, which is excluded in hadoop-client]
b9128d3 Wed Sep 11 10:03:06 2013 -0700
Merge pull request #922 from pwendell/port-change
[Change default port number from 3030 to 4030.]
[Make Executor fields volatile since they're read from the thread pool.]
fd53f2f Sat Mar 23 07:13:21 2013 -0700
Merge pull request #510 from markhamstra/WithThing
[mapWith, flatMapWith and filterWith]
4c5efcf Wed Mar 20 19:29:23 2013 -0700
Merge pull request #532 from andyk/master
[SPARK-715: Adds instructions for building with Maven to documentation]
3558849 Wed Mar 20 19:27:47 2013 -0700
Merge pull request #538 from rxin/cogroup
[Added mapSideCombine flag to CoGroupedRDD. Added unit test for CoGroupedRDD.]
ca4d083 Wed Mar 20 11:22:36 2013 -0700
Merge pull request #528 from MLnick/java-examples
[[SPARK-707] Adding Java versions of Pi, LogQuery and K-Means examples]
b812e6b Wed Mar 20 11:21:02 2013 -0700
Merge pull request #526 from markhamstra/foldByKey
[Add foldByKey]
945d1e7 Tue Mar 19 21:59:06 2013 -0700
Merge pull request #536 from sasurfer/master
[CoalescedRDD for many partitions]
1cbbe94 Tue Mar 19 21:34:34 2013 -0700
Merge pull request #534 from stephenh/removetrycatch
[Remove try/catch block that can't be hit.]
71e53f8 Tue Mar 19 21:31:41 2013 -0700
Merge pull request #537 from wishbear/configurableInputFormat
[call setConf from input format if it is Configurable]
c1e9cdc Sat Mar 16 11:47:45 2013 -0700
Merge pull request #525 from stephenh/subtractByKey
[Add PairRDDFunctions.subtractByKey.]
cdbfd1e Fri Mar 15 15:13:28 2013 -0700
Merge pull request #516 from squito/fix_local_metrics
[Fix local metrics]
f9fa2ad Fri Mar 15 15:12:43 2013 -0700
Merge pull request #530 from mbautin/master-update-log4j-and-make-compile-in-I
ntelliJ
[Add a log4j compile dependency to fix build in IntelliJ]
4032beb Wed Mar 13 19:29:46 2013 -0700
Merge pull request #521 from stephenh/earlyclose
[Close the reader in HadoopRDD as soon as iteration end.]
3c97276 Wed Mar 13 19:25:08 2013 -0700
Merge pull request #524 from andyk/master
[Fix broken link to YARN documentation]
1c3d981 Wed Mar 13 19:23:48 2013 -0700
Merge pull request #517 from Reinvigorate/sm-build-fixes
[Build fixes for streaming /w SBT]
2d477fd Wed Mar 13 06:49:16 2013 -0700