[
https://issues.apache.org/jira/browse/GOBBLIN-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Tiwari resolved GOBBLIN-25.
------------------------------------
Resolution: Fixed
Issue resolved by pull request #1873
[https://github.com/apache/incubator-gobblin/pull/1873]
> Gobblin data-management run script and example configuration
> ------------------------------------------------------------
>
> Key: GOBBLIN-25
> URL: https://issues.apache.org/jira/browse/GOBBLIN-25
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Abhishek Tiwari
>
> This pull request adds a run script for the ```DatasetCleanerJob``` class
> which is used in the ```gobblin-data-management``` module to run retention
> process. There is also example configuration to complement the retention
> module docs.
>
> *Github Url* : https://github.com/linkedin/gobblin/pull/1873
> *Github Reporter* : *fermich*
> *Github Created At* : 2017-05-17T08:48:52Z
> *Github Updated At* : 2017-05-22T07:01:47Z
> h3. Comments
> ----
> *fermich* wrote on 2017-05-19T06:19:06Z : @ibuenros ```CliApplication```
> looks nice. I have prepared implementation of cli runner but it is failing on
> getting cluster configuration. Should I submit the app like ```hadoop jar```
> command does or
> ```CliApplication``` requires a special environment when running it?
> Link to source:
> https://github.com/fermich/gobblin/blob/dataset-cleaner-cli/gobblin-data-management/src/main/java/gobblin/runtime/retention/DatasetCleanerCli.java
>
>
> *Github Url* :
> https://github.com/linkedin/gobblin/pull/1873#issuecomment-302618921
> ----
> [~ibuenros] wrote on 2017-05-19T17:24:07Z : @fermich you need to make sure
> that environment variable `HADOOP_HOME` is defined. You can check the
> classpath Gobblin will use by running `bin/gobblin classpath`
>
> *Github Url* :
> https://github.com/linkedin/gobblin/pull/1873#issuecomment-302762446
> ----
> *fermich* wrote on 2017-05-22T07:01:47Z : @ibuenros After setting
> ```HADOOP_HOME``` it starts working like a charm! Thank you! Summing up,
> there are two additional changes:
> - ```DatasetCleaner``` starts via ```CliApplication```
> - ```includes.conf``` is moved one directory up
>
> *Github Url* :
> https://github.com/linkedin/gobblin/pull/1873#issuecomment-303015651
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)