0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWSでRedHat OSを用いたHDP環境を構築する際にエラーが返る

Last updated at Posted at 2018-04-16

概要

特定の環境において、AWS EC2のRedhatインスタンスを用いてHDP環境を構築する際にエラーが返る。日本語ドキュメントが少ないので、ドキュメントに残しておく。

環境

  • Red Hat Enterprise Linux 7.5 (HVM), SSD Volume Type を用いたすべてのインスタンスだが、問題の本質は以下の通りデフォルトでは libtirpc-devel が入っていないために、RedHatOSで発生する。

原因

libtirpc-devel というライブラリがないため。

対処

yum-config-manager --enable rhui-REGION-rhel-server-optional
yum install libtirpc-devel

備考

  • Ubuntuで検証したところ特に問題がない。AWS EC2で構築するのであればUbuntu OSでHDPクラスタを構築することをオススメする。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?