aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #357 from tysonjh/masterMatei Zaharia2013-01-103-10/+86
|\
| * Removed io.spray spray-json dependency as it is not needed.Tyson2013-01-091-3/+1
| * Query parameter reformatted to be more extensible and routing more robustTyson2013-01-092-6/+6
| * Added url query parameter json and handlerTyson2013-01-092-10/+29
| * JSON object definitionsTyson2013-01-091-0/+59
* | Merge pull request #356 from shane-huang/masterMatei Zaharia2013-01-103-16/+27
|\ \
| * | Modified Patch according to commentsshane-huang2013-01-103-15/+22
| * | Fix an issue in ConnectionManager where sendingMessage may create too many un...shane-huang2013-01-083-19/+23
* | | Merge pull request #344 from mbautin/log_preferred_hostsMatei Zaharia2013-01-081-1/+2
|\ \ \
| * | | Fixing if/else coding style for preferred hosts loggingMikhail Bautin2013-01-071-3/+2
| * | | Log preferred hostsMikhail Bautin2013-01-071-1/+3
| |/ /
* | | Add JavaRDDLike.keyBy.Stephen Haberman2013-01-082-0/+20
* | | Merge branch 'master' into tupleByStephen Haberman2013-01-0815-223/+208
|\| |
| * | 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
| |/ /
* | | Rename RDD.tupleBy to keyBy.Stephen Haberman2013-01-062-3/+3
* | | Add RDD.tupleBy.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
| |\ \ \ \