AMBARI-19567. NFS Gateway start fails during EU to HDP-2.5.3 with portmap error (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fa6a4aa8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fa6a4aa8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fa6a4aa8 Branch: refs/heads/branch-2.5 Commit: fa6a4aa811c46149b4334877487de071662f8b9c Parents: 98fdbba Author: Andrew Onishuk <[email protected]> Authored: Mon Jan 16 19:21:53 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Mon Jan 16 19:21:53 2017 +0200 ---------------------------------------------------------------------- .../main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fa6a4aa8/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml index 9c1387d..b1db696 100644 --- a/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml @@ -236,6 +236,9 @@ <package> <name>hadoop-libhdfs</name> </package> + <package> + <name>libtirpc-devel</name> + </package> </packages> </osSpecific>
