- May 31, 2011
-
-
Matei Zaharia authored
each line's object rather than a singleton object so that we can ship these classes to worker nodes). This is pretty hairy stuff, which would be nice to avoid in the future by integrating with the interpreter some other way.
-
Matei Zaharia authored
Conflicts: project/build/SparkProject.scala
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- May 29, 2011
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Ismael Juma authored
As Matei described: "We're using Jetty to run an HTTP server, not to embed Spark in a webapp"
-
- May 27, 2011
-
-
Matei Zaharia authored
Use explicit asInstanceOf instead of misleading unchecked pattern matching.
-
Ismael Juma authored
-
Ismael Juma authored
The repl module requires more complex work.
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
Upgrade some of the dependencies while at it.
-
Ismael Juma authored
Also enable -unchecked warnings in SBT build file.
-
Matei Zaharia authored
Fix deprecations when compiled with Scala 2.8.1
-
- May 26, 2011
-
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
tabulate used if indexed used by function and fill otherwise.
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
Ismael Juma authored
-
- May 24, 2011
-
- May 22, 2011
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- May 21, 2011
-
-
Matei Zaharia authored
-
- May 20, 2011
-
-
Matei Zaharia authored
-
- May 19, 2011
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- May 17, 2011
-
-
Matei Zaharia authored
-
- May 13, 2011
-
-
Matei Zaharia authored
thus clean up the various singletons (RDDCache, MapOutputTracker, etc). This isn't perfect yet (ideally we shouldn't use singleton objects at all) but we can fix that later.
-