[GitHub] [zeppelin] rickchengx opened a new pull request #4185: [ZEPPELIN-5466] Can not specify the spark image from the interpreter settings

2021-07-23 Thread GitBox
rickchengx opened a new pull request #4185: URL: https://github.com/apache/zeppelin/pull/4185 ### What is this PR for? When Zeppelin launches a spark interpreter pod under k8s mode, it will build the **spark submit options** through [buildSparkSubmitOptions()](https://github.com

[GitHub] [zeppelin] zjffdu commented on pull request #4127: ZEPPELIN-5397 : Modified the interpreter.sh script to be able to parse SPARK_SUBMIT_OPTIONS

2021-07-23 Thread GitBox
zjffdu commented on pull request #4127: URL: https://github.com/apache/zeppelin/pull/4127#issuecomment-885484121 @Reamer CI is failed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [zeppelin] asfgit closed pull request #4179: [ZEPPELIN-5458] fix that zeppelin can not parse columns which contains chinese character

2021-07-23 Thread GitBox
asfgit closed pull request #4179: URL: https://github.com/apache/zeppelin/pull/4179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr..

Notebook privileges not working

2021-07-23 Thread Great Info
I have zeppelin 0.8.2 installed with Shiro enabled, I have a created notebook and updated Authroization, where one user called *viewer *(added in my shrio) as a just reader and runner. I logged out and logged in as a *viewer *and try to edit the paragraph and run, on the first click of run it give

Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
I want to install Apache Zeppelin 0.9.0-SNAPSHOT but cannot seem to find the proper link. Is the build available for the latest snapshot or do I need to build on my own? Please guide me.

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Jeff Zhang
0.9.0 has been released, just download it here. http://zeppelin.apache.org/download.html Great Info 于2021年7月24日周六 上午9:52写道: > I want to install Apache Zeppelin 0.9.0-SNAPSHOT but cannot seem to find > the proper link. > Is the build available for the latest snapshot or do I need to build on my

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
I want the latest changes also, like https://github.com/apache/zeppelin/pull/4002. I don't think this build has these recent merges On Sat, Jul 24, 2021 at 8:33 AM Jeff Zhang wrote: > 0.9.0 has been released, just download it here. > http://zeppelin.apache.org/download.html > > > Great Info 于2

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Jeff Zhang
run the following command to build zeppelin binary distribution: mvn clean package -Pbuild-distr -DskipRat -DskipTests -pl zeppelin-distribution -am Great Info 于2021年7月24日周六 上午11:49写道: > I want the latest changes also, like > https://github.com/apache/zeppelin/pull/4002. > > I don't think this

[jira] [Created] (ZEPPELIN-5467) Fix NullPointerException of org.apache.zeppelin.socket.NotebookServer when invalid ticket message received

2021-07-23 Thread vmaster.cc (Jira)
vmaster.cc created ZEPPELIN-5467: Summary: Fix NullPointerException of org.apache.zeppelin.socket.NotebookServer when invalid ticket message received Key: ZEPPELIN-5467 URL: https://issues.apache.org/jira/browse/

[jira] [Created] (ZEPPELIN-5468) Fix NullPointerException of org.apache.zeppelin.socket.NotebookServer when invalid ticket message received

2021-07-23 Thread vmaster.cc (Jira)
vmaster.cc created ZEPPELIN-5468: Summary: Fix NullPointerException of org.apache.zeppelin.socket.NotebookServer when invalid ticket message received Key: ZEPPELIN-5468 URL: https://issues.apache.org/jira/browse/

[GitHub] [zeppelin] aib628 opened a new pull request #4186: [bugfix]Fast return when invalid ticket of no session case

2021-07-23 Thread GitBox
aib628 opened a new pull request #4186: URL: https://github.com/apache/zeppelin/pull/4186 ### What is this PR for? Fix NullPointerException of org.apache.zeppelin.socket.NotebookServer when invalid ticket message received This exception may occur when server sessions is not contains

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Great Info
thanks the build was successful, I don't see any dist folder, what are the folder I should copy ?. I just need lasted build with JDBC interpreter and s3notebook repo On Sat, Jul 24, 2021 at 9:35 AM Jeff Zhang wrote: > run the following command to build zeppelin binary distribution: > > mvn clea

Re: Zeppelin 0.9.0 shanpshot build

2021-07-23 Thread Jeff Zhang
zeppelin-distribution/target Great Info 于2021年7月24日周六 下午2:04写道: > thanks the build was successful, I don't see any dist folder, what are the > folder I should copy ?. I just need lasted build with JDBC interpreter > and s3notebook repo > > > On Sat, Jul 24, 2021 at 9:35 AM Jeff Zhang wrote: > >