- Aug 01, 2012
-
-
Denny authored
Heavily inspired by Hadoop cluster scripts ;-)
-
- Jul 31, 2012
-
-
Matei Zaharia authored
Merge Akka reference.conf files in sbt assembly task
-
- Jul 30, 2012
-
-
Josh Rosen authored
This resolves an issue where running Spark from the assembly jar would cause a "No configuration setting found for key 'akka.version'" exception. This solution is from the Akka Team Blog: http://letitcrash.com/post/21025950392/
-
Matei Zaharia authored
-
git://github.com/tdas/sparkMatei Zaharia authored
-
Matei Zaharia authored
Also cleaned up a few formatting things throughout block manager code.
-
Matei Zaharia authored
-
- Jul 28, 2012
-
-
Matei Zaharia authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
-
Imran Rashid authored
Conflicts: core/src/main/scala/spark/Accumulators.scala
-
Imran Rashid authored
-
Imran Rashid authored
-
Matei Zaharia authored
-
- Jul 27, 2012
-
-
Matei Zaharia authored
The BlockManager's put seems to be slightly asynchronous, which can cause it to fail this test by not removing stuff from the cache before we put the next value. We should probably change the semantics of put() in this case but it's hard right now. It will also be hard for asynchronously replicated puts.
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Tathagata Das authored
-
Matei Zaharia authored
Changed union() methods on lists to take a separate "first element" argument in order to differentiate them to the compiler, because Java 7 considered it an error to have them all take Lists parameterized with different types.
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
-
Tathagata Das authored
Fixed bugs in block dropping code of MemoryStore and changed synchronized HashMap to ConcurrentHashMap in BlockManager.
-
- Jul 26, 2012
-
-
Tathagata Das authored
-
Matei Zaharia authored
Java API
-
Josh Rosen authored
-
- Jul 25, 2012
-
-
Josh Rosen authored
-
- Jul 24, 2012
-
-
Josh Rosen authored
- Add override keywords. - Cache RDDs and counts in TC example. - Clean up JavaRDDLike's abstract methods.
-
- Jul 23, 2012
-
-
Denny authored
Conflicts: core/src/test/scala/spark/MesosSchedulerSuite.scala
-
Denny authored
Conflicts: core/src/test/scala/spark/ShuffleSuite.scala
-
Matei Zaharia authored
-
- Jul 22, 2012
-
-
Josh Rosen authored
Add missing Scala Map to java.util.Map conversions.
-
Josh Rosen authored
-
Josh Rosen authored
- Replace JavaLR example with JavaHdfsLR example. - Use anonymous classes in JavaWordCount; add options. - Remove @Override annotations.
-
- Jul 18, 2012
-
-
Josh Rosen authored
Add distinct() method to RDD. Fix bug in DoubleRDDFunctions.
-