Re: Problem with scheduler (stops after ten executions)

2016-11-15 Thread moon soo Lee
Appreciate for sharing your investigation. I tried to schedule some paragraphs returning no value, but couldn't reproduce the problem. Could you share some code snippets to reproduce the problem? Thanks, moon On Mon, Nov 14, 2016 at 11:36 AM Florian Schulz wrote: > Hi, >

Problem with scheduler (stops after ten executions)

2016-11-14 Thread Florian Schulz
Hi,   sorry for my late reponse! I experimented a lot with this in the last days and I think I have fixed this now, but I'm not sure, what exactly the problem was. I think it has something to do with functions, which return no value (type == Unit). I changed all of them to return anything (e.g.

Re: Problem with scheduler (stops after ten executions)

2016-11-10 Thread Florian Schulz
Hi Prasad, thanks for your fast response! I use a lot of JDBC-Queries, so your assumption is right. Here is the jstack output regarding the scheduler:   "DefaultQuartzScheduler_QuartzSchedulerThread" #32 prio=5 os_prio=31 tid=0x7ffee8cd1000 nid=0x7403 in Object.wait() [0x72502000]

Problem with scheduler (stops after ten executions)

2016-11-09 Thread Florian Schulz
Hi,    I have a problem with the scheduler. I have a notebook and I execute the spark code in it every minute (with the cron scheduler). The scheduler starts ten times and then it stops and do nothing anymore (in no notebook at all). I use version 0.6.2 of Apache Zeppelin. Do you have any idea,