Repository: falcon Updated Branches: refs/heads/master 176e839c2 -> dbfc29cf7
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/dbfc29cf Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/dbfc29cf Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/dbfc29cf Branch: refs/heads/master Commit: dbfc29cf78c887b8c4af39cbbafe19a3b07cd1fa Parents: 176e839 Author: Ajay Yadava <[email protected]> Authored: Wed Sep 2 00:13:26 2015 +0530 Committer: Ajay Yadava <[email protected]> Committed: Wed Sep 2 00:13:26 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/dbfc29cf/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 14a4839..38d3a60 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -98,6 +98,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/dbfc29cf/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"/>
