You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "mqj (JIRA)" <ji...@apache.org> on 2018/11/22 12:22:00 UTC

[jira] [Updated] (LIVY-536) when pyspark is executed through livy, the Intermediate result in cell can not be output in time

     [ https://issues.apache.org/jira/browse/LIVY-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

mqj updated LIVY-536:
---------------------
    Remaining Estimate: 48h  (was: 168h)
     Original Estimate: 48h  (was: 168h)

>  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")
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)