-
Notifications
You must be signed in to change notification settings - Fork 751
Gobblin Schedulers
sahilTakiar edited this page Jan 22, 2016
·
22 revisions
[say a few words about Oozie]
This guide assumes Oozie is already setup and running on some machine, if this is not the case consult the Oozie documentation.
Following the template workflow.xml
and job.properties
files in gobblin-oozie/src/main/resources/
, make the appropriate changes for any cluster specific configurations:
- In
gobblin-oozie-example-workflow.properties
update thename.node
,resource.manager
, andoozie.wf.application.path
parameters ** Theoozie.wf.application.path
should point to a directory on HDFS containing all workflow files - Update the
<arg>
tags for the<java>
<action>
** Thejobconfig
arg should point to a file on HDFS containing all job configuration parameters *** An examplejobconfig
file would be the Gobblin Wikipedia Example ** Thesysconfig
arg should point to a file on HDFS containing all system configuration parameters *** An examplesysconfig
file for Oozie can be found here
- Home
- [Getting Started](Getting Started)
- Architecture
- User Guide
- Working with Job Configuration Files
- [Deployment](Gobblin Deployment)
- Gobblin on Yarn
- Compaction
- [State Management and Watermarks] (State-Management-and-Watermarks)
- Working with the ForkOperator
- [Configuration Glossary](Configuration Properties Glossary)
- [Partitioned Writers](Partitioned Writers)
- Monitoring
- Schedulers
- [Job Execution History Store](Job Execution History Store)
- Gobblin Build Options
- Troubleshooting
- [FAQs] (FAQs)
- Case Studies
- Gobblin Metrics
- [Quick Start](Gobblin Metrics)
- [Existing Reporters](Existing Reporters)
- [Metrics for Gobblin ETL](Metrics for Gobblin ETL)
- [Gobblin Metrics Architecture](Gobblin Metrics Architecture)
- [Implementing New Reporters](Implementing New Reporters)
- [Gobblin Metrics Performance](Gobblin Metrics Performance)
- Developer Guide
- [Customization: New Source](Customization for New Source)
- [Customization: Converter/Operator](Customization for Converter and Operator)
- Code Style Guide
- IDE setup
- Monitoring Design
- Project
- [Feature List](Feature List)
- Contributors/Team
- [Talks/Tech Blogs](Talks and Tech Blogs)
- News/Roadmap
- Posts
- Miscellaneous