Repository: ambari Updated Branches: refs/heads/branch-2.5 98fdbba5d -> fa6a4aa81 refs/heads/trunk 79e92cf70 -> 3a489d012
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/3a489d01 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3a489d01 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3a489d01 Branch: refs/heads/trunk Commit: 3a489d012694e8622c9d80f2b6898bf6fc0a3cec Parents: 79e92cf Author: Andrew Onishuk <[email protected]> Authored: Mon Jan 16 19:21:50 2017 +0200 Committer: Andrew Onishuk <[email protected]> Committed: Mon Jan 16 19:21:50 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/3a489d01/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 2b7a684..30de1be 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 @@ -277,6 +277,9 @@ <package> <name>hadoop-libhdfs</name> </package> + <package> + <name>libtirpc-devel</name> + </package> </packages> </osSpecific>
