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。ディストリビューションによっては、以下が必要になる場合があります。追加のストレージを有効にする

おすすめ記事