[GitHub] zeppelin pull request #1093: [ZEPPELIN-1103] Fix "stackedAreaChart", "lineWi...

2017-05-18 Thread voyageth
Github user voyageth closed the pull request at: https://github.com/apache/zeppelin/pull/1093 --- 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

[GitHub] zeppelin issue #1144: [ZEPPELIN-1128] add try-catch in close() method.

2016-07-18 Thread voyageth
Github user voyageth commented on the issue: https://github.com/apache/zeppelin/pull/1144 @jongyoul I change this just for more stability. I can't find that bug case just now. But if some Connection or Statement's close() method has some bug(like NPE is some circumstance), zeppelin

[GitHub] zeppelin issue #1144: [ZEPPELIN-1128] add try-catch in close() method.

2016-07-12 Thread voyageth
Github user voyageth commented on the issue: https://github.com/apache/zeppelin/pull/1144 Change catch SQLException to Exception. I think connection.close() can throw other Exception. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #1144: add try-catch in close() method.

2016-07-07 Thread voyageth
GitHub user voyageth opened a pull request: https://github.com/apache/zeppelin/pull/1144 add try-catch in close() method. ### What is this PR for? Fix bug on JdbcInterpreter when hive server restarted. each connection.close() should be wraped by try-catch. ### What

[GitHub] zeppelin issue #1093: [Bug Fix] Fix "stackedAreaChart", "lineWithFocusChart"...

2016-07-05 Thread voyageth
Github user voyageth commented on the issue: https://github.com/apache/zeppelin/pull/1093 Oh, empty string also make wired graph too! This PR doesn't consider that condition. This PR can fix following condition. `%sh echo -e "%table key\tvalue\nnull\t1000\n1\t1

[GitHub] zeppelin pull request #1093: [Bug Fix] Fix "stackedAreaChart", "lineWithFocu...

2016-06-27 Thread voyageth
GitHub user voyageth opened a pull request: https://github.com/apache/zeppelin/pull/1093 [Bug Fix] Fix "stackedAreaChart", "lineWithFocusChart" graph when dataset contains "NULL" value. ### What is this PR for? Fix "stackedAreaChart",