- Apr 23, 2013
-
-
Mridul Muralidharan authored
Patch from Thomas Graves to improve the YARN Client, and move to more production ready hadoop yarn branch
-
Mridul Muralidharan authored
-
- Apr 21, 2013
-
-
Mridul Muralidharan authored
Fix review comments, add a new api to SparkHadoopUtil to create appropriate Configuration. Modify an example to show how to use SplitInfo
-
- Apr 18, 2013
-
-
Mridul Muralidharan authored
-
- Apr 17, 2013
-
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
- Apr 16, 2013
-
-
Mridul Muralidharan authored
Move back to 2.0.2-alpha, since 2.0.3-alpha is not available in cloudera yet. Also, add netty dependency explicitly to prevent resolving to older 2.3x version. Additionally, comment out retrievePattern to ensure correct netty is picked up
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
Ensure all ask/await block for spark.akka.askTimeout - so that it is controllable : instead of arbitrary timeouts spread across codebase. In our tests, we use 30 seconds, though default of 10 is maintained
-
Mridul Muralidharan authored
Fudge order of classpath - so that our jars take precedence over what is in CLASSPATH variable. Sounds logical, hope there is no issue cos of it
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
Fix exception when checkpoint path does not exist (no data in rdd which is being checkpointed for example)
-
Mridul Muralidharan authored
-
- Apr 15, 2013
-
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
-
Mridul Muralidharan authored
Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues
-
Mridul Muralidharan authored
Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues
-
- Apr 07, 2013
-
-
Mridul Muralidharan 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
-