Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1283
  
    @corneadoug yes, that streams output every one seconds if i try the master 
branch.
    
    However, I did some more experiment and found
    
    Output streaming : master branch (X), this pullrequest (X)
    ```
    %sh
    for i in {1..3}
    do
        date
        sleep 2
    done
    ```
    
    Output streaming : master branch (O), this pullrequest (X)
    ```
    %spark
    (1 to 3).foreach{i=>
        Thread.sleep(2000)
        println(new java.util.Date)
    }
    ```
    
    @corneadoug @beriaanirudh Could you verify these cases, too?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to