HDP 2.6 requires libtirpc-devel

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条回复

· 添加您的回复
avatar image
最佳解答

个解答,截止Jay Kumar SenSharma  

@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.  
  7. libtirpc-devel-0.2.4-0.8.el7.x86_64 : Development files for the libtirpc library
  8. Repo : base
  9.  
  10. libtirpc-devel-0.2.4-0.8.el7_3.i686 : Development files for the libtirpc library
  11. Repo : updates
  12.  
  13. libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library
  14. Repo : updates
  15.  
  16. libtirpc-devel-0.2.4-0.8.el7_3.x86_64 : Development files for the libtirpc library
  17. Repo : @updates
  18.  
  19. # cat /etc/redhat-release
  20. CentOS Linux release 7.0.1406 (Core)

.

 1  隐藏 2 · 分享
avatar imageJay 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

avatar imageWinnie 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

avatar image

个解答,截止Erkan ŞİRİN 

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 · 分享
avatar imageMarcelo 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

avatar imageMarcelo 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

avatar imageMarcelo 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

avatar image

个解答,截止chennuri gouri shankar 

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 · 分享
avatar image

个解答,截止Mudit Kumar 

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

 0 · 分享
avatar image

个解答,截止Mudit Kumar 

where i can find this package for centos 6.9 ?

 0 · 分享
avatar image

个解答,截止Theresa Xu 

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 · 分享
avatar image

个解答,截止Marcelo Natalio Saied 

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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/365020.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

推荐10款非常有用的 Ajax 插件

这篇文章与大家分享的是10款非常有用的 Ajax 插件&#xff0c;有用于图片的&#xff0c;用于分页的&#xff0c;还有用于导航的。这些作者的想法特别新颖&#xff0c;希望你能从中找到自己需要的插件。 1. AJAX-ZOOM 非常强大的一款插件&#xff0c;可用鼠标滚轮进行缩放&…

svgaps绘制时不能用中文命名吗_设计师需要了解的切图命名规范

2020年8月21日下午4点50分 黄河公园通常我们在界面设计完成之后要切图给到前端开发。初做UI设计时&#xff0c;把重点都放在设计效果图上&#xff0c;对之后的切图命名规范没有很注重。当时我会有一些疑惑&#xff0c;切图命名的原则是什么&#xff1f;直接命名为能表达清楚的名…

分享20个漂亮的DIV CSS标准化站点案例

看到有些网站的代码十分优雅&#xff0c;心想自己什么时候也能写出这么好的代码。其实&#xff0c;这不是一朝一夕能达到的&#xff0c;需要的实践中不断锤炼和提高。我们可以通过分析别人写得好的网页代码来更加快速的提高自己&#xff0c;下面向大家推荐20个基于DIV CSS标准布…

在单独的WAR组件中对SPA资源和API实现进行分区

单页应用程序正Swift吸引人们的注意力&#xff0c;以实现基于Web的丰富&#xff0c;健壮和移动友好的应用程序。 本质上&#xff0c;这需要改变应用程序体系结构&#xff0c;其中整个应用程序用户界面是使用JavaScript来实现的&#xff0c;而服务器端代码则为服务器端应用程序逻…

上传文件显示进度条_【技巧 】iOSamp;Windows互传文件?透过「文件」轻松解决~...

苹果家的隔空投送能做到手机、电脑间的无缝衔接&#xff1b;在iOS13的「文件」中加入了局域网的文件共享功能&#xff0c;电脑不需要安装任何软件&#xff0c;实现 iPhone 与 Windows 电脑间文件的共享、传输。注意&#xff1a;本文介绍的是基于局域网&#xff08;同一路由器&a…

在Window上使用Jenkins自动部署和上传快照Java工件

这篇文章将展示如何使用Jenkins Continuous Integration自动执行Java Web应用程序&#xff08;使用MYSQL DB和基于Hibernate ORM在基于REST的Jersey2 Spring环境中开发的学生申请应用程序&#xff09;的部署过程-生成项目&#xff0c;运行单元测试&#xff0c;上传构建的工件到…

10个在线Web设计开发工具介绍

1. 在线文本生成器 BlindTextGenerator&#xff1a;对设计师来说&#xff0c;这是一个简单又好用的文本生成小工具。内含许多种字体&#xff0c;可设置字符的大小&#xff0c;数量&#xff0c;样式&#xff0c;段落的数量及对齐方式等&#xff0c;还可以很方便且精确地调节文本…

获取clientheight为0_用10行python代码获取全国城市交通生活圈

今天在网上冲浪看到一个很花哨的数据&#xff0c;全国各城市主要商圈从早上6点到晚上10点的20min&#xff0c;30min,45min,60min,90min生活圈轮廓。1 获取思路按下F12按下F12&#xff0c;点击淮海路可以看到出现一个网站&#xff0c;他就是我们要找的接口接口内容是通过get请求…

