aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #664 from pwendell/test-fixMatei Zaharia2013-06-271-1/+0
|\
| * Removing incorrect test statementPatrick Wendell2013-06-271-1/+0
* | Wrap lines.Stephen Haberman2013-06-261-1/+3
* | Be cute with Option and getenv.Stephen Haberman2013-06-261-17/+4
* | Refactored tests to share SparkContexts in some of themMatei Zaharia2013-06-2510-425/+373
* | Fix computation of classpath when we launch java directlyMatei Zaharia2013-06-252-16/+34
* | Some fixes to the launch-java-directly change:Matei Zaharia2013-06-253-31/+138
* | Fixed deprecated use of expect in SizeEstimatorSuiteMatei Zaharia2013-06-251-36/+36
* | Merge remote-tracking branch 'cgrothaus/SPARK-698'Matei Zaharia2013-06-251-4/+29
|\ \
| * | Incorporate feedback from mateiz:Christoph Grothaus2013-02-241-17/+7
| * | Fix SPARK-698. From ExecutorRunner, launch java directly instead via the run ...Christoph Grothaus2013-02-201-4/+39
* | | Clone the zero value for each key in foldByKeyMatei Zaharia2013-06-232-3/+34
* | | Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-16/+22
* | | Merge pull request #648 from shivaram/netty-dbgMatei Zaharia2013-06-227-86/+151
|\ \ \ | |_|/ |/| |
| * | Fix some comments and styleShivaram Venkataraman2013-06-135-14/+8
| * | Merge branch 'netty-dbg' of github.com:shivaram/spark into netty-dbgShivaram Venkataraman2013-06-124-39/+94
| |\ \
| | * | Clean up variables and counters in BlockFetcherIteratorShivaram Venkataraman2013-06-061-23/+31
| | * | Pass in bufferSize to BufferedOutputStreamShivaram Venkataraman2013-06-051-1/+1
| | * | Don't write zero block files with java serializerShivaram Venkataraman2013-06-054-18/+61
| | * | var to valShivaram Venkataraman2013-06-031-1/+1
| | * | Reuse the file object as it is valid after deleteShivaram Venkataraman2013-06-031-2/+0
| | * | Delete a file for a block if it already exists.Shivaram Venkataraman2013-06-031-2/+8
| * | | Merge branch 'master' of git://github.com/mesos/spark into netty-dbgShivaram Venkataraman2013-06-126-23/+34
| |\ \ \ | | |/ / | |/| |
| * | | Make connect timeout configurableShivaram Venkataraman2013-05-312-3/+6
| * | | Another round of Netty fixes.Shivaram Venkataraman2013-05-314-45/+58
* | | | Merge pull request #644 from shimingfei/jobloggerMatei Zaharia2013-06-2211-19/+497
|\ \ \ \
| * | | | small modify in DAGSchedulerMingfei2013-06-211-1/+1
| * | | | small format modificationMingfei2013-06-211-2/+2
| * | | | some format modificationMingfei2013-06-212-8/+7
| * | | | edit according to commentsMingfei2013-06-217-69/+62
| * | | | modify sparklister function interface according to commentsMingfei2013-06-134-73/+79
| * | | | not check return value of eventQueue.takeMingfei2013-06-081-15/+13
| * | | | delete test code for joblogger in SparkContextMingfei2013-06-081-2/+1
| * | | | Merge branch 'master' of https://github.com/mesos/sparkMingfei2013-06-083-20/+31
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | modify to pass job annotation by localProperties and use daeamon thread to do...Mingfei2013-06-0811-12/+495
* | | | | use parens when calling method with side-effectsJey Kottalam2013-06-213-10/+10
* | | | | Rename PythonWorker to PythonWorkerFactoryJey Kottalam2013-06-213-15/+17
* | | | | Add tests and fixes for Python daemon shutdownJey Kottalam2013-06-212-0/+5
* | | | | Prefork Python worker processesJey Kottalam2013-06-213-41/+125
* | | | | Add Python timing instrumentationJey Kottalam2013-06-211-0/+12
* | | | | Merge pull request #654 from lyogavin/enhance_pipeMatei Zaharia2013-06-192-8/+8
|\ \ \ \ \
| * | | | | fix typo and coding styleGavin Li2013-06-182-8/+8
* | | | | | Update ASM to version 4.0Matei Zaharia2013-06-192-8/+7
* | | | | | reduce ZippedPartitionsRDD's getPreferredLocations complexityjerryshao2013-06-181-8/+4
* | | | | | Merge pull request #643 from adatao/masterMatei Zaharia2013-06-172-12/+35
|\ \ \ \ \ \
| * | | | | | Import just scala.math.abs rather than scala.math._Christopher Nguyen2013-06-161-1/+1
| * | | | | | Move zero-length partition testing from JavaAPISuite.java to PartitioningSuit...Christopher Nguyen2013-06-162-24/+19
| * | | | | | Add zeroLengthPartitions() test to make sure, e.g., StatCounter.scala can han...Christopher Nguyen2013-06-151-0/+22
| * | | | | | In the current code, when both partitions happen to have zero-length, the ret...Christopher Nguyen2013-06-041-10/+16
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #653 from rxin/loggingMatei Zaharia2013-06-172-19/+19
|\ \ \ \ \ \