aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31 from sundeepn/branch-0.8Reynold Xin2013-10-071-1/+6
* Merging build changes in from 0.8Patrick Wendell2013-10-052-9/+12
* Merge pull request #20 from harveyfeng/hadoop-config-cacheMatei Zaharia2013-10-054-34/+161
|\
| * Some comments regarding JobConf and InputFormat caching for HadoopRDDs.Harvey Feng2013-10-052-4/+25
| * Make HadoopRDD object Spark private.Harvey Feng2013-10-051-3/+3
| * Fix API changes; lines > 100 chars.Harvey Feng2013-10-052-15/+18
| * Merge HadoopDatasetRDD into HadoopRDD.Harvey Feng2013-09-292-27/+40
| * Merge remote-tracking branch 'oldsparkme/hadoopRDD-broadcast-change' into had...Harvey Feng2013-09-264-30/+120
| |\
| | * Move Configuration broadcasts to SparkContext.Harvey2013-09-222-8/+6
| | * Add a cache for HadoopRDD metadata needed during computation.Harvey2013-09-224-37/+79
| | * Split HadoopRDD into one for general Hadoop datasets and one tailored to Hado...Harvey2013-09-212-21/+71
* | | Merge pull request #27 from davidmccauley/masterMatei Zaharia2013-10-051-1/+2
|\ \ \
| * | | SPARK-921 - Add Application UI URL to ApplicationInfo Json outputDavid McCauley2013-10-021-0/+1
| * | | SPARK-920 - JSON endpoint URI scheme part (spark://) duplicatedDavid McCauley2013-10-021-1/+1
| |/ /
* | | Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-044-6/+34
* | | Added additional unit test for repeated task failuresKay Ousterhout2013-09-301-1/+28
* | | Fixed compilation errors and broken test.Kay Ousterhout2013-09-304-13/+11
* | | Merge remote-tracking branch 'upstream/master' into results_through-bmKay Ousterhout2013-09-3042-142/+260
|\| |
| * | Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-2634-71/+62
| |\ \
| | * | Improved organization of scheduling packages.Kay Ousterhout2013-09-2534-71/+62
| * | | Merge pull request #930 from holdenk/masterReynold Xin2013-09-261-0/+10
| |\ \ \
| | * | | Fix formatting :)Holden Karau2013-09-231-4/+5
| | * | | Switch indent from 2 to 4 spacesHolden Karau2013-09-221-2/+2
| | * | | Make mapPartitionsWithIndex work with JavaRDD'sHolden Karau2013-09-141-2/+3
| | * | | Start of working on SPARK-615Holden Karau2013-09-111-0/+8
| | | |/ | | |/|
| * | | Merge pull request #7 from wannabeast/memorystore-fixesReynold Xin2013-09-261-6/+8
| |\ \ \
| | * | | Synchronize on "entries" the remaining update to "currentMemory".Mike2013-09-191-3/+5
| | * | | Set currentMemory to 0 in clear().Mike2013-09-111-2/+2
| | * | | Remove MemoryStore$Entry.dropPending, unused as of 42e0a68082.Mike2013-09-101-1/+1
| * | | | Merge pull request #9 from rxin/limitPatrick Wendell2013-09-262-10/+66
| |\ \ \ \
| | * | | | Smarter take/limit implementation.Reynold Xin2013-09-202-10/+66
| | | |/ / | | |/| |
| * | | | Update build version in masterPatrick Wendell2013-09-241-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:markhamstra/incubator-sparkReynold Xin2013-09-231-1/+0
| |\ \ \
| | * | | Removed repetative import; fixes hidden definition compiler warning.Mark Hamstra2013-09-031-1/+0
| | | |/ | | |/|
| * | | Change Exception to NoSuchElementException and minor style fixjerryshao2013-09-221-6/+7
| * | | Remove infix style and othersjerryshao2013-09-221-10/+8
| * | | Refactor FairSchedulableBuilder:jerryshao2013-09-221-39/+53
| * | | Merge pull request #937 from jerryshao/localProperties-fixReynold Xin2013-09-212-2/+50
| |\ \ \
| | * | | Add barrier for local properties unit test and fix some stylesjerryshao2013-09-222-3/+11
| | * | | Fix issue when local properties pass from parent to child threadjerryshao2013-09-182-2/+42
| | | |/ | | |/|
| * / | After unit tests, clear port properties unconditionallyAnkur Dave2013-09-192-9/+7
| |/ /
* | | Addressed Matei's code review commentsKay Ousterhout2013-09-306-29/+45
* | | Send Task results through the block manager when larger than Akka frame size.Kay Ousterhout2013-09-2218-165/+452
|/ /
* | Changed localProperties to use ThreadLocal (not DynamicVariable).Kay Ousterhout2013-09-111-9/+9
* | Merge pull request #919 from mateiz/jets3tPatrick Wendell2013-09-111-0/+5
|\ \
| * | Add explicit jets3t dependency, which is excluded in hadoop-clientMatei Zaharia2013-09-101-0/+5
* | | Merge pull request #922 from pwendell/port-changePatrick Wendell2013-09-112-2/+2
|\ \ \
| * | | Change port from 3030 to 4040Patrick Wendell2013-09-112-2/+2
| |/ /
* / / SPARK-894 - Not all WebUI fields delivered VIA JSONDavid McCauley2013-09-111-1/+3
|/ /
* | Merge pull request #915 from ooyala/masterMatei Zaharia2013-09-091-1/+9
|\ \