Andrea Santurbano created ZEPPELIN-4367:
-------------------------------------------
Summary: Streaming tables are not working anymore
Key: ZEPPELIN-4367
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4367
Project: Zeppelin
Issue Type: Bug
Reporter: Andrea Santurbano
Just execute the following paragraph (as explained
[here|[https://github.com/apache/zeppelin/pull/2809]]):
```
{{%sh
echo "%table"
echo "Col1 Col2"
echo "1 2"
sleep 1
echo "3 4"
echo "5 6"
sleep 2
echo "7 8"
sleep 3
echo "9 10"
echo "11 12"
sleep 4
echo "12 13"}}
```
Current behaviour:
!https://i.imgur.com/nL1SW0Z.gif!
Expected behaviour:
!https://user-images.githubusercontent.com/674497/36419469-fa4c26e0-1657-11e8-8a8a-717b29d91771.gif!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)