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/e6849efe Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/e6849efe Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/e6849efe Branch: refs/heads/0.9 Commit: e6849efe6b8df7d57d4de325c891c8493880801a Parents: 3688b31 Author: Ajay Yadava <[email protected]> Authored: Tue Jan 12 23:10:45 2016 +0530 Committer: Ajay Yadava <[email protected]> Committed: Tue Jan 12 23:38:44 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/e6849efe/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4f6bd46..16e19a7 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -18,7 +18,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 @@ -56,6 +56,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/e6849efe/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
