Github user lresende commented on a diff in the pull request:

    https://github.com/apache/incubator-toree/pull/129#discussion_r132261271
  
    --- Diff: 
scala-interpreter/src/main/scala-2.10/org/apache/toree/kernel/interpreter/scala/ScalaInterpreterSpecific.scala
 ---
    @@ -61,6 +61,7 @@ trait ScalaInterpreterSpecific { this: ScalaInterpreter =>
       ): SparkIMain = {
         val s = new SparkIMain(settings, out)
         s.initializeSynchronous()
    +    System.setProperty("spark.repl.class.outputDir", 
s.getClassOutputDirectory.getAbsolutePath)
    --- End diff --
    
    Could we pass this as conf while creating the Spark Session? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to