[GitHub] zeppelin issue #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-12 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue:

https://github.com/apache/zeppelin/pull/3206
  
Thank you all!!


---


[GitHub] zeppelin issue #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-12 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue:

https://github.com/apache/zeppelin/pull/3206
  
Thank you, @zjffdu  and ALL!


---


[GitHub] zeppelin pull request #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3206


---


[GitHub] zeppelin pull request #3221: ZEPPELIN-3858. Code completion doesn't work for...

2018-11-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3221


---


[GitHub] zeppelin issue #3222: ZEPPELIN-3815. No interpreter group name in spark inte...

2018-11-12 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3222
  
Will merge if no more comments


---


[GitHub] zeppelin issue #3223: ZEPPELIN-3822. All interpreter folders (ZEPPELIN_HOME/...

2018-11-12 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3223
  
Will merge if no more comments


---


[GitHub] zeppelin issue #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-12 Thread antonkulaga
Github user antonkulaga commented on the issue:

https://github.com/apache/zeppelin/pull/3206
  
Looking forward to seeing it merged and Zeppelin 0.9.0 released, Spark 2.4 
fixes some very nasty bugs


---


[jira] [Created] (ZEPPELIN-3861) Infinite loop in wait_zeppelin_is_up_for_ci

2018-11-12 Thread Ladislav Dobias (JIRA)
Ladislav Dobias created ZEPPELIN-3861:
-

 Summary: Infinite loop in wait_zeppelin_is_up_for_ci
 Key: ZEPPELIN-3861
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3861
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-server
Affects Versions: 0.8.0
Reporter: Ladislav Dobias


In file [zeppelin-daemon.sh, function 
wait_zeppelin_is_up_for_ci|https://github.com/apache/zeppelin/blob/v0.8.0/bin/zeppelin-daemon.sh#L130]
 there is a loop that never ends if {{CI=true}} and when zeppelin is not 
started (e.g. when crashed during startup).

Resolution would be e.g. to remove line with 
[continue|https://github.com/apache/zeppelin/blob/v0.8.0/bin/zeppelin-daemon.sh#L137]
 (or move {{let "count+=1"}} before {{if}}).

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)