felixcheung commented on a change in pull request #3353: [ZEPPELIN-4132]. Spark 
Interpreter has issue of SPARK-22393
URL: https://github.com/apache/zeppelin/pull/3353#discussion_r278391520
 
 

 ##########
 File path: 
spark/scala-2.11/src/main/scala/org/apache/zeppelin/spark/SparkScala211Interpreter.scala
 ##########
 @@ -43,7 +44,7 @@ class SparkScala211Interpreter(override val conf: SparkConf,
 
   lazy override val LOGGER: Logger = LoggerFactory.getLogger(getClass)
 
-  private var sparkILoop: ILoop = _
+  private var sparkILoop: SparkILoop = _
 
 Review comment:
   shouldn't we do this in all cases? not just Scala211Interpreter?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to