12个便于web设计及开发的在线工具

请不要低估这些小工具&#xff0c;他们极其的方便并且能节省很多的时间和工作&#xff0c;下面就是这些在线工具的列表&#xff0c;挑几款来试试吧。 我还是比较喜欢Ajax Load和Web 20 Badges Generator的&#xff0c;你们呢&#xff1f; Favico 一个图标制作工具&#xff0c…

服务器改家用系统吗,服务器主机改家用

服务器主机改家用 内容精选换一换本节操作介绍购买云耀云服务器的操作步骤。购买时&#xff0c;为减少您配置参数的时间&#xff0c;部分参数由系统自动分配&#xff0c;以下参数配置供你了解系统的默认配置。购买云耀云服务器仅支持“包年/包月”的计费方式&#xff0c;请您在…

指定module_一个缺失已久的特性 — module模块

在ES6之前&#xff0c;Javascript还不支持原生的模块化。如果要实现模块化&#xff0c;我们要借助一些框架&#xff0c;比如&#xff1a;requireJS或者seaJS等&#xff1b;什么&#xff1f;没用过也没听过这些框架&#xff1f;没关系&#xff0c;它们不是我们今天要讲的重点。今…

使用HTML5,画布和开放数据创建全球降水(雨)可视化

我目前正在为Three.js编写下一本书&#xff0c;其中一章涉及可视化开放数据。 在寻找可以使用的数据时&#xff0c;我遇到了来自NOAA的一组数据。 通过此站点&#xff0c;您可以以网格格式下载一组全世界的每月降水报告。 因此&#xff0c;我下载了它们&#xff0c;然后开始处理…

CRF两个例子的理解

概率计算例子&#xff1a; 预测例子&#xff1a; 转载于:https://www.cnblogs.com/callyblog/p/9933993.html

【转】前端开发值得一看的文章

其实这篇文章不是这里的&#xff0c;只是&#xff0c;后台很傻B地进不了了。也不知道是什么乱七八糟的问题。先写在这里&#xff0c;当做这么久没更新的偷懒好了。&#xff08;而且&#xff0c;挑出来的这些都是精华呢!&#xff09;&#xff0c;大家各取所需吧&#xff1a; 1. …

Spring boot Mybatis 整合(注解版)

之前写过一篇关于springboot 与 mybatis整合的博文&#xff0c;使用了一段时间spring-data-jpa&#xff0c;发现那种方式真的是太爽了&#xff0c;mybatis的xml的映射配置总觉得有点麻烦。接口定义和映射离散在不同的文件中&#xff0c;阅读起来不是很方便。于是&#xff0c;准…

如何在ftp服务器下查找文件夹,查找ftp服务器下的文件夹名

查找ftp服务器下的文件夹名 内容精选换一换Linux x86-64(64位)服务器&#xff0c;常见的有EulerOS、Ubuntu、Debian、CentOS、OpenSUSE等。Windows 7及以上版本。请参见JRE地址下载JRE。Linux服务器安装请参考如下步骤&#xff1a;使用root用户&#xff0c;进入/opt目录。cd /o…

Spring入门篇——第6章 Spring AOP的API介绍

第6章 Spring AOP的API介绍 主要介绍Spring AOP中常用的API。6-1 Spring AOP API的Pointcut、advice概念及应用 映射方法是sa开头的所有方法 如果当前是被锁住&#xff0c;并且方法的名称中包含set&#xff0c;那也就是说我们不希望执行set方法去改变物体本身的属性&#xff0…

图的长宽_华为P50 Pro渲染图曝光:单挖孔屏+超高屏占比

去年下半年&#xff0c;华为发布 Mate 40 旗舰系列&#xff0c;由于麒麟芯片的供应限制以及受到消费者的热捧&#xff0c;Mate 40 系列部分型号至今仍一机难求&#xff1b;此前&#xff0c;有数条爆料曝光了华为新旗舰 P50 系列手机的相关信息&#xff0c;该系列有望在今年上半…

你从未见过的 HTML5 动画效果

HTML5 的 Canvas 对象将改变 JavaScript 的使命&#xff0c;使之成为 HTML5 下强大的动画脚本编写工具。本文介绍了 8 个你从未见过的&#xff0c;基于 HTML5 Canvas 和 JavaScript 的动画&#xff0c;这些令人难以置信的效果将使你对 HTML5 彻底折服。需要指出的是&#xff0c…

在Ubuntu主机下实现与Windows虚拟机共享文件夹

一&#xff0e;概述 由于要实现&#xff35;buntu主机中的一些文件与Windows虚拟机共享&#xff0c;因此要创建一个共享文件夹映射到虚拟机中&#xff0e; 网上许多都是&#xff37;indows主机&#xff0b;&#xff2c;inux虚拟机的配置&#xff0c;在此分享主机是&#xff2c;…