cloudera HUE의 메타스토어로 Mysql을 설치해야 합니다.
하지만 해당 머신에서는 MariaDB가 해당 머신에 있는 것 같습니다. yum
설치 하곤 했는데
yum install mysql-community-server
이 오류가 발생합니다.
Error: Package: MySQL-python-1.2.3-11.el7.x86_64 (@centos)
Requires: libmysqlclient.so.18(libmysqlclient_18)(64bit)
Removing: 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 (@centos)
libmysqlclient.so.18(libmysqlclient_18)(64bit)
Obsoleted By: mysql-community-libs-5.7.12-1.el6.x86_64 (mysql57-commu nity)
Not found
Error: Package: MySQL-python-1.2.3-11.el7.x86_64 (@centos)
Requires: libmysqlclient.so.18()(64bit)
Removing: 1:mariadb-libs-5.5.44-2.el7.centos.x86_64 (@centos)
libmysqlclient.so.18()(64bit)
Obsoleted By: mysql-community-libs-5.7.12-1.el6.x86_64 (mysql57-commu nity)
~libmysqlclient.so.20()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
하지만 Cloudera에서는 mariadb-libs가 필요하기 때문에 제거할 수 없습니다.
누가 조언 좀 해주세요.
감사해요.