Re: Local spark interpreter with extra java options

2021-07-25 Thread Lior Chaga
After a couple of attempts of code fixes, when every time I seemed to make things work just to find out the next step in the process breaks, I've found the most simple solution - put them extraJavaOptions in spark-defaults.conf (instead of keeping them in interpreter settings) On Sun, Jul 11, 20

Re: Local spark interpreter with extra java options

2021-07-25 Thread Jeff Zhang
Hi Lior, It would be fixed in https://github.com/apache/zeppelin/pull/4127 Lior Chaga 于2021年7月25日周日 下午3:58写道: > After a couple of attempts of code fixes, when every time I seemed to make > things work just to find out the next step in the process breaks, I've > found the most simple solution -

Re: Local spark interpreter with extra java options

2021-07-25 Thread Lior Chaga
Awesome, thanks Jeff. On Sun, Jul 25, 2021 at 11:24 AM Jeff Zhang wrote: > Hi Lior, > > It would be fixed in https://github.com/apache/zeppelin/pull/4127 > > > Lior Chaga 于2021年7月25日周日 下午3:58写道: > >> After a couple of attempts of code fixes, when every time I seemed to >> make things work just

Delete notebook in s3notebook repo is not working

2021-07-25 Thread Great Info
I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook store. I have IAM role created, ec2 uses that role and defined right bucket permission for that role. Create Notebook, modify notebook works but delete is not working, getting 403 error. I have the right policy defined, below

Disable notebook trash option

2021-07-25 Thread Great Info
Due to some reason I need to disable the trash option for notebooks. Just need to get the notebooks removed after deleting the notebooks

Re: Disable notebook trash option

2021-07-25 Thread Jeff Zhang
I don't think there's such feature in Zeppelin right now, could you create a ticket for it ? Great Info 于2021年7月26日周一 上午2:08写道: > Due to some reason I need to disable the trash option for notebooks. > Just need to get the notebooks removed after deleting the notebooks > -- Best Regards Jeff

Re: Delete notebook in s3notebook repo is not working

2021-07-25 Thread Jeff Zhang
Not sure what's the root cause, do you mind to help fix it ? I am not sure whether others in the community familiar with s3 and has environment to test it. Great Info 于2021年7月26日周一 上午12:06写道: > I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook > store. I have IAM role creat