datahub-project / datahub

The Metadata Platform for your Data Stack
https://datahubproject.io
Apache License 2.0
9.81k stars 2.89k forks source link

Need values to be inserted in config.properties #606

Closed kiranclarivate closed 7 years ago

kiranclarivate commented 7 years ago

Hi, As I could see there are some changes in wherehows repository in a month and config.properties now expects "job.class", "job.script", "job.type", "job.cron.expr", "job.disabled", "job.cmd.params", "job.timeout", "job.ref.id"; values to be set.

I would like to know the expected values for these Job Property Keys for any sample Dataset.

mars-lan commented 7 years ago

We're currently moving all ETL-specific configurations from MySQL DBs to job files. The documentations aren't complete yet, but you can see example job configuration files here: https://github.com/linkedin/WhereHows/tree/master/wherehows-backend/jobs/templates

mars-lan commented 7 years ago

Here's the documentation: https://github.com/linkedin/WhereHows/tree/master/wherehows-backend/jobs/