[GOBBLIN-25] Gobblin data-management run script and example configuration#1873
Conversation
ibuenros
left a comment
There was a problem hiding this comment.
Hi @fermich , thanks for setting up this script and example!
In terms of the script, I think it would be more appropriate to set up a CliApplication for this (see for example DecryptCli), which will also not require the Azkaban stuff.
| # limitations under the License. | ||
| # | ||
|
|
||
| /tags/retention/hive |
There was a problem hiding this comment.
You could put this in /hive/includes.conf instead.
|
@ibuenros |
|
@fermich you need to make sure that environment variable |
|
@ibuenros After setting
|
|
Issue: https://issues.apache.org/jira/browse/GOBBLIN-25 Please update your PR title with following prefix: [GOBBLIN-25] |
|
@abti done |
|
Thanks. +1 LGTM |
This pull request adds a run script for the
DatasetCleanerJobclass which is used in thegobblin-data-managementmodule to run retention process. There is also example configuration to complement the retention module docs.