[jira] [Created] (ZEPPELIN-4973) Zeppelin spark jobs are getting hung and return with different errors each time.

2020-07-28 Thread Divya Goel (Jira)
Divya Goel created ZEPPELIN-4973: Summary: Zeppelin spark jobs are getting hung and return with different errors each time. Key: ZEPPELIN-4973 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4973

Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-07-28 Thread Dovi Joel
Hi Jeff This is a great idea. I semi-implemented something like this for a Spring Boot app. I had to jump through a lot of hoops to get results and checking if a job has been done or not. Definitely something I would like to contribute towards. Regards Dovi On 2020/07/25 13:43:08, Jeff Zhang

add a mysql NotebookRepo

2020-07-28 Thread Jun Zhang
hi, all: At present,zeppelin provides HDFS, mongodb, s3 and other repositories for storing notebooks. Is it necessary to add a mysql repository? I personally think that the security of the mysql repository may be relatively higher.

[jira] [Created] (ZEPPELIN-4974) Support resume flink job from checkpoint

2020-07-28 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4974: Summary: Support resume flink job from checkpoint Key: ZEPPELIN-4974 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4974 Project: Zeppelin Issue Type: N

add a mysql NotebookRepo

2020-07-28 Thread Jun Zhang
hi, all: At present,zeppelin provides HDFS, mongodb, s3 and other repositories for storing notebooks. Is it necessary to add a mysql repository? I personally think that the security and the stability of the mysql repository may be relatively higher. thanks

Re: add a mysql NotebookRepo

2020-07-28 Thread Jeff Zhang
Sure,NotebookRepo is pluggable, you can implement a customized NotebookRepo for mysql. Jun Zhang 于2020年7月29日周三 下午2:08写道: > hi, all: > At present,zeppelin provides HDFS, mongodb, s3 and other repositories > for storing notebooks. Is it necessary to add a mysql repository? I > personally th