FALCON-1545 Add documentation for Hive replication job counters. Contributed by Peeyush Bishnoi.
Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/0657257d Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/0657257d Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/0657257d Branch: refs/heads/master Commit: 0657257d86adab8f8544b9088fc375d2f8c082ba Parents: e945d2b Author: Ajay Yadava <[email protected]> Authored: Tue Jan 12 23:10:45 2016 +0530 Committer: Ajay Yadava <[email protected]> Committed: Tue Jan 12 23:10:45 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 4 +++- docs/src/site/twiki/Recipes.twiki | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/0657257d/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0b1215d..f9316a4 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,7 +19,7 @@ Proposed Release Version: 0.9 FALCON-1523 Update CHANGES.txt to change 0.8 branch to release(Sowmya Ramesh) FALCON-1453 Upgrade falcon POM for 0.8 release(Sowmya Ramesh) - + INCOMPATIBLE CHANGES NEW FEATURES @@ -57,6 +57,8 @@ Proposed Release Version: 0.9 FALCON-1213 Base framework of the native scheduler(Pallavi Rao) IMPROVEMENTS + FALCON-1545 Add documentation for Hive replication job counters(Peeyush Bishnoi via Ajay Yadava) + FALCON-1601 Make Falcon StateStore more secure by not disclosing imp params in startup.props(Pavan Kumar Kolamuri via Ajay Yadava) FALCON-1705 Standardization of error handling in falcon Server(Praveen Adlakha via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/0657257d/docs/src/site/twiki/Recipes.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/Recipes.twiki b/docs/src/site/twiki/Recipes.twiki index 792bf1b..f6011c4 100644 --- a/docs/src/site/twiki/Recipes.twiki +++ b/docs/src/site/twiki/Recipes.twiki @@ -63,8 +63,8 @@ and replace it with the property value "hdfs-dr-workflow". Substituted template </verbatim> ---++ Metrics -HDFS DR recipes will capture the replication metrics like TIMETAKEN, COPY, BYTESCOPIED for an instance and populate to the -GraphDB for display on UI. +HDFS DR and Hive DR recipes will capture the replication metrics like TIMETAKEN, BYTESCOPIED, COPY (number of files copied) for an +instance and populate to the GraphDB. ---++ Managing the scheduled recipe process * Scheduled recipe process is similar to regular process
