- Mar 19, 2013
-
-
Matei Zaharia authored
CoalescedRDD for many partitions
-
Matei Zaharia authored
Remove try/catch block that can't be hit.
-
Matei Zaharia authored
call setConf from input format if it is Configurable
-
Andrey Kouznetsov authored
-
Giovanni Delussu authored
CoalescedRDD changed to work with a big number of partitions both in the original and the new coalesced RDD. The limitation was in the range that Scala.Int can represent.
-
- Mar 18, 2013
-
-
Stephen Haberman authored
-
- Mar 16, 2013
-
-
Matei Zaharia authored
Add PairRDDFunctions.subtractByKey.
-
- Mar 15, 2013
-
-
Matei Zaharia authored
Fix local metrics
-
Matei Zaharia authored
Add a log4j compile dependency to fix build in IntelliJ
-
Mikhail Bautin authored
Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing).
-
- Mar 14, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
-
Stephen Haberman authored
-
- Mar 13, 2013
-
-
Matei Zaharia authored
Close the reader in HadoopRDD as soon as iteration end.
-
Matei Zaharia authored
Fix broken link to YARN documentation
-
Stephen Haberman authored
-
Andy Konwinski authored
-
Stephen Haberman authored
-
Stephen Haberman authored
-
Matei Zaharia authored
Fix broken link in Quick Start
-
Andy Konwinski authored
-
Andy Konwinski authored
-
Matei Zaharia authored
Send block sizes as longs in BlockManager updates
-
- Mar 12, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
-
- Mar 11, 2013
-
-
Stephen Haberman authored
This also refactors out the common "gotNext" iterator pattern into a shared utility class.
-
Charles Reiss authored
-
Matei Zaharia authored
Adds choice of persistence level to Bagel.
-
Nick Pentreath authored
-
Imran Rashid authored
-
Imran Rashid authored
-
- Mar 10, 2013
-
-
Matei Zaharia authored
Conflicts: core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
-
Matei Zaharia authored
-
Matei Zaharia authored
Fix reference bug in Kryo serializer, add test, update version
-
Matei Zaharia authored
Notify standalone deploy client of application death.
-
Matei Zaharia authored
Conflicts: core/src/main/scala/spark/storage/BlockManagerMaster.scala core/src/test/scala/spark/scheduler/DAGSchedulerSuite.scala
-
- Mar 09, 2013
-
-
Imran Rashid authored
-
Imran Rashid authored
-
Charles Reiss authored
Usually, this isn't necessary since the application will be removed as a result of the deploy client disconnecting, but occassionally, the standalone deploy master removes an application otherwise. Also mark applications as FAILED instead of FINISHED when they are killed as a result of their executors failing too many times.
-
Charles Reiss authored
Use the LocalSparkContext abstraction to properly manage clearing spark.driver.port.
-