aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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-127-23/+41
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Make connect timeout configurableShivaram Venkataraman2013-05-312-3/+6
| | * | | | | | Another round of Netty fixes.Shivaram Venkataraman2013-05-314-45/+58
| * | | | | | | Fix resolution of example code with Maven buildsMatei Zaharia2013-06-221-2/+6
| * | | | | | | 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
| * | | | | | | | | Merge pull request #563 from jey/python-optimizationMatei Zaharia2013-06-227-61/+382
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix reporting of PySpark exceptionsJey Kottalam2013-06-212-5/+19
| | * | | | | | | | | use parens when calling method with side-effectsJey Kottalam2013-06-213-10/+10
| | * | | | | | | | | PySpark daemon: fix deadlock, improve error handlingJey Kottalam2013-06-211-17/+50
| | * | | | | | | | | Rename PythonWorker to PythonWorkerFactoryJey Kottalam2013-06-213-15/+17
| | * | | | | | | | | Add tests and fixes for Python daemon shutdownJey Kottalam2013-06-215-22/+74
| | * | | | | | | | | Prefork Python worker processesJey Kottalam2013-06-215-73/+263
| | * | | | | | | | | Add Python timing instrumentationJey Kottalam2013-06-213-1/+31
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * / | | | | | | | Increase memory for tests to prevent a crash on JDK 7Matei Zaharia2013-06-221-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-06-202-8/+8
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #654 from lyogavin/enhance_pipeMatei Zaharia2013-06-192-8/+8
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | fix typo and coding styleGavin Li2013-06-182-8/+8
| * | | | | | | | | | Fix some dependency issues in SBT build (same will be needed for Maven):Matei Zaharia2013-06-202-5/+7
| |/ / / / / / / / /
| * | | | | | | | | Update ASM to version 4.0Matei Zaharia2013-06-195-14/+12
| * | | | | | | | | Merge remote-tracking branch 'milliondreams/casdemo'Matei Zaharia2013-06-183-1/+242
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fixing the style as per feedbackRohit Rai2013-06-131-35/+37
| | * | | | | | | | | Example to write the output to cassandraRohit Rai2013-06-031-5/+43
| | * | | | | | | | | A better way to read column value if you are sure the column exists in every ...Rohit Rai2013-06-031-2/+4
| | * | | | | | | | | Adding deps to examples/pom.xmlRohit Rai2013-06-022-1/+36
| | * | | | | | | | | Removing infix callRohit Rai2013-06-021-3/+3
| | * | | | | | | | | Adding example to make Spark RDD from CassandraRohit Rai2013-06-012-2/+156
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #605 from esjewett/SPARK-699Matei Zaharia2013-06-183-1/+50
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add hBase dependency to examples POMEthan Jewett2013-05-201-0/+10
| | * | | | | | | | | Add hBase exampleEthan Jewett2013-05-092-1/+40
| * | | | | | | | | | Merge pull request #647 from jerryshao/masterMatei Zaharia2013-06-181-8/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | reduce ZippedPartitionsRDD's getPreferredLocations complexityjerryshao2013-06-181-8/+4
| |/ / / / / / / / / /
| * | | | | | | | | | Removed second version of junit test plugin from plugins.sbtMatei Zaharia2013-06-181-2/+0
| * | | | | | | | | | Merge pull request #643 from adatao/masterMatei Zaharia2013-06-173-12/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | 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-152-0/+24
| | * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \