- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HDP 2.6 requires libtirpc-devel
- Labels:
-
Apache Hadoop
Created ‎06-30-2017 06:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am trying to install HDP 2.6 on RHEL 7.2 ppc64le. Installation over ambari fails due to
"Error: Package: hadoop_2_6_0_3_8-hdfs-2.7.3.2.6.0.3-8.ppc64le (HDP-2.6) Requires: libtirpc-devel" error.
Created ‎06-30-2017 06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, the "libtirpc-devel" package is needed by HDP 2.6. You will need to install that package from your OS Base repo.
You can see that this package is available in OS base repo. For example in my case centos7
# yum whatprovides libtirpc-devel Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile libtirpc-devel-0.2.4-0.8.el7.i686 : Development files for the libtirpc library Repo : base libtirpc-devel-0.2.4-0.8.el7.x86_64 : Development files for the libtirpc library Repo : base libtirpc-devel-0.2.4-0.8.el7_3.i686 : Development files for the libtirpc library Repo : updates libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library Repo : updates libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library Repo : @updates # cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core)
.
Created ‎06-05-2018 01:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I hit the same problem while installing HDP 2.6.4 on POWER systems. I got over the problem be adding the optional package to the repos. If you have a network or local RHEL repository you need to have the following listed as one of the baseurls:
baseurl=ftp://<userID>:<password>@<ftpHostName>/redhat/release_cds/<rhelRelease>/Server-optional/ppc64le/os/
e.g.:
baseurl=ftp://<userID>:<password>@<ftpHostName>/redhat/release_cds/RHEL-7.4-GA/Server-optional/ppc64le/os/
Created ‎08-11-2018 06:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where i can find this package for centos 6.9 ?
Created ‎08-11-2018 08:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I fixed the issue on RHEL6.9 by installing libtirpc and libtirpc-devel 0.15 and uninstalling libtirpc 0.13.

- « Previous
-
- 1
- 2
- Next »