[GitHub] zeppelin issue #1447: [ZEPPELIN-1293] Re-create Livy session if it's lost

2016-10-19 Thread spektom
Github user spektom commented on the issue: https://github.com/apache/zeppelin/pull/1447 @gss2002 are you using latest code from the branch? I can't find org.apache.zeppelin.livy.LivyHelper.interpretInput(LivyHelper.java:189) invocation

[GitHub] zeppelin issue #1458: [ZEPPELIN-1486] Allow configuring whether shown values...

2016-10-04 Thread spektom
Github user spektom commented on the issue: https://github.com/apache/zeppelin/pull/1458 @r-kamath I've added documentation to the `zeppelin-env.sh.template` file, but I couldn't find any other option related to Livy interpreter in `zeppelin-site.xml.template`, so I've left this file

[GitHub] zeppelin issue #1458: [ZEPPELIN-1486] Allow configuring whether shown values...

2016-09-27 Thread spektom
Github user spektom commented on the issue: https://github.com/apache/zeppelin/pull/1458 @AhyoungRyu Added, thanks for pointing it out to me. --- 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

[GitHub] zeppelin pull request #1458: [ZEPPELIN-1486] Allow configuring whether shown...

2016-09-25 Thread spektom
GitHub user spektom opened a pull request: https://github.com/apache/zeppelin/pull/1458 [ZEPPELIN-1486] Allow configuring whether shown values will be trimmed ### What is this PR for? This patch improves Livy interpreter behavior: it allows configuring whether shown values

[GitHub] zeppelin issue #1447: [ZEPPELIN-1293] Re-create Livy session if it's lost

2016-09-22 Thread spektom
Github user spektom commented on the issue: https://github.com/apache/zeppelin/pull/1447 Of course, it would be great. On Fri, Sep 23, 2016 at 06:28 Jeff Zhang <notificati...@github.com> wrote: > @spektom <https://github.com/spektom> Thanks for the con

[GitHub] zeppelin pull request #1447: [ZEPPELIN-1293] Re-create Livy session if it's ...

2016-09-21 Thread spektom
GitHub user spektom opened a pull request: https://github.com/apache/zeppelin/pull/1447 [ZEPPELIN-1293] Re-create Livy session if it's lost ### What is this PR for? This patch restarts Livy session when it's lost. ### What type of PR is it? Improvement/Bug Fix