George Klimov created ZEPPELIN-3684:
---------------------------------------
Summary: Remove cron job in ZeppelinRestApiTest.testCronDisable
Key: ZEPPELIN-3684
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3684
Project: Zeppelin
Issue Type: Improvement
Components: zeppelin-server
Reporter: George Klimov
Assignee: George Klimov
{{testCronDisable}} in {{ZeppelinRestApiTest}} produce error:
{noformat}
09:15:51,001 ERROR org.quartz.core.ErrorLogger:2425 - Job (note.2DPJCQJGP threw
an exception.
org.quartz.SchedulerException: Job threw an unhandled exception. [See nested
exception: java.lang.NullPointerException]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.NullPointerException
at
org.apache.zeppelin.notebook.Notebook$CronJob.execute(Notebook.java:925)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
... 1 more
{noformat}
Because cron job is not removed
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)