aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Add SparkConf support in PythonMatei Zaharia2013-12-292-4/+12
* | | | | | | | | | | | | | Fix other failing testsMatei Zaharia2013-12-284-19/+8
* | | | | | | | | | | | | | Fix Executor not getting properties in local modeMatei Zaharia2013-12-282-2/+3
* | | | | | | | | | | | | | Check for SPARK_YARN_MODE through a system property too since it canMatei Zaharia2013-12-281-1/+2
* | | | | | | | | | | | | | Various fixes to configuration codeMatei Zaharia2013-12-2869-387/+530
* | | | | | | | | | | | | | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2570-396/+523
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #280 from aarondav/minorPatrick Wendell2013-12-203-17/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix compiler warning in SparkZooKeeperSessionAaron Davidson2013-12-191-0/+1
| * | | | | | | | | | | | | Remove firstApp from the standalone scheduler MasterAaron Davidson2013-12-191-10/+0
| * | | | | | | | | | | | | Extraordinarily minor code/comment cleanupAaron Davidson2013-12-192-7/+7
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #272 from tmyklebu/masterPatrick Wendell2013-12-195-16/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add a serialisation time column to the StagePage.Tor Myklebust2013-12-181-1/+5
| * | | | | | | | | | | | | objectSer -> valueSer in a test.Tor Myklebust2013-12-171-2/+2
| * | | | | | | | | | | | | Missed a spot; had an objectSer here too.Tor Myklebust2013-12-171-2/+2
| * | | | | | | | | | | | | Merge branch 'master' of git://github.com/apache/incubator-sparkTor Myklebust2013-12-163-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Incorporate pwendell's code review suggestions.Tor Myklebust2013-12-164-9/+8
| * | | | | | | | | | | | | | UI to display serialisation time of a stage.Tor Myklebust2013-12-161-0/+6
| * | | | | | | | | | | | | | Track task value serialisation time in TaskMetrics.Tor Myklebust2013-12-164-15/+26
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #276 from shivaram/collectPartitionReynold Xin2013-12-193-4/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Add comment explaining collectPartitions's useShivaram Venkataraman2013-12-191-0/+2
| * | | | | | | | | | | | | Make collectPartitions take an array of partitionsShivaram Venkataraman2013-12-192-11/+16
| * | | | | | | | | | | | | Add collectPartition to JavaRDD interface.Shivaram Venkataraman2013-12-183-5/+38
* | | | | | | | | | | | | | Add toString to Java RDD, and __repr__ to Python RDDNick Pentreath2013-12-191-0/+2
* | | | | | | | | | | | | | In experimental clusters we've observed that a 10 second timeout was insuffic...Aaron Davidson2013-12-1813-71/+48
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixed a performance problem in RDD.top and BoundedPriorityQueue (size in Boun...Reynold Xin2013-12-171-0/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | CleanupPatrick Wendell2013-12-161-1/+0
* | | | | | | | | | | | Attempt with extra repositoriesPatrick Wendell2013-12-161-8/+1
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #245 from gregakespret/task-maxfailures-fixReynold Xin2013-12-163-5/+5
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix tests.Grega Kespret2013-12-102-2/+2
| * | | | | | | | | | Fix for spark.task.maxFailures not enforced correctly.Grega Kespret2013-12-091-3/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Use scala.binary.version in POMsMark Hamstra2013-12-151-9/+9
* | | | | | | | | | Merge pull request #249 from ngbinh/partitionInJavaSortByKeyJosh Rosen2013-12-141-0/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Hook directly to Scala APIBinh Nguyen2013-12-101-8/+6
| * | | | | | | | | | Leave default value of numPartitions to Scala code.Binh Nguyen2013-12-101-2/+8
| * | | | | | | | | | Use braces to shorten the line.Binh Nguyen2013-12-101-1/+3
| * | | | | | | | | | Expose numPartitions parameter in JavaPairRDD.sortByKey()Binh Nguyen2013-12-101-2/+10
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Added a comment about ActorRef and ActorSelection difference.Prashant Sharma2013-12-141-0/+7
* | | | | | | | | | Review comments on the PR for scala 2.10 migration.Prashant Sharma2013-12-1313-45/+26
* | | | | | | | | | Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-1126-288/+834
|\| | | | | | | | |
| * | | | | | | | | License headersPatrick Wendell2013-12-096-0/+102
| |/ / / / / / / /
| * | | | | | | | Merge pull request #190 from markhamstra/Stages4JobsMatei Zaharia2013-12-069-91/+280
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SparkListenerJobStart posted from local jobsMark Hamstra2013-12-031-0/+1
| | * | | | | | | | Synchronous, inline cleanup after runLocallyMark Hamstra2013-12-033-13/+6
| | * | | | | | | | Local jobs post SparkListenerJobEnd, and DAGScheduler data structureMark Hamstra2013-12-032-8/+11
| | * | | | | | | | Tightly couple stageIdToJobIds and jobIdToStageIdsMark Hamstra2013-12-031-17/+12
| | * | | | | | | | Cleaned up job cancellation handlingMark Hamstra2013-12-031-7/+5
| | * | | | | | | | Refactoring to make job removal, stage removal, task cancellation clearerMark Hamstra2013-12-031-37/+39
| | * | | | | | | | Improved commentMark Hamstra2013-12-031-4/+3
| | * | | | | | | | Removed redundant residual re: reverted refactoring.Mark Hamstra2013-12-031-1/+1
| | * | | | | | | | Fixed intended side-effectsMark Hamstra2013-12-031-2/+2