[
https://issues.apache.org/jira/browse/AMBARI-12325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618212#comment-14618212
]
Dmitry Lysnichenko commented on AMBARI-12325:
---------------------------------------------
The issue here is that HDP-2.2 does not have NFS gateway, and HDP-2.3 has. NFS
gateway adds implicit transitive dependency on rpcbind package to HDFS service
in HDP-2.3. This package is not a part of HDP stack (and is not provided by our
repo). Even if NFS gateway is not installed, we always install all packages for
HDFS service, it is architecure design. That's why when we are installing
HDP-2.3 bits, zypper tries to install this package as a part of dependency
resolution, and fails, because package is in an unavailable repo.
Just adding rpcbind package definition and skipUpgrade tag to HDFS metainfo.xml
would not help since this package is a transitive dependency.
> RU: Installation of new stack failed on SLES
> --------------------------------------------
>
> Key: AMBARI-12325
> URL: https://issues.apache.org/jira/browse/AMBARI-12325
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.1.0
>
>
> {code}
> Fail: Execution of '/usr/bin/zypper --quiet install
> --auto-agree-with-licenses --no-confirm --repo HDP-2.3.0.0-2513 --repo
> HDP-UTILS-2.3.0.0-2513 rpcbind' returned 104. No provider of 'rpcbind' found.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)