- Feb 25, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Disable remote lifecycle logging from Akka.
-
Patrick Wendell authored
This changes the default setting to `off` for remote lifecycle events. When this is on, it is very chatty at the INFO level. It also prints out several ERROR messages sometimes when sc.stop() is called.
-
Matei Zaharia authored
-
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
-