[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-03-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2809 Sure, let me take a look. ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-03-04 Thread weand
Github user weand commented on the issue: https://github.com/apache/zeppelin/pull/2809 seems like it has changed table behavior when height of paragraph has been changed. https://issues.apache.org/jira/browse/ZEPPELIN-3289 @prabhjyotsingh can you fix that bug? ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2809 Thanks for the review will merge this to master and branch-0.8 if no more discussion. ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-22 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2809 Tested. LGTM. ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-21 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/2809 I think as a nice side effect, this PR also fixes https://issues.apache.org/jira/browse/ZEPPELIN-3238 - see comments there ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2809 @r-kamath can you help review this PR ---

[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-20 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2809 Here is another example for python. ``` %python print "%table col1 col2" print "i 1 i 1" wait_time = 2 import time time.sleep(1) for x in range(2, 200):