aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-101-0/+6
* Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-081-1/+3
* Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-1/+4
* Update expected size of strings to match our dummy string classShivaram Venkataraman2013-01-071-18/+13
* Use a dummy string class in Size Estimator tests to make it resistant to jdkShivaram Venkataraman2013-01-071-12/+21
* Remove unused BoundedMemoryCache file and associated test case.Shivaram Venkataraman2013-01-072-176/+0
* Update Hadoop dependency to 1.0.3 as 0.20 has Sun specific dependencies. AlsoShivaram Venkataraman2013-01-071-1/+7
* Remove dependencies on sun jvm classes. Instead use reflection to inferShivaram Venkataraman2013-01-072-6/+29
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-072-0/+17
|\
| * Merge pull request #351 from stephenh/valuesMatei Zaharia2013-01-052-0/+17
| |\
| | * Fix typo.Stephen Haberman2013-01-051-1/+1
| | * Add PairRDDFunctions.keys and values.Stephen Haberman2013-01-052-0/+17
* | | Add Accumulable.setValue for easier use in JavaMatei Zaharia2013-01-072-5/+19
* | | Add PairRDD.keys() and values() to Java APIMatei Zaharia2013-01-051-0/+10
|/ /
* | Add methods called just 'accumulator' for int/double in Java APIMatei Zaharia2013-01-052-2/+15
* | Fix Accumulators in Java, and add a test for themMatei Zaharia2013-01-054-13/+79
* | Add RDD.collect(PartialFunction).Stephen Haberman2013-01-052-0/+8
|/
* Merge pull request #349 from woggling/cache-finallyMatei Zaharia2013-01-012-11/+28
|\
| * Remove some dead commentsCharles Reiss2013-01-011-6/+0
| * Test with exception while computing cached RDD.Charles Reiss2013-01-011-0/+23
| * Mark key as not loading in CacheTracker even when compute() failsCharles Reiss2013-01-011-10/+10
* | Raise exception when hashing Java arrays (SPARK-597)Josh Rosen2012-12-314-0/+58
|/
* Change Utils.fetchFile() warning to SparkException.Josh Rosen2012-12-282-7/+10
* Add addFile() and addJar() to JavaSparkContext.Josh Rosen2012-12-281-0/+34
* Add synchronization to LocalScheduler.updateDependencies().Josh Rosen2012-12-281-16/+18
* Skip deletion of files in clearFiles().Josh Rosen2012-12-282-20/+46
* fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-242-1/+12
* Allow distinct() to be called without parentheses when using the default numb...Mark Hamstra2012-12-242-5/+11
* Remove the call to close input stream in Kryo serializer.Reynold Xin2012-12-211-1/+1
* Merge pull request #341 from rxin/4a3fb06ac2d11125feb08acbbd4df76d1e91b677Matei Zaharia2012-12-211-137/+68
|\
| * Updated Kryo to 2.20.Reynold Xin2012-10-161-137/+68
* | Merge pull request #327 from rxin/spark-633Matei Zaharia2012-12-2016-769/+1096
|\ \
| * | Let the slave notify the master block removal.Reynold Xin2012-12-204-92/+83
| * | Moved BlockManager's IdGenerator into BlockManager object. Removed someReynold Xin2012-12-195-36/+22
| * | Merge branch 'spark-633' of github.com:rxin/spark into spark-633Reynold Xin2012-12-144-7/+23
| |\ \
| | * | Return success or failure in BlockStore.remove().Josh Rosen2012-12-134-7/+23
| * | | Fixed conflicts from merging Charles' and TD's block manager changes.Reynold Xin2012-12-143-173/+158
| * | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-131-7/+9
| |\ \ \
| * | | | Merged TD's block manager refactoring.Reynold Xin2012-12-139-647/+805
| * | | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-138-15/+118
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1326-208/+207
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Added the ability in block manager to remove blocks.Reynold Xin2012-12-139-170/+361
* | | | | | SPARK-616: Logging dead workers in Web UI.Patrick Wendell2012-12-175-3/+19
* | | | | | Merge pull request #332 from JoshRosen/spark-607Matei Zaharia2012-12-141-12/+17
|\ \ \ \ \ \
| * | | | | | Add try-finally to handle MapOutputTracker timeouts.Josh Rosen2012-12-131-12/+17
| |/ / / / /
* | | | | | Code review cleanup.Charles Reiss2012-12-131-1/+4
* | | | | | Have standalone cluster report exit codes to clients. Addresses SPARK-639.Charles Reiss2012-12-138-24/+20
| |_|_|/ / |/| | | |
* | | | | Fixed the broken Java unit test from SPARK-635.Reynold Xin2012-12-131-7/+9
| |_|/ / |/| | |
* | | | Merge pull request #329 from woggling/executor-status-codesMatei Zaharia2012-12-138-15/+118
|\ \ \ \ | |_|/ / |/| | |
| * | | ExecutorLostReason -> ExecutorLossReasonCharles Reiss2012-12-134-6/+6