You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/09/25 15:03:49 UTC

git commit: AMBARI-7485. set oozie.service.HadoopAccessorService.supported.filesystems when deploying falcon (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk b0981a98a -> b588278d0


AMBARI-7485. set oozie.service.HadoopAccessorService.supported.filesystems when deploying falcon (aonishuk)


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

Branch: refs/heads/trunk
Commit: b588278d04c3fae40d4ef2c0f42bc150f789ff2c
Parents: b0981a9
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Sep 25 16:03:41 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Sep 25 16:03:41 2014 +0300

----------------------------------------------------------------------
 .../HDP/2.1/services/FALCON/configuration/oozie-site.xml    | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b588278d/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/oozie-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/oozie-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/oozie-site.xml
index 4b0bf70..c6962f3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/oozie-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/configuration/oozie-site.xml
@@ -152,6 +152,15 @@
       EL functions declarations, separated by commas, format is [PREFIX:]NAME=CLASS#METHOD.
     </description>
   </property>
+  
+  <property>
+    <name>oozie.service.HadoopAccessorService.supported.filesystems</name>
+    <value>*</value>
+    <description>
+      Enlist the different filesystems supported for federation. If wildcard "*" is specified, then ALL file schemes will be allowed.
+    </description>
+  </property>
+  
   <!--web ui should add following properties to oozie site accordingly to FALCON_USER-->
   <!--<property>-->
     <!--<name>oozie.service.ProxyUserService.proxyuser.#FALCON_USER#.hosts</name>-->