spark-instrumented-optimizer/repl/scala-2.10/src
Davies Liu e41e2fd6c6 [SPARK-8461] [SQL] fix codegen with REPL class loader
The ExecutorClassLoader for REPL will cause Janino failed to find class for those in java.lang, so switch to use default class loader for Janino, which will also help performance.

cc liancheng yhuai

Author: Davies Liu <davies@databricks.com>

Closes #6898 from davies/fix_class_loader and squashes the following commits:

24276d4 [Davies Liu] add regression test
4ff0457 [Davies Liu] address comment, refactor
7f5ffbe [Davies Liu] fix REPL class loader with codegen
2015-06-19 11:40:04 -07:00
..
main/scala/org/apache/spark/repl [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has space in its path 2015-05-13 09:43:40 +01:00
test/scala/org/apache/spark/repl [SPARK-8461] [SQL] fix codegen with REPL class loader 2015-06-19 11:40:04 -07:00