Repository: falcon Updated Branches: refs/heads/0.7 811937788 -> 07fcefce1
FALCON-1423 HDFS recipe broken: Unrecognized option: -counterLogDir. Contributed by Sowmya Ramesh. Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/07fcefce Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/07fcefce Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/07fcefce Branch: refs/heads/0.7 Commit: 07fcefce101de42b47746efd9f36e511f9f931cf Parents: 8119377 Author: Ajay Yadava <[email protected]> Authored: Wed Sep 2 00:51:52 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Wed Sep 2 00:51:52 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ .../src/main/resources/hdfs-replication-workflow.xml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/07fcefce/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4f037d5..c90e789 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -97,6 +97,8 @@ Branch: 0.7 (Proposed Release Version: 0.7) (Suhas Vasu) BUG FIXES + FALCON-1423 HDFS recipe broken: Unrecognized option: -counterLogDir(Sowmya Ramesh via Ajay Yadava) + FALCON-1312 Falcon post processing action should use Oozie prepared configuration(Venkat Ranganathan via Ajay Yadava) FALCON-1038 Log mover fails for map-reduce action(Peeyush Bishnoi via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/07fcefce/addons/recipes/hdfs-replication/src/main/resources/hdfs-replication-workflow.xml ---------------------------------------------------------------------- diff --git a/addons/recipes/hdfs-replication/src/main/resources/hdfs-replication-workflow.xml b/addons/recipes/hdfs-replication/src/main/resources/hdfs-replication-workflow.xml index d6a4ee9..e35773f 100644 --- a/addons/recipes/hdfs-replication/src/main/resources/hdfs-replication-workflow.xml +++ b/addons/recipes/hdfs-replication/src/main/resources/hdfs-replication-workflow.xml @@ -67,8 +67,6 @@ <arg>FILESYSTEM</arg> <arg>-availabilityFlag</arg> <arg>${availabilityFlag == 'NA' ? "NA" : availabilityFlag}</arg> - <arg>-counterLogDir</arg> - <arg>${logDir}/job-${nominalTime}</arg> </java> <ok to="success"/> <error to="failure"/>
