[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. 


---


[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 forever.


---


[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 web UI. And then, zeppelin notebook 
lost spark context and I need to restart spark interpreter. 



---


[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 notebook 
for batch job with cron execution. (Please refer to the attached image.)
When this notebook is executed by cron, interpreter is restarted. But 
problem is other notebook's spark context also to be expired. Every hour I need 
to re-run all paragraph and read large data set from storage. 




---


[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 experience.


---