HDP 2.6 requires libtirpc-devel

个问题,截止 Mustafa Kemal MAYUK 2017年06月30日 06:30 hadoopPowerSystems

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.

 0

7条回复

· 添加您的回复

  • 排序:
  • 投票
  • 创建
  • 最老的
最佳解答

个解答,截止Jay Kumar SenSharma  · 2017年06月30日 06:41

@Mustafa Kemal MAYUK

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

  1. # yum whatprovides libtirpc-devel
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. libtirpc-devel-0.2.4-0.8.el7.i686 : Development files for the libtirpc library
  5. Repo : base
  6. libtirpc-devel-0.2.4-0.8.el7.x86_64 : Development files for the libtirpc library
  7. Repo : base
  8. libtirpc-devel-0.2.4-0.8.el7_3.i686 : Development files for the libtirpc library
  9. Repo : updates
  10. libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library
  11. Repo : updates
  12. libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library
  13. Repo : @updates
  14. # cat /etc/redhat-release
  15. CentOS Linux release 7.0.1406 (Core)

.

 1  隐藏 2 · 分享
Jay Kumar SenSharma ♦  · 2017年06月30日 06:44 1

@Mustafa Kemal MAYUK

For similar discussion on this please refer to: https://community.hortonworks.com/questions/96763/hdp-26-ambari-install-fails-on-rhel-7-on-libtirpc.html

If you are using RHEL7 then you might have to enable the "*-rhel-server-optional" packages.

Please see: https://access.redhat.com/solutions/265523

Winnie Philip  Jay Kumar SenSharma ♦ · 2017年08月23日 15:39 0

I had the similar problem on RHL7 and HDP2.6 using Ambari2.5. after making below change, the installation progressed. Thanks for the tip!!!!

I enabled 2 optional RHL7 OS packages by running below commands on all nodes.

subscription-manager repos --enable=rhel-7-server-optional-rpms

subscription-manager repos --enable=rhel-7-server-eus-optional-rpms

个解答,截止Erkan ŞİRİN · 2018年05月15日 06:05

I have encountered same issue while adding back ex-data node into HDP 2.6 cluster.

Since I have no internet connection I have solved it the following way:

1. Download libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm

from

libtirpc-devel

2. yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm

 1  隐藏 3 · 分享
Marcelo Natalio Saied · 2018年05月15日 21:07 0

Thanks!!!!!!!

wget -nv https://rpmfind.net/linux/centos/7.4.1708/os/x86_64/Packages/libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm
yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken

Marcelo Natalio Saied · 2018年05月16日 13:52 0

enabling subscription-manager repos and downloading the rpm . still have dependencies issues

[root@phcv-dlhadoop01 ~]# yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken

Loaded plugins: product-id, rhnplugin, search-disabled-repos, subscription-manager
This system is receiving updates from RHN Classic or Red Hat Satellite.
Examining libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm: libtirpc-devel-0.2.4-0.10.el7.x86_64
Marking libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package libtirpc-devel.x86_64 0:0.2.4-0.10.el7 will be installed
--> Processing Dependency: libtirpc = 0.2.4-0.10.el7 for package: libtirpc-devel-0.2.4-0.10.el7.x86_64

Packages skipped because of dependency problems:
libtirpc-devel-0.2.4-0.10.el7.x86_64 from /libtirpc-devel-0.2.4-0.10.el7.x86_64

Marcelo Natalio Saied · 2018年05月16日 13:57 0

i vavedownloaded the dependencie from

http://rpmfind.net/linux/rpm2html/search.php?query=libtirpc+%3D+0.2.4-0.10.el7⊂mit=Search+...&system=&arch

个解答,截止chennuri gouri shankar · 2018年02月12日 12:16

wget //ftp.icm.edu.pl/vol/rzm6/linux-slc/centos/7.1.1503/updates/x86_64/Packages/libtirpc-devel-0.2.4-0.8.el7_3.x86_64.rpm

yum install libtirpc-devel-0.2.4-0.8.el7_3.x86_64.rpm -y

This will resolve the issue. We have to do this on all the hosts

 
 1 · 分享

个解答,截止Mudit Kumar · 2018年08月11日 20:20

I fixed the issue on RHEL6.9 by installing libtirpc and libtirpc-devel 0.15 and uninstalling libtirpc 0.13.

 0 · 分享

个解答,截止Mudit Kumar · 2018年08月11日 18:00

where i can find this package for centos 6.9 ?

 0 · 分享

个解答,截止Theresa Xu · 2018年06月05日 13:50

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/

 0 · 分享

