Repository: falcon
Updated Branches:
  refs/heads/0.10 defc3309a -> 688ebb170


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

(cherry picked from commit 31ab502391cd1a75cbad28259d769088273ac0f4)
Signed-off-by: bvellanki <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/688ebb17
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/688ebb17
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/688ebb17

Branch: refs/heads/0.10
Commit: 688ebb170203b8a02039e106bef17c659b8d4f65
Parents: defc330
Author: Sowmya Ramesh <[email protected]>
Authored: Fri Jul 1 09:45:01 2016 -0700
Committer: bvellanki <[email protected]>
Committed: Fri Jul 1 09:45:13 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/688ebb17/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>

Reply via email to