hadoop_2_6_1_0_129-hdfs 설치

hadoop_2_6_1_0_129-hdfs 설치

Hadoop 클러스터를 설치해 보세요.

애플리케이션 타임라인 서버 설치에서 오류가 반환되었습니다.

2018-02-26 19:31:49,406 - Installing package hadoop_2_6_1_0_129-hdfs ('/usr/bin/yum -d 0 -e 0 -y install hadoop_2_6_1_0_129-hdfs')
2018-02-26 19:31:51,614 - Execution of '/usr/bin/yum -d 0 -e 0 -y install hadoop_2_6_1_0_129-hdfs' returned 1. Error: Package: hadoop_2_6_1_0_129-hdfs-2.7.3.2.6.1.0-129.x86_64 (HDP-2.6)

서버에서 다음 명령을 실행해 보세요.

 /usr/bin/yum -d 0 -e 0 -y install hadoop_2_6_1_0_129-hdfs
Error: Package: hadoop_2_6_1_0_129-hdfs-2.7.3.2.6.1.0-129.x86_64 (HDP-2.6)
           Requires: libtirpc-devel
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

libtirpc-devel을 찾는 중

yum search libtirpc
Loaded plugins: langpacks, ulninfo
=============================================================================================== N/S matched: libtirpc ===============================================================================================
libtirpc.i686 : Transport Independent RPC Library
libtirpc.x86_64 : Transport Independent RPC Library

설치됨

 yum install libtirpc.i686
Loaded plugins: langpacks, ulninfo
Package libtirpc-0.2.4-0.10.el7.i686 already installed and latest version
Nothing to do

설치를 여러 번 시도했지만 오류가 다시 반환되었습니다.

/usr/bin/yum -d 0 -e 0 -y install hadoop_2_6_1_0_129-hdfs
Error: Package: hadoop_2_6_1_0_129-hdfs-2.7.3.2.6.1.0-129.x86_64 (HDP-2.6)
           Requires: libtirpc-devel
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

또 무엇을 시도해 볼 수 있나요?

답변1

귀하의 출력에서 ​​볼 수 있듯이 libtirpc-develHDP 2.6에는 이 패키지가 필요합니다. libtirpclibtirpc-devel패키지가 다르므로 주의해 주십시오 . 로 검색하실 수 있습니다 yum whatprovides libtirpc-devel. 배포판에 따라 다음이 필요할 수 있습니다.추가 저장소 활성화.

관련 정보