[GitHub] incubator-zeppelin pull request: Fix abnormal height of chart in I...

2015-05-27 Thread 1teed
GitHub user 1teed opened a pull request: https://github.com/apache/incubator-zeppelin/pull/85 Fix abnormal height of chart in IE I fixed https://issues.apache.org/jira/browse/ZEPPELIN-91 issue. This issue is related to abnormal height of chart in IE. Please refer to the

[GitHub] incubator-zeppelin pull request: Add JDBC Interpreter for Mysql

2015-05-06 Thread 1teed
Github user 1teed commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/60#issuecomment-99732488 @sylvinho81 Thank you for your interest. I think you seem to be not latest source. Please update to the latest sources. Please

[GitHub] incubator-zeppelin pull request: Add JDBC Interpreter for Mysql

2015-05-06 Thread 1teed
Github user 1teed commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/60#issuecomment-99414971 @Leemoonsoo Thanks for your comment. I fix mysql dependency to meet The GNU General Public License, Version 2 in pom.xml. And add

[GitHub] incubator-zeppelin pull request: Add JDBC Interpreter for Mysql

2015-05-04 Thread 1teed
GitHub user 1teed opened a pull request: https://github.com/apache/incubator-zeppelin/pull/60 Add JDBC Interpreter for Mysql I added jdbc interpreter for mysql I used Abstract Factory Pattern It has the advantage that can be separated using the JDBC Connection only