Quellcode durchsuchen

HUE-8888 [docs] Adding a scheduling section skeleton

Romain vor 6 Jahren
Ursprung
Commit
c0f3a6de27

+ 6 - 0
docs/docs-site/content/developer/connectors/_index.md

@@ -93,3 +93,9 @@ Implementations:
 ### Elastic Search
 
 A connector similar to Solr or SQL Alchemy binding would need to be developed [HUE-7828](https://issues.cloudera.org/browse/HUE-7828).
+
+## Scheduling
+
+Currently only Apache Oozie is supported for your Datawarehouse, but the API is getting generic with [HUE-3797](https://issues.cloudera.org/browse/HUE-3797) that is bringing Celery Beat integration.
+
+* [API](https://github.com/cloudera/hue/blob/master/desktop/core/src/desktop/lib/scheduler/lib/beat.py)

+ 1 - 1
docs/docs-site/content/user/browsing/_index.md

@@ -549,7 +549,7 @@ Read more about it on [Browsing Impala Query Execution within the SQL Editor
 
 ### Oozie Workflow / Schedules
 
-List submitted workflows, schedules and bundles.
+List submitted workflows, schedules and bundles. See more in details in the [Scheduling](/user/scheduling/) section.
 
 ![Oozie jobs](https://cdn.gethue.com/uploads/2016/04/hue-dash-oozie.png)
 

+ 1 - 4
docs/docs-site/content/user/querying/_index.md

@@ -216,10 +216,7 @@ To toggle the dark mode you can either press `Ctrl-Alt-T` or `Command-Option-T`
 
 ### Scheduling
 
-Scheduling of queries is currently done via Apache Oozie and will be open to other schedulers with [HUE-3797](https://issues.cloudera.org/browse/HUE-3797).
-
-![Oozie workflows](https://cdn.gethue.comuploads/2016/04/hue-workflows.png)
-
+Scheduling is detailed in its [own section](/user/scheduling/).
 
 ## Dashboards
 

+ 22 - 0
docs/docs-site/content/user/scheduling/_index.md

@@ -0,0 +1,22 @@
+---
+title: "Scheduling"
+date: 2019-03-13T18:28:09-07:00
+draft: false
+weight: 4
+---
+
+Scheduling of queries or jobs (e.g. run this SQL query everyday at 5am) is currently done via Apache Oozie and will be open to other schedulers with [HUE-3797](https://issues.cloudera.org/browse/HUE-3797). [Apache Oozie](http://oozie.apache.org) is a very robust scheduler for Data Warehouses.
+
+## Editor
+
+Workflows can be built by pointing to query scripts on the file systems or saved queries. A workflow can then be scheduled to run regularly via a schedule.
+
+![Oozie workflows](https://cdn.gethue.comuploads/2016/04/hue-workflows.png)
+
+Many users leverage the workflow editor to get the Oozie XML configuration of their workflows.
+
+## Browser
+
+Submitted workflows, schedules and bundles can be managed directly via an interface:
+
+![Oozie jobs](https://cdn.gethue.com/uploads/2016/04/hue-dash-oozie.png)