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/03/26 06:41:19 UTC

[GitHub] [zeppelin] felixcheung commented on a change in pull request #3341: ZEPPELIN-4038. Deprecate spark 2.2 and earlier

felixcheung commented on a change in pull request #3341: ZEPPELIN-4038. Deprecate spark 2.2 and earlier
URL: https://github.com/apache/zeppelin/pull/3341#discussion_r268959043
 
 

 ##########
 File path: spark/spark-scala-parent/src/main/scala/org/apache/zeppelin/spark/BaseSparkScalaInterpreter.scala
 ##########
 @@ -95,7 +95,6 @@ abstract class BaseSparkScalaInterpreter(val conf: SparkConf,
         System.setOut(Console.out)
         interpreterOutput.setInterpreterOutput(context.out)
         interpreterOutput.ignoreLeadingNewLinesFromScalaReporter()
-        context.out.clear()
 
 Review comment:
   is there any other cases of `context.out.clear()`?

----------------------------------------------------------------
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