Github user dbtsai commented on the issue:

    https://github.com/apache/spark/pull/22160
  
    @srowen We were overwriting `def loadFiles(settings: Settings) ` in 
https://github.com/scala/scala/blob/v2.11.6/src/repl/scala/tools/nsc/interpreter/ILoop.scala#L853
 to initialize the Spark context. 
    
    It's not available in newer version of Scala such as 
[2.12.6](https://github.com/scala/scala/blob/v2.12.6/src/repl/scala/tools/nsc/interpreter/ILoop.scala)
  
    
    The REPL code are shared by 2.11 and 2.12, right? So reverting the REPL 
code will fail 2.12 build.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to