- Nov 20, 2012
-
-
Thomas Dudziak authored
-
Thomas Dudziak authored
-
- Oct 22, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Oct 13, 2012
-
-
Matei Zaharia authored
-
- Oct 09, 2012
-
-
Matei Zaharia authored
-
- Oct 07, 2012
-
-
Matei Zaharia authored
- Oct 01, 2012
-
-
Matei Zaharia authored
-
- Sep 30, 2012
-
-
Matei Zaharia authored
- SizeEstimator was following through a ClassLoader field of Hadoop JobConfs, which referenced the whole interpreter, Scala compiler, etc. Chaos ensued, giving an estimated size in the tens of gigabytes. - Broadcast variables in local mode were only stored as MEMORY_ONLY and never made accessible over a server, so they fell out of the cache when they were deemed too large and couldn't be reloaded.
-
- Aug 23, 2012
-
-
Matei Zaharia authored
-
- Jul 06, 2012
-
-
Matei Zaharia authored
-
- Jun 17, 2012
-
-
Matei Zaharia authored
This reverts commit 08579ffa.
-
- Jun 16, 2012
-
-
Matei Zaharia authored
-
- Jun 13, 2012
-
-
Matei Zaharia authored
development.
-
- Jun 12, 2012
-
-
Matei Zaharia authored
-
- May 30, 2012
-
-
Reynold Xin authored
of a weird file dediated to accessing this variable).
-
- Mar 17, 2012
-
-
Matei Zaharia authored
-
- Nov 07, 2011
-
-
Matei Zaharia authored
I'm not entirely sure why this broke in the jump from Scala 2.9.0.1 to 2.9.1 -- maybe something about name resolution changed?
-
- Aug 31, 2011
-
-
Ismael Juma authored
Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final directory inside target. A couple of small changes in SparkIMain were also required. All tests pass and ./spark-shell launches successfully.
-
- Aug 02, 2011
-
-
Ismael Juma authored
-
- Jul 14, 2011
-
-
Matei Zaharia authored
-
- Jun 26, 2011
-
-
Matei Zaharia authored
-
- Jun 01, 2011
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
missed before and setting SparkEnv properly on the threads that execute each line in the 2.9 interpreter).
-
- 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
-
- May 27, 2011
-
-
Ismael Juma authored
-