[
https://issues.apache.org/jira/browse/LIVY-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17384406#comment-17384406
]
Vinodh Boopalan commented on LIVY-536:
--------------------------------------
We have this need too. Wondering if it is feasible from a design perspective.
Would be happy to contribute, however, just getting started with Livy codebase.
I am able to successfully build the project and stand it up on my IDE (v 0.7
with Spark 2.4.5 on Intellij).
Any pointers to where I could start looking will be very helpful. Started
looking at the driver code but no luck with debugging so far.
> when pyspark is executed through livy, the Intermediate result in cell can
> not be output in time
> -------------------------------------------------------------------------------------------------
>
> Key: LIVY-536
> URL: https://issues.apache.org/jira/browse/LIVY-536
> Project: Livy
> Issue Type: Improvement
> Components: REPL
> Affects Versions: 0.5.0
> Environment: centos 7.4
> python 3.7
> Reporter: mqj
> Priority: Critical
> Labels: features
> Fix For: 0.5.0
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> {code:java}
> //代码占位符
> from time import sleep
> print("aa")
> sleep(2)
> print("bb")
> for i in range(1,10):
> sleep(1)
> print("cc")
> The above code is only executed as a whole and all print results are
> displayed at the same time.
> Optimized for real-time display of results{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)