- Apr 03, 2013
-
-
Patrick Wendell authored
See the JIRA for more details. I was only able to test the bash version (don't have Windows) so maybe check over that the syntax is correct there.
-
- Mar 31, 2013
-
-
Matei Zaharia authored
Fixed broken filter in getWritableClass[T]
-
Mark Hamstra authored
-
Mark Hamstra authored
-
- Mar 30, 2013
-
-
Matei Zaharia authored
Bugfix: WorkerWebUI must respect workDirPath from Worker
-
Matei Zaharia authored
Add a shuffle parameter to coalesce.
-
Matei Zaharia authored
Move streaming test initialization into 'before' blocks
-
Matei Zaharia authored
Don't use deprecated Application in example
-
Matei Zaharia authored
Update tuning.md
-
- Mar 28, 2013
-
-
Andrew Ash authored
Make the example more compilable
-
Jey Kottalam authored
-
Andrew Ash authored
As of 2.9.0 extending from Application is not recommended http://www.scala-lang.org/api/2.9.3/index.html#scala.Application
-
- Mar 26, 2013
-
-
Matei Zaharia authored
Re-enable deprecation warnings and fix deprecated warning.
-
Andy Konwinski authored
-
- Mar 24, 2013
-
-
Holden Karau authored
-
Holden Karau authored
-
Holden Karau authored
-
Holden Karau authored
-
- Mar 23, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
Conflicts: core/src/test/scala/spark/RDDSuite.scala
-
Matei Zaharia authored
Make Executor fields volatile since they're read from the thread pool.
-
Matei Zaharia authored
mapWith, flatMapWith and filterWith
-
- Mar 22, 2013
-
-
Stephen Haberman authored
-
Stephen Haberman authored
This is useful for when you want just 1 output file (part-00000) but still up the upstream RDD to be computed in parallel.
-
Christoph Grothaus authored
-
- Mar 20, 2013
-
-
Matei Zaharia authored
SPARK-715: Adds instructions for building with Maven to documentation
-
Matei Zaharia authored
Added mapSideCombine flag to CoGroupedRDD. Added unit test for CoGroupedRDD.
-
Andy Konwinski authored
-
Stephen Haberman authored
-
Matei Zaharia authored
[SPARK-707] Adding Java versions of Pi, LogQuery and K-Means examples
-
Matei Zaharia authored
Add foldByKey
-
Nick Pentreath authored
-
Nick Pentreath authored
-
Reynold Xin authored
-
Reynold Xin authored
CoGroupedRDD.
-
- 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
-
Nick Pentreath authored
-