aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #364 from tysonjh/masterMatei Zaharia2013-01-122-12/+49
|\ \ \ \
| * | | | Added an optional format parameter for individual job queries and optimized t...Tyson2013-01-111-11/+27
| * | | | Added implicit json writers for JobDescription and ExecutorRunnerTyson2013-01-111-1/+22
* | | | | Merge pull request #363 from heuermh/quick-start-fixMatei Zaharia2013-01-121-0/+10
|\ \ \ \ \
| * | | | | add repositories section to simple job pom.xmlMichael Heuer2013-01-111-0/+10
* | | | | | Merge pull request #355 from shivaram/default-hadoop-pomMatei Zaharia2013-01-126-1/+68
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-126-12/+13
| * | | | | Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-106-0/+36
| * | | | | Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-086-6/+18
| * | | | | Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-076-1/+19
* | | | | | FormattingMatei Zaharia2013-01-102-4/+6
* | | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-108-35/+118
|\ \ \ \ \ \
| * \ \ \ \ \ 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
| | |/ / / / / /
* | / / / / / / Code styleMatei Zaharia2013-01-081-2/+5
|/ / / / / / /
* | | | | | | 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
|\ \ \ \ \