spark-instrumented-optimizer/repl
Matei Zaharia 83143f9a5f Fixed several bugs that caused weird behavior with files in spark-shell:
- 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.
2012-09-30 21:19:39 -07:00
..
lib Various work to use the 2.9 interpreter 2011-05-31 17:31:51 -07:00
src Fixed several bugs that caused weird behavior with files in spark-shell: 2012-09-30 21:19:39 -07:00