Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1833
  
    @astroshim @Leemoonsoo I guess the issue that I told in the above is not a 
matter of Shell intp itself. I found wired behaviour of current streaming 
output feature. This occurs in `master` branch. 
    
    If I use only Spark, it's streaming output works properly like below.
    
     - Run only Spark (tried 3 times in a row)
    ```
    (1 to 5).foreach{ i=>
        Thread.sleep(500)
        println("Hello " + i)
    }
    ```
    
![runonlyspark](https://cloud.githubusercontent.com/assets/10060731/21603939/d998d83a-d1e3-11e6-831e-58f563c94d6b.gif)
    
    But if I use Spark -> **Shell** -> Spark intp, then Spark's streaming 
output also doesn't work. 
     - Run Spark -> Shell -> Spark 
    
![runsparkandsh](https://cloud.githubusercontent.com/assets/10060731/21603966/f8d3b5ee-d1e3-11e6-8085-b86511d3c5af.gif)
    
    
    @Leemoonsoo Are there any suspicious points in this problem? The above 
issue is not in `0.6.2`. 
    



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