aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-014-18/+25
| |/ / / / / / /
| * | | | | | | Merge pull request #433 from rxin/masterMatei Zaharia2013-02-012-20/+24
| |\ \ \ \ \ \ \
| | * | | | | | | Moved PruneDependency into PartitionPruningRDD.scala.Reynold Xin2013-02-012-26/+22
| | * | | | | | | Removed the TODO comment from PartitionPruningRDD.Reynold Xin2013-01-311-2/+0
| | * | | | | | | Changed PartitionPruningRDD's split to make sure it returns the correctReynold Xin2013-01-312-1/+11
| | |/ / / / / /
| * | | | | | | Merge pull request #435 from JoshRosen/pyspark_stdout_fixMatei Zaharia2013-02-012-2/+12
| |\ \ \ \ \ \ \
| | * | | | | | | Fix stdout redirection in PySpark.Josh Rosen2013-02-012-2/+12
| |/ / / / / / /
| | | * | | | | Code review changes: add sc.stop; style of multiline comments; parens on proc...Charles Reiss2013-02-011-22/+47
| | | * | | | | Comment at top of DAGSchedulerSuiteCharles Reiss2013-01-301-1/+14
| | | * | | | | Change DAGSchedulerSuite to run DAGScheduler in the same Thread.Charles Reiss2013-01-301-249/+319
| | | * | | | | Refactor DAGScheduler more to allow testing without a separate thread.Charles Reiss2013-01-301-65/+111
| | | * | | | | Clear spark.master.port to cleanup for other testsCharles Reiss2013-01-291-0/+1
| | | * | | | | Add DAGScheduler tests.Charles Reiss2013-01-291-0/+540
| | | * | | | | Refactoring to DAGScheduler to aid testingCharles Reiss2013-01-292-12/+18
| | | * | | | | Add easymock to SBT configuration.Charles Reiss2013-01-291-1/+2
| | | * | | | | Add easymock to POMsCharles Reiss2013-01-292-0/+11
| | | | |/ / / | | | |/| | |
* | | | | | | Merge branch 'mesos'haitao.yao2013-02-019-94/+32
|\| | | | | |
| * | | | | | Merge pull request #434 from pwendell/python-exceptionsMatei Zaharia2013-01-312-17/+32
| |\ \ \ \ \ \
| | * | | | | | Small fix from last commitPatrick Wendell2013-01-311-1/+1
| | * | | | | | Some style cleanupPatrick Wendell2013-01-311-7/+4
| | * | | | | | SPARK-673: Capture and re-throw Python exceptionsPatrick Wendell2013-01-312-16/+34
| | |/ / / / /
| * | | | | | Merge pull request #431 from mbautin/revert_default_profileMatei Zaharia2013-01-317-77/+0
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Remove activation of profiles by defaultMikhail Bautin2013-01-317-77/+0
| |/ / / / /
* | | | | | bug fix for javadochaitao.yao2013-01-311-1/+1
* | | | | | Merge branch 'mesos'haitao.yao2013-01-317-23/+47
|\| | | | |
| * | | | | Merge pull request #430 from pwendell/pyspark-guideMatei Zaharia2013-01-302-2/+10
| |\ \ \ \ \
| | * | | | | Make module help available in python shell.Patrick Wendell2013-01-302-0/+2
| | * | | | | Inclue packaging and launching pyspark in guide.Patrick Wendell2013-01-301-2/+8
| * | | | | | Merge pull request #426 from woggling/conn-manager-ipsMatei Zaharia2013-01-302-5/+13
| |\ \ \ \ \ \
| | * | | | | | Remember ConnectionManagerId used to initiate SendingConnections.Charles Reiss2013-01-292-5/+13
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #428 from woggling/mesos-exec-idMatei Zaharia2013-01-302-15/+21
| |\ \ \ \ \ \
| | * | | | | | Remove remants of attempt to use slaveId-executorId in MesosExecutorBackendCharles Reiss2013-01-301-1/+1
| | * | | | | | Use Mesos ExecutorIDs to hold SlaveIDs. Then we can safely useCharles Reiss2013-01-302-15/+21
| | |/ / / / /
| * | | | | | Merge pull request #429 from stephenh/includemessageMatei Zaharia2013-01-301-1/+3
| |\ \ \ \ \ \
| | * | | | | | Include message and exitStatus if availalbe.Stephen Haberman2013-01-301-1/+3
| |/ / / / / /
* | | | | | | Merge branch 'mesos'haitao.yao2013-01-302-7/+9
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'stephenh/removefailedjob'Matei Zaharia2013-01-292-7/+9
| |\ \ \ \ \ \
| | * | | | | | Fix Worker logInfo about unknown executor.Stephen Haberman2013-01-221-1/+1
| | * | | | | | Don't bother creating an exception.Stephen Haberman2013-01-221-2/+1
| | * | | | | | Handle Master telling the Worker to kill an already-dead executor.Stephen Haberman2013-01-221-3/+7
| | * | | | | | Call removeJob instead of killing the cluster.Stephen Haberman2013-01-221-2/+1
* | | | | | | | Merge branch 'mesos'haitao.yao2013-01-3056-408/+442
|\| | | | | | |
| * | | | | | | Merge pull request #425 from stephenh/toDebugStringMatei Zaharia2013-01-292-0/+21
| |\ \ \ \ \ \ \
| | * | | | | | | Include name, if set, in RDD.toString().Stephen Haberman2013-01-291-1/+6
| | * | | | | | | Add number of splits.Stephen Haberman2013-01-291-1/+2
| | * | | | | | | Add JavaRDDLike.toDebugString().Stephen Haberman2013-01-291-0/+5
| | * | | | | | | Add RDD.toDebugString.Stephen Haberman2013-01-281-0/+10
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #415 from stephenh/driverMatei Zaharia2013-01-2934-216/+214
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'master' into driverStephen Haberman2013-01-2857-390/+938
| | |\| | | | |
| | * | | | | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-2534-251/+248