[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/472 --- 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 fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-30 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-160860605 Merging if there is no more discussions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-29 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-160542011 Well, that's a hack. it doesn't really take care of the actual performance problem. We can Merge it as a quick fix. However we should take care of thos

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-29 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-160540975 Is it ok, if we don't use perfectScrollbar if there are more than 10,000 rows ? --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-159807898 agreed @felixcheung, but truncating data from source means the graph/chart that are drawn on UI will also based on truncated data (incomplete data).

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-159723710 I'm not sure about truncating it at the angular level - it seems we should cut it off from the source (eg. collect on Spark DataFrame), and we would need

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-159665023 Yes, I thought of doing pagination(https://github.com/samu/angular-table) as well, but was not too sure. And this looked like not breaking any of the U

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-159628573 Large table dataset will always be slow. The best way to limit that would be to have pagination on the result --- If your project is set up for it, yo

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread r-kamath
Github user r-kamath commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/472#issuecomment-159612911 @prabhjyotsingh is there a way to tweak Perfect Scrollbar to make it work on large dataset ? --- If your project is set up for it, you can reply to this em

[GitHub] incubator-zeppelin pull request: ZEPPELIN-463: UI freezes if table...

2015-11-25 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/472 ZEPPELIN-463: UI freezes if table renders a lot of rows You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/incuba