Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.3
-
Fix Version/s: None
-
Component/s: REPL
-
Labels:None
Description
The undocumented feature "add-jar" in InteractiveSessionServlet is feature incomplete. Currently it only adds the jar file to SparkContext, it does not add the jar file to the classpath of the Spark/Scala REPL classloader. As a result the following workflow is broken:
- create interactive session
- add-jar xyz.jar
- send code "import xyz...." to session