个解答,截止Marcelo Natalio Saied · 2018年05月15日 21:06

Thanks!!!!!!!

wget -nv https://rpmfind.net/linux/centos/7.4.1708/os/x86_64/Packages/libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm
yum install libtirpc-devel-0.2.4-0.10.el7.x86_64.rpm -y --skip-broken

转载于:https://www.cnblogs.com/felixzh/p/10644660.html

HDP 2.6 requires libtirpc-devel相关推荐

  1. centos8编译openssl-1.0.2u、openssl-1.1.1k

    目录 一.给openssl-1.0.2u打包rpm 二.编译安装openssl-1.1.1k 三.给openssl-1.1.1k打包rpm(不推荐!) 近日openssl爆出拒绝服务.证书绕过漏洞,C ...

  2. ubuntu 下安装mplayer

    下载 http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2 解压到/usr/lib/media/all-20071 ...

  3. linux 在线和离线安装Mplayer视频播放器

    2017-4-14 在线安装Mplayer 准备工作 需要以下三个文件: 源代码包:MPlayer-1.0rc4.tar.bz2.下载地址:http://www.mplayerhq.hu/MPlaye ...

  4. amd64中Ubuntu安装使用全记录

    年终于过完了,按照计划将使用1个月的Ubuntu安装使用记录做一个完整的总结.前面已经有一篇帖子记录安装方面的东西,这里主要记录软件安装和系统的使用.把这个东西写出来主要是希望国内能有更多人安装和使用 ...

  5. HBase集群升级, 通过HBase rpm 或 tar包形式(以HDP 为例,包含 升级及HBCK2 介绍和使用)

    目录 1 前言 2 编译 HBase 报错处理: `Caused by: java.lang.AbstractMethodError: org.apache.hadoop.hbase.ipc.RpcS ...

  6. 端口映射问题:Bad Request This combination of host and port requires TLS.

    错误信息: Bad Request This combination of host and port requires TLS. 遇到上面的错误信息:如果是通过域名访问,则该域名后配置的转发端口映射 ...

  7. Spinner 使用的使用 报错:ArrayAdapter requires the resource ID to be a TextView

    Spinner 使用的使用 报错:ArrayAdapter requires the resource ID to be a TextView 的问题 是修改layout的最外成不是使用TextVie ...

  8. Error:This Gradle plugin requires Studio 3.0 minimum

    导入一个demo提示Error:This Gradle plugin requires Studio 3.0 minimum 在gradle.properties中导入 android.injecte ...

  9. View requires API level 21 (current min is 15): Toolbar

    第一种情况: 在布局文件报错,查看错误提示View requires API level 21 (current min is 15): <Toolbar> 这个说要求要api版本为21 ...

最新文章

  1. windows10 中 python3 离线 安装包,没有 网络 的 情况下 安装 whl包
  2. 网络管理员在预先分配和识别作为_14个网络管理员必备的最佳网络流量分析工具,收藏了...
  3. c语言创建链表存储10个数,C语言编写的建立单向int链表,连续输入10个结点创建链表,并实现在原链表中插入数字、删除数字、查找数字的功能...
  4. mysql时间格式函数_MySQL时间格式函数
  5. Run-time Settings--General--Run Logic
  6. Flume 中文入门手冊
  7. wrf 嵌套网格作用_在网格系统中使用响应列,嵌套列和偏移列 引导程序
  8. STM8学习笔记---读取STM8S003单片机序列号
  9. Linux 多线程 - 线程异步与同步机制
  10. 关联关系与依赖关系的区别
  11. python3 中bytes与str类型
  12. Mysql数据库实现分页查询
  13. 使用Android Studio 查看内存泄漏
  14. 腾讯华为签署《深圳市APP个人信息保护自律承诺书》举措新解读
  15. 养蛙火爆,大数据解读《旅行青蛙》崛起之谜
  16. ubuntu下kermit的安装和配置
  17. 如何看待 Kotlin 成为 Android 官方支持开发语言
  18. uniapp连接低功耗打印机实例,
  19. serv-u不好用?这款国产文件传输工具你值得拥有
  20. 日语:假定形、可能形、被动形、使役形、使役被动形

热门文章

  1. Spring Security原理与应用
  2. 基于windows平台的命令行软件安装工具Chocolatey的安装
  3. OAuth2.0详解
  4. cp: omitting directory解决方案
  5. JQuery------鼠标双击时,不选中div里面的文字
  6. 映像劫持技术(2):实例
  7. oracle instr查询字符串
  8. C++ cin.sync()和cin.ignore()
  9. python中列表,元组,字符串如何互相转换
  10. linux用户管理练习题