[GitHub] zeppelin pull request #576: ZEPPELIN-539 RemoteInterpreter Heartbeat (WIP)

2016-09-26 Thread HeartSaVioR
Github user HeartSaVioR closed the pull request at: https://github.com/apache/zeppelin/pull/576 --- 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 #576: ZEPPELIN-539 RemoteInterpreter Heartbeat (WIP)

2016-09-26 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/zeppelin/pull/576 OK. This is already staled. I'll close this. @corneadoug Thanks for noticing! --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] zeppelin issue #1497: [ZEPPELIN-1233] Support Redis interpreter

2016-10-14 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/zeppelin/pull/1497 Every command methods have a chance to leak Jedis instance when command is failing and throwing a kind of JedisException. You need to replace your borrow-call-return pattern with `try

[GitHub] zeppelin issue #1497: [ZEPPELIN-1233] Support Redis interpreter

2016-10-27 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/zeppelin/pull/1497 Follow this: 1. create a new branch which is based on current master 2. cherry-pick your commits (write down your last commit id) 3. change branch to PR's branch 4. git