Repository: falcon Updated Branches: refs/heads/master b135f28f3 -> 31ab50239
FALCON-2046 HDFS Replication failing in secure Mode Author: Sowmya Ramesh <[email protected]> Reviewers: "Peeyush B <[email protected]>, Balu Vellanki <[email protected]>" Closes #208 from sowmyaramesh/FALCON-2046 Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/31ab5023 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/31ab5023 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/31ab5023 Branch: refs/heads/master Commit: 31ab502391cd1a75cbad28259d769088273ac0f4 Parents: b135f28 Author: Sowmya Ramesh <[email protected]> Authored: Fri Jul 1 09:45:01 2016 -0700 Committer: bvellanki <[email protected]> Committed: Fri Jul 1 09:45:01 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/runtime/hdfs-mirroring-workflow.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/31ab5023/addons/extensions/hdfs-mirroring/src/main/resources/runtime/hdfs-mirroring-workflow.xml ---------------------------------------------------------------------- diff --git a/addons/extensions/hdfs-mirroring/src/main/resources/runtime/hdfs-mirroring-workflow.xml b/addons/extensions/hdfs-mirroring/src/main/resources/runtime/hdfs-mirroring-workflow.xml index 1e2282c..c0504fb 100644 --- a/addons/extensions/hdfs-mirroring/src/main/resources/runtime/hdfs-mirroring-workflow.xml +++ b/addons/extensions/hdfs-mirroring/src/main/resources/runtime/hdfs-mirroring-workflow.xml @@ -51,6 +51,10 @@ <name>oozie.launcher.mapreduce.job.hdfs-servers</name> <value>${sourceClusterFS},${targetClusterFS}</value> </property> + <property> + <name>mapreduce.job.hdfs-servers</name> + <value>${sourceClusterFS},${targetClusterFS}</value> + </property> </configuration> <main-class>org.apache.falcon.replication.FeedReplicator</main-class> <arg>-Dmapred.job.queue.name=${queueName}</arg>
