Repository: ambari Updated Branches: refs/heads/trunk c897f0752 -> 6d0eb71da
AMBARI-10339. Install rpcbind as a package dependecny for NFS Gateway. (brandon via jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6d0eb71d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6d0eb71d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6d0eb71d Branch: refs/heads/trunk Commit: 6d0eb71da6775ce577a2b812eb111d4054600e5a Parents: c897f07 Author: Jaimin Jetly <[email protected]> Authored: Thu Apr 2 16:58:21 2015 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Apr 2 16:58:21 2015 -0700 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.3/services/HDFS/metainfo.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6d0eb71d/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml index 071ec91..bc887fd 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/metainfo.xml @@ -24,6 +24,15 @@ <osSpecifics> <osSpecific> + <osFamily>any</osFamily> + <packages> + <package> + <name>rpcbind</name> + </package> + </packages> + </osSpecific> + + <osSpecific> <osFamily>redhat6,suse11</osFamily> <packages> <package>
