FALCON-868 Rerun command incorrect in falcon CLI documentation. Contributed by Karishma Gulati
Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/dc4d6170 Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/dc4d6170 Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/dc4d6170 Branch: refs/heads/master Commit: dc4d6170d595a3c60d2dd393090df168f621b65e Parents: 7cb0666 Author: Venkatesh Seetharam <venkat...@apache.org> Authored: Fri Nov 7 11:40:31 2014 -0800 Committer: Venkatesh Seetharam <venkat...@apache.org> Committed: Fri Nov 7 11:40:31 2014 -0800 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ docs/src/site/twiki/FalconCLI.twiki | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/dc4d6170/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3f63b2a..d6d8747 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -129,6 +129,9 @@ Trunk (Unreleased) OPTIMIZATIONS BUG FIXES + FALCON-868 Rerun command incorrect in falcon CLI documentation + (Karishma Gulati via Venkatesh Seetharam) + FALCON-864 Falcon superuser is unable to delete scheduled feed (Venkatesh Seetharam) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/dc4d6170/docs/src/site/twiki/FalconCLI.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/FalconCLI.twiki b/docs/src/site/twiki/FalconCLI.twiki index 7bdac5d..202af63 100644 --- a/docs/src/site/twiki/FalconCLI.twiki +++ b/docs/src/site/twiki/FalconCLI.twiki @@ -127,17 +127,17 @@ $FALCON_HOME/bin/falcon instance -type <<feed/process>> -name <<name>> -suspend ---+++Continue -Continue option is used to continue the failed workflow instance. This option is valid only for process instances in terminal state, i.e. SUCCEDDED, KILLED or FAILED. +Continue option is used to continue the failed workflow instance. This option is valid only for process instances in terminal state, i.e. KILLED or FAILED. Usage: -$FALCON_HOME/bin/falcon instance -type <<feed/process>> -name <<name>> -re-run -start "yyyy-MM-dd'T'HH:mm'Z'" -end "yyyy-MM-dd'T'HH:mm'Z'" +$FALCON_HOME/bin/falcon instance -type <<feed/process>> -name <<name>> -continue -start "yyyy-MM-dd'T'HH:mm'Z'" -end "yyyy-MM-dd'T'HH:mm'Z'" ---+++Rerun Rerun option is used to rerun instances of a given process. This option is valid only for process instances in terminal state, i.e. SUCCEDDED, KILLED or FAILED. Optionally, you can specify the properties to override. Usage: -$FALCON_HOME/bin/falcon instance -type <<feed/process>> -name <<name>> -re-run -start "yyyy-MM-dd'T'HH:mm'Z'" -end "yyyy-MM-dd'T'HH:mm'Z'" [-file <<properties file>>] +$FALCON_HOME/bin/falcon instance -type <<feed/process>> -name <<name>> -rerun -start "yyyy-MM-dd'T'HH:mm'Z'" -end "yyyy-MM-dd'T'HH:mm'Z'" [-file <<properties file>>] ---+++Resume