aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Call executeOnCompleteCallbacks in more finally blocks.Stephen Haberman2013-01-252-29/+30
* Merge branch 'master' into localsparkcontextStephen Haberman2013-01-2449-668/+555
|\
| * SPARK-541: Adding a warning for invalid Master URLPatrick Wendell2013-01-241-0/+5
| * Merge pull request #410 from rxin/splitpruningrddMatei Zaharia2013-01-231-1/+6
| |\
| | * Added a clearDependencies method in PartitionPruningRDD.Reynold Xin2013-01-231-1/+6
| * | Merge pull request #409 from rxin/splitpruningrddMatei Zaharia2013-01-233-11/+64
| |\|
| | * Updated PruneDependency to change "split" to "partition".Reynold Xin2013-01-232-6/+6
| | * Removed pruneSplits method in RDD and renamed SplitsPruningRDD toReynold Xin2013-01-234-37/+27
| | * Marked prev RDD as transient in SplitsPruningRDD.Reynold Xin2013-01-231-2/+2
| | * Created a PruneDependency to properly assign dependency forReynold Xin2013-01-232-7/+25
| | * Updated assert == to ===.Reynold Xin2013-01-231-3/+3
| | * Added an extra assert for split size check.Reynold Xin2013-01-231-2/+5
| | * Added pruntSplits method to RDD.Reynold Xin2013-01-233-7/+49
| * | Merge remote-tracking branch 'woggling/remove-machines'Matei Zaharia2013-01-232-9/+102
| |\ \
| | * | Remove more dead code from test.Charles Reiss2013-01-231-1/+0
| | * | Clarify TODO.Charles Reiss2013-01-231-1/+2
| | * | Remove dead code in test.Charles Reiss2013-01-231-2/+0
| | * | Add tests of various node failure scenarios.Charles Reiss2013-01-231-0/+72
| | * | Extra debugging from hostLost()Charles Reiss2013-01-231-1/+4
| | * | Force generation increment after shuffle map stageCharles Reiss2013-01-231-1/+8
| | * | Use generation numbers for fetch failure trackingCharles Reiss2013-01-221-7/+20
| * | | Fix compile error due to cherry-pickMatei Zaharia2013-01-231-1/+1
| * | | be sure to set class loader of kryo instancesImran Rashid2013-01-231-1/+4
| * | | Merge pull request #407 from woggling/no-cache-trackerMatei Zaharia2013-01-237-411/+83
| |\ \ \
| | * | | Actually add CacheManager.Charles Reiss2013-01-231-0/+65
| | * | | Eliminate CacheTracker.Charles Reiss2013-01-226-411/+18
| * | | | Merge pull request #406 from tdas/masterMatei Zaharia2013-01-239-59/+117
| |\ \ \ \
| | * | | | One more fix. Made even default constructor of BlockManagerId private to prev...Tathagata Das2013-01-233-7/+14
| | * | | | Made StorageLevel constructor private, and added StorageLevels.create() to th...Tathagata Das2013-01-232-3/+14
| | * | | | Modified StorageLevel API to ensure zero duplicate objects.Tathagata Das2013-01-224-26/+44
| | * | | | Modified BlockManagerId API to ensure zero duplicate objects. Fixed BlockMana...Tathagata Das2013-01-226-29/+51
| * | | | | Merge pull request #394 from JoshRosen/add_file_fixMatei Zaharia2013-01-2311-59/+78
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Allow PySpark's SparkFiles to be used from driverJosh Rosen2013-01-231-4/+4
| | * | | | Add synchronization to Executor.updateDependencies() (SPARK-662)Josh Rosen2013-01-211-16/+18
| | * | | | Don't download files to master's working directory.Josh Rosen2013-01-2111-46/+63
| * | | | | Add test for driver hanging on exit (SPARK-530).Josh Rosen2013-01-221-0/+31
| * | | | | Merge remote-tracking branch 'stephenh/cleanup'Matei Zaharia2013-01-2215-58/+31
| |\ \ \ \ \
| | * | | | | Further simplify getOrElse call.Stephen Haberman2013-01-211-1/+1
| | * | | | | Minor cleanup.Stephen Haberman2013-01-2116-60/+33
| * | | | | | Merge pull request #397 from JoshRosen/refactoring/daemon-threadsMatei Zaharia2013-01-224-48/+10
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Refactor daemon thread pool creation.Josh Rosen2013-01-214-48/+10
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #399 from NFLabs/masterMatei Zaharia2013-01-221-1/+8
| |\ \ \ \ \
| | * | | | | Fix for hanging spark.HttpFileServer with kind of virtual networkLeemoonsoo2013-01-221-1/+8
| | |/ / / /
| * | | | / Handle slaveLost before slaveIdToHost knows about it.Stephen Haberman2013-01-221-13/+18
| | |_|_|/ | |/| | |
* / | | | Add LocalSparkContext to manage common sc variable.Stephen Haberman2013-01-2417-246/+109
|/ / / /
* / / / Use default arguments instead of constructor overloads.Stephen Haberman2013-01-221-19/+3
|/ / /
* | / Remove unneeded/now-broken saveAsNewAPIHadoopFile overload.Stephen Haberman2013-01-211-12/+0
| |/ |/|
* | Only bind to IPv4 addresses when trying to auto-detect external IPMatei Zaharia2013-01-211-2/+3
|/
* Fix compile error caused by cherry-pickMatei Zaharia2013-01-211-0/+1
* more File -> String changesImran Rashid2013-01-214-11/+5