Member since
05-02-2017
1
Post
1
Kudos Received
0
Solutions
05-02-2017
02:30 PM
1 Kudo
I had this problem earlier this month, after many fails, I resolved my problem by running the command below on each nodes of my cluster (ambari-server + ambari-agents) :
sudo yum install ftp://mirror.switch.ch/pool/4/mirror/centos/7.3.1611/os/x86_64/Packages/libtirpc-devel-0.2.4-0.8.el7.x86_64.rpm
I just pick up libtirpc-devel from a FTP repository and yum install it
If this works for you, you will most likely have to remove snappy and reinstal it on each nodes too :
sudo yum remove snappy sudo yum install snappy-devel , ff
... View more