You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,7 @@ The text of each license is also included at licenses/LICENSE-[project]-[version
257
257
(Apache 2.0) Software under ./bigquery/* was developed at Google (http://www.google.com/). Licensed under the Apache v2.0 License.
258
258
(Apache 2.0) Roboto Font (https://github.com/google/roboto/)
259
259
(Apache 2.0) Gson extra (https://github.com/DanySK/gson-extras)
> Note: ZeppelinHub is not releated to Apache Zeppelin project.
212
212
213
+
### Knox SSO
214
+
[KnoxSSO](https://knox.apache.org/books/knox-0-13-0/dev-guide.html#KnoxSSO+Integration) provides an abstraction for integrating any number of authentication systems and SSO solutions and enables participating web applications to scale to those solutions more easily. Without the token exchange capabilities offered by KnoxSSO each component UI would need to integrate with each desired solution on its own.
215
+
216
+
To enable this, apply the following change in `conf/shiro.ini` under `[main]` section.
Unless required by applicable law or agreed to in writing, software
15
+
distributed under the License is distributed on an "AS IS" BASIS,
16
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+
See the License for the specific language governing permissions and
18
+
limitations under the License.
19
+
-->
20
+
{% include JB/setup %}
21
+
22
+
# Running a Notebook on a Given Schedule Automatically
23
+
24
+
<divid="toc"></div>
25
+
26
+
Apache Zeppelin provides a cron scheduler for each notebook. You can run a notebook on a given schedule automatically by setting up a cron scheduler on the notebook.
27
+
28
+
## Setting up a cron scheduler on a notebook
29
+
30
+
Click the clock icon on the tool bar and open a cron scheduler dialog box.
There are the following items which you can input or set:
35
+
36
+
### Preset
37
+
38
+
You can set a cron schedule easily by clicking each option such as `1m` and `5m`. The login user is set as a cron executing user automatically. You can also clear the cron schedule settings by clicking `None`.
39
+
40
+
### Cron expression
41
+
42
+
You can set the cron schedule by filling in this form. Please see [Cron Trigger Tutorial](http://www.quartz-scheduler.org/documentation/quartz-2.2.x/tutorials/crontrigger) for the available cron syntax.
43
+
44
+
### Cron executing user
45
+
46
+
You can set the cron executing user by filling in this form and press the enter key.
47
+
48
+
### auto-restart interpreter on cron execution
49
+
50
+
When this checkbox is set to "on", the interpreters which are binded to the notebook are stopped automatically after the cron execution. This feature is useful if you want to release the interpreter resources after the cron execution.
51
+
52
+
> **Note**: A cron execution is skipped if one of the paragraphs is in a state of `RUNNING` or `PENDING` no matter whether it is executed automatically (i.e. by the cron scheduler) or manually by a user opening this notebook.
0 commit comments