aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1055-264/+2641
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'Matei Zaharia2013-10-106-49/+275
|\ \ \ \ \ \
| * | | | | | Adding in the --addJars option to make SparkContext.addJar work on yarn and c...tgravescs2013-10-035-23/+50
| * | | | | | Support distributed cache files and archives on spark on yarn and attempt to ...Y.CORP.YAHOO.COM\tgraves2013-09-235-30/+232
* | | | | | | Merge pull request #19 from aarondav/master-zkMatei Zaharia2013-10-1045-175/+1947
|\ \ \ \ \ \ \
| * | | | | | | Minor clarification and cleanup to spark-standalone.mdAaron Davidson2013-10-101-10/+33
| * | | | | | | Address Matei's comments on documentationAaron Davidson2013-10-104-20/+31
| * | | | | | | Add docs for standalone scheduler fault toleranceAaron Davidson2013-10-083-4/+48
| * | | | | | | Revert change to spark-classAaron Davidson2013-10-082-3/+8
| * | | | | | | Add license agreements to dockerfilesAaron Davidson2013-10-087-1/+120
| * | | | | | | Change url format to spark://host1:port1,host2:port2Aaron Davidson2013-10-065-7/+14
| * | | | | | | Add end-to-end test for standalone scheduler fault toleranceAaron Davidson2013-10-0512-2/+480
| * | | | | | | Address Matei's commentsAaron Davidson2013-10-0511-42/+41
| * | | | | | | Fix race conditions during recoveryAaron Davidson2013-10-048-52/+122
| * | | | | | | Add license noticesAaron Davidson2013-09-266-3/+86
| * | | | | | | Standalone Scheduler fault tolerance using ZooKeeperAaron Davidson2013-09-2625-170/+720
| * | | | | | | Standalone Scheduler fault recoveryAaron Davidson2013-09-2616-76/+459
* | | | | | | | Merge pull request #44 from mateiz/fast-mapMatei Zaharia2013-10-105-40/+419
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into fast-mapMatei Zaharia2013-10-1018-118/+470
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Create fewer function objects in uses of AppendOnlyMap.changeValueMatei Zaharia2013-10-082-20/+20
| * | | | | | | | Address some comments on code clarityMatei Zaharia2013-10-081-9/+11
| * | | | | | | | Moved files that were in the wrong directory after package renameMatei Zaharia2013-10-082-0/+0
| * | | | | | | | Fix some review commentsMatei Zaharia2013-10-084-38/+33
| * | | | | | | | Added a fast and low-memory append-only map implementation for cogroupMatei Zaharia2013-10-085-29/+411
| | | | | | | * | Fixed the broken local scheduler test.Reynold Xin2013-10-102-2/+5
| | | | | | | * | Added comprehensive tests for job cancellation in a variety of environments (...Reynold Xin2013-10-102-50/+138
| | | | | | | * | Switched to use daemon thread in executor and fixed a bug in job cancellation...Reynold Xin2013-10-106-28/+19
| | | | | | | * | Changed the name of the local cluster executor from local to localhost.Reynold Xin2013-10-101-1/+1
| | | | | | | * | Use the same Executor in LocalScheduler as in ClusterScheduler.Reynold Xin2013-10-104-144/+67
| | | | | | | * | Rename kill -> cancel in user facing API / documentation.Reynold Xin2013-10-104-31/+27
| | | | | | | * | Support job cancellation in multi-pool scheduler.Reynold Xin2013-10-103-4/+19
| | | | | | | * | Fixed the deadlock situation in multi-job actions and added more unit tests.Reynold Xin2013-10-104-150/+186
| | | | | | | * | Put the job cancellation handling into the dagscheduler's main event loop.Reynold Xin2013-10-108-44/+69
| | | | | | | * | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-0949-381/+813
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #49 from mateiz/kryo-fix-2Reynold Xin2013-10-092-3/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix Chill serialization of Range objects, which used to write out eachMatei Zaharia2013-10-092-3/+32
* | | | | | | | | | Merge pull request #50 from kayousterhout/SPARK-908Reynold Xin2013-10-094-17/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Style fixesKay Ousterhout2013-10-091-6/+13
| * | | | | | | | | | Fixed comment to use javadoc styleKay Ousterhout2013-10-091-5/+5
| * | | | | | | | | | Fix race condition in SparkListenerSuite (fixes SPARK-908).Kay Ousterhout2013-10-094-12/+25
* | | | | | | | | | | Merge pull request #46 from mateiz/py-sort-updateMatei Zaharia2013-10-092-9/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix PySpark docs and an overly long line of code after fdbae41eMatei Zaharia2013-10-092-9/+9
* | | | | | | | | | | Merge pull request #45 from pwendell/metrics_unitsPatrick Wendell2013-10-092-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use standard abbreviations in metrics labelsPatrick Wendell2013-10-092-6/+6
* | | | | | | | | | | Merge pull request #38 from AndreSchumacher/pyspark_sortingMatei Zaharia2013-10-091-1/+47
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | SPARK-705: implement sortByKey() in PySparkAndre Schumacher2013-10-071-1/+47
* | | | | | | | | | | Merge pull request #22 from GraceH/metrics-namingPatrick Wendell2013-10-096-27/+27
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | remove those futile suffixes like number/countGrace Huang2013-10-095-14/+14
| * | | | | | | | | | create metrics name manually.Grace Huang2013-10-086-27/+27
| * | | | | | | | | | Revert "SPARK-900 Use coarser grained naming for metrics"Grace Huang2013-10-087-96/+28