aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #357 from tysonjh/masterMatei Zaharia2013-01-104-10/+87
|\
| * Removed io.spray spray-json dependency as it is not needed.Tyson2013-01-092-4/+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
| * Added the spray implicit marshaller libraryTyson2013-01-091-0/+2
* | Merge pull request #358 from stephenh/shorterclasspathMatei Zaharia2013-01-102-9/+4
|\ \
| * | Retrieve jars to a flat directory so * can be used for the classpath.Stephen Haberman2013-01-082-9/+4
* | | 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
| |/ /
* | | Merge pull request #353 from stephenh/tupleByMatei Zaharia2013-01-084-0/+28
|\ \ \ | |/ / |/| |
| * | Add JavaRDDLike.keyBy.Stephen Haberman2013-01-082-0/+20
| * | Merge branch 'master' into tupleByStephen Haberman2013-01-0817-225/+210
| |\ \ | |/ / |/| |
* | | Merge pull request #354 from shivaram/ibm-jdk-fixesMatei Zaharia2013-01-078-207/+64
|\ \ \
| * | | Update expected size of strings to match our dummy string classShivaram Venkataraman2013-01-071-18/+13
| * | | Make default hadoop version 1.0.3 in pom.xmlShivaram Venkataraman2013-01-071-1/+1
| * | | 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-072-2/+8
| * | | 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
* | | | Merge pull request #352 from stephenh/collectMatei Zaharia2013-01-052-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | 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
* | | Merge pull request #348 from JoshRosen/spark-597Matei Zaharia2013-01-014-0/+58
|\ \ \ | |/ / |/| |
| * | Raise exception when hashing Java arrays (SPARK-597)Josh Rosen2012-12-314-0/+58
|/ /
* | Merge pull request #345 from JoshRosen/fix/add-fileMatei Zaharia2012-12-294-36/+101
|\ \
| * | 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
|/ /
* | Merge pull request #343 from markhamstra/spark-601Matei Zaharia2012-12-242-1/+12
|\ \
| * | fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-242-1/+12
|/ /
* | Merge pull request #342 from markhamstra/spark-645Matei Zaharia2012-12-242-5/+11
|\ \