- Feb 25, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Very minor change in a testcase
-
Tathagata Das authored
-
Matei Zaharia authored
Fixed bug in BlockManager and added a testcase
-
Tathagata Das authored
-
Matei Zaharia authored
For some reason, ScalaDoc complained about no such constructor for StreamingContext; it doesn't seem like an actual Scala error but it prevented sbt publish and from working because docs weren't built.
-
Matei Zaharia authored
-
Tathagata Das authored
Minor changes based on feedback
-
Patrick Wendell authored
-
Patrick Wendell authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
Also warns if spark.cleaner.ttl is not set in the version where you pass your own SparkContext.
-
Patrick Wendell authored
-
Matei Zaharia authored
Some changes to streaming failure docs.
-
Patrick Wendell authored
TD gave me the go-ahead to just make these changes: - Define stateful dstream - Some minor wording fixes
-
Matei Zaharia authored
-
Matei Zaharia authored
-
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
-