[GitHub] zeppelin issue #1557: ZEPPELIN-1577. LivyInterpreter should not use FIFOSche...

2016-11-02 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/1557 Perhaps for this issue and other similar issues related to multiple users, the mode for the livy interpreter should be scoped instead of shared. If we run 1 interpreter per user

[GitHub] zeppelin issue #1557: ZEPPELIN-1577. LivyInterpreter should not use FIFOSche...

2016-11-02 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/1557 @zjffdu Isolated would also be valid but perhaps an overkill. So default of scoped makes sense. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #1787: ZEPPELIN-1815. Support Spark 2.1

2016-12-20 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/1787 In a different jira, should we consider removing this check for 2.1, 2.2 since its unlikely that Spark will break common APIs in dot releases. Perhaps the policy can change to adding a check

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-13 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 The description says "on hovering the (circle) you will see success / error message for the respective interpreter." I wonder if that is going to show whats wrong in starting/

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-01 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 Lets say I restarted the interpreter. Between that time and the interpreter actually starting, what icon is shown for the "start in progress state?" A blinking green?

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-01 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 I am guessing that would depend on whether we want to user to continue doing other stuff or make them wait for the interpreter to start/restart. The interpreter page is kind of a global

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-02 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 Thats a good point. Though I thought interpreter restart was available from the note itself. Is that not the case? Agree interpreter controls/settings between admin/user needs to be looked

[GitHub] zeppelin issue #2974: ZEPPELIN-3472 No interpreter status is shown after res...

2018-06-04 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2974 Does "ready to run" mean code can be executed in the note? ---

[GitHub] zeppelin issue #3162: ZEPPELIN-3745. Disable CRC check of hadoop FileSystem

2018-08-24 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/3162 +1 lgtm ---

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2818 zeppelin.livy.restart_dead_session - Is this an interpreter level setting? Will it start only that users livy session? ---

[GitHub] zeppelin issue #2818: ZEPPELIN-3246. Need option for automatically restart t...

2018-03-05 Thread bikassaha
Github user bikassaha commented on the issue: https://github.com/apache/zeppelin/pull/2818 Can this be specified on a per notebook basis using the %conf interpreter? It may be difficult to turn this on globally because of the various reasons why sessions may die. Would