install hadoop_2_6_1_0_129-hdfs

0

tentou instalar o cluster do Hadoop

A instalação do App Timeline Server retornou o erro:

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)

Tentou exceder o comando no servidor:

 /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

Tentou encontrar o 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

instalado

 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

Tentou instalar mais tempo e retornou novamente o erro:

/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

O que mais você pode tentar fazer?

    
por Nikolay Baranenko 26.02.2018 / 18:19

1 resposta

0

Tanto quanto eu posso ver na sua saída, o pacote libtirpc-devel é necessário para o HDP 2.6. Anote por favor que libtirpc e libtirpc-devel são pacotes diferentes. Você poderia procurar por ele, por exemplo, por yum whatprovides libtirpc-devel . Dependendo da sua distribuição, você pode precisar ativar repositórios adicionais .

    
por 01.03.2018 / 19:28