You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/04/25 07:05:39 UTC

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3353: [ZEPPELIN-4132]. Spark Interpreter has issue of SPARK-22393

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:
users@infra.apache.org


With regards,
Apache Git Services