You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ba...@apache.org on 2016/07/01 16:45:06 UTC

falcon git commit: FALCON-2046 HDFS Replication failing in secure Mode

Repository: falcon
Updated Branches:
  refs/heads/master b135f28f3 -> 31ab50239


FALCON-2046 HDFS Replication failing in secure Mode

Author: Sowmya Ramesh <sr...@hortonworks.com>

Reviewers: "Peeyush B <pe...@apache.org>, Balu Vellanki <ba...@apache.org>"

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 <sr...@hortonworks.com>
Authored: Fri Jul 1 09:45:01 2016 -0700
Committer: bvellanki <bv...@hortonworks.com>
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>