- Feb 25, 2013
-
-
Matei Zaharia authored
instead of only once, in case the user changes it across Spark uses
-
Matei Zaharia authored
Change defaultPartitioner to use upstream split size.
-
Matei Zaharia authored
Moving akka dependency resolver to shared.
-
Prashant Sharma authored
-
- Feb 24, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
Conflicts: core/src/main/scala/spark/RDD.scala core/src/main/scala/spark/scheduler/cluster/StandaloneSchedulerBackend.scala core/src/test/scala/spark/ShuffleSuite.scala
-
Matei Zaharia authored
Final set of Spark Streaming changes
-
Tathagata Das authored
Changed class paths and dependencies based on Matei's comments
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
Streaming bug fixes
-
Matei Zaharia authored
Change numSplits to numPartitions in PySpark
-
Josh Rosen authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Matei Zaharia authored
support customized java options for Master, Worker, Executor, and Repl
-
Matei Zaharia authored
Add RDD.subtract.
-
Stephen Haberman authored
-
Stephen Haberman authored
-
- Feb 23, 2013
-
-
Stephen Haberman authored
-
Tathagata Das authored
-
Tathagata Das authored
Fixed differences in APIs of StreamingContext and JavaStreamingContext. Change rawNetworkStream to rawSocketStream, and added twitter, actor, zeroMQ streams to JavaStreamingContext. Also added them to JavaAPISuite.
-
Matei Zaharia authored
Adding Java-accessible methods to Vector.scala
-
Patrick Wendell authored
-
Patrick Wendell authored
This is needed for the Strata machine learning tutorial (and also is generally helpful).
-
Matei Zaharia authored
Donahue)
-
Matei Zaharia authored
Detect when SendingConnections disconnect even if we aren't sending to them
-
- Feb 22, 2013
-
-
Tathagata Das authored
-
Tathagata Das authored
-
Charles Reiss authored
-
Charles Reiss authored
Comment fix
-
Matei Zaharia authored
Fixed some of the messages as well as code style.
-
Matei Zaharia authored
Also fixed a bug where master was offering executors on dead workers Conflicts: core/src/main/scala/spark/deploy/master/Master.scala
-
Matei Zaharia authored
Remove hack workaround for SPARK-668
-
Matei Zaharia authored
SPARK-702: Replace Function --> JFunction in JavaAPI Suite.
-
Patrick Wendell authored
In a few places the Scala (rather than Java) function class is used.
-