[GitHub] zeppelin issue #1302: [ZEPPELIN-1306] Interpreter restarts on a note.

2017-10-13 Thread toughrogrammer
Github user toughrogrammer commented on the issue: https://github.com/apache/zeppelin/pull/1302 How it's going on? I want to restart *note specific interpreter* when cron is executed or refreshing spark context, but current version(0.7.2), it's impossible. It's really unproductive

[GitHub] zeppelin issue #1302: [ZEPPELIN-1306] Interpreter restarts on a note.

2017-10-13 Thread toughrogrammer
Github user toughrogrammer commented on the issue: https://github.com/apache/zeppelin/pull/1302 But isn't this original issue also important? I usually want to restart specific notebook. Because spark executors aren't returned automatically, I must kill zeppelin application from YARN

[GitHub] zeppelin issue #1302: [ZEPPELIN-1306] Interpreter restarts on a note.

2017-10-13 Thread toughrogrammer
Github user toughrogrammer commented on the issue: https://github.com/apache/zeppelin/pull/1302 https://user-images.githubusercontent.com/1473538/31558707-001fa9e6-b089-11e7-9ca6-48aabcc60839.png;> I'm using spark interpreter per note isolated mode and I wrote a noteb

[GitHub] zeppelin issue #2628: [ZEPPELIN-2999] Cannot create shell interpreter withou...

2017-10-23 Thread toughrogrammer
Github user toughrogrammer commented on the issue: https://github.com/apache/zeppelin/pull/2628 I'm reporter of ZEPPELIN-2999. IMO it's invalid solution. With this code, it cannot run without timeout. What I intend with no timeout option is I will approve waiting command execution

[GitHub] zeppelin issue #2628: [ZEPPELIN-2999] Cannot create shell interpreter withou...

2017-10-23 Thread toughrogrammer
Github user toughrogrammer commented on the issue: https://github.com/apache/zeppelin/pull/2628 @prabhjyotsingh Exactly. ---