aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #374 from woggling/null-mapoutMatei Zaharia2013-01-152-12/+64
|\
| * Remove broken attempt to test fetching case.Charles Reiss2013-01-151-46/+2
| * Fix accidental spark.master.host reuseCharles Reiss2013-01-141-0/+2
| * Additional tests for MapOutputTracker.Charles Reiss2013-01-141-2/+80
| * Throw FetchFailedException for cached missing locsCharles Reiss2013-01-141-10/+26
* | Add a test.Stephen Haberman2013-01-151-0/+43
* | Call executeOnCompleteCallbacks in a finally block.Stephen Haberman2013-01-151-3/+5
|/
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-131-4/+12
|\
| * Merge pull request #360 from rxin/cogroup-javaMatei Zaharia2013-01-131-4/+12
| |\
| | * Removed the use of getOrElse to avoid Scala wrapper for every call.Reynold Xin2013-01-131-3/+10
| | * Changed CoGroupRDD's hash map from Scala to Java.Reynold Xin2013-01-101-2/+3
* | | Make filter preserve partitioner info, since it canMatei Zaharia2013-01-132-1/+7
|/ /
* | Add missing dependency spray-json to Maven buildMikhail Bautin2013-01-131-0/+4
* | Merge pull request #346 from JoshRosen/python-apiMatei Zaharia2013-01-123-1/+288
|\ \
| * | Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-081-0/+5
| * | Change PySpark RDD.take() to not call iterator().Josh Rosen2013-01-031-0/+4
| * | Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-1/+1
| * | Minor documentation and style fixes for PySpark.Josh Rosen2013-01-012-15/+32
| * | Update PySpark for compatibility with TaskContext.Josh Rosen2012-12-291-8/+5
| * | Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-2997-1531/+2892
| |\ \
| * | | Fix bug (introduced by batching) in PySpark take()Josh Rosen2012-12-281-1/+1
| * | | Mark api.python classes as private; echo Java output to stderr.Josh Rosen2012-12-282-30/+22
| * | | Remove debug output from PythonPartitioner.Josh Rosen2012-12-261-2/+0
| * | | Use filesystem to collect RDDs in PySpark.Josh Rosen2012-12-241-42/+24
| * | | Fix PySpark hash partitioning bug.Josh Rosen2012-10-282-6/+45
| * | | Remove PYTHONPATH from SparkContext's executorEnvs.Josh Rosen2012-10-222-9/+8
| * | | Add PySpark README and run scripts.Josh Rosen2012-10-201-1/+1
| * | | Update Python API for v0.6.0 compatibility.Josh Rosen2012-10-192-8/+12
| * | | Merge tag 'v0.6.0' into python-apiJosh Rosen2012-10-19194-3797/+5767
| |\ \ \
| * | | | Add pipe(), saveAsTextFile(), sc.union() to Python API.Josh Rosen2012-08-271-2/+6
| * | | | Simplify Python worker; pipeline the map step of partitionBy().Josh Rosen2012-08-271-27/+7
| * | | | Add broadcast variables to Python API.Josh Rosen2012-08-271-17/+26
| * | | | Use numpy in Python k-means example.Josh Rosen2012-08-221-1/+7
| * | | | Use only cPickle for serialization in Python API.Josh Rosen2012-08-211-44/+148
| * | | | Add Python API.Josh Rosen2012-08-181-0/+147
* | | | | 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 #355 from shivaram/default-hadoop-pomMatei Zaharia2013-01-121-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+2
| * | | | | 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
* | | | | | FormattingMatei Zaharia2013-01-102-4/+6
* | | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-106-26/+113
|\ \ \ \ \ \
| * \ \ \ \ \ 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