Hello, I'm trying to install Metron 0.5.0-rc2 as an MPack with Amabari. I'm using the following instructions: https://github.com/apache/metron/tree/master/metron-deployment/packaging/ambari/metron-mpack
I'm coming across a "Failed to install package metron-common" error that JonZeolla similarly posted here: https://gist.github.com/JonZeolla/3923f93a3e31c8064c4d77db89431106 Here is the error I'm encountering ----------------------------------------------------- [cid:aaa9d7a7-621d-40e8-a30f-fe484b1943c0] [cid:0e20b0e3-c3cb-49c7-be40-0b6f580e2b22] [cid:b4e0c09c-6963-4e5c-8855-44039670d365] . . resource_management.core.exceptions.ExecutionFailed: Execution of '/usr/bin/yum -d 0 -e 0 -y install metron-common' returned 1. Error: Nothing to do . . Package['metron-common'] {'retry_on_repo_unavailability': False, 'retry_count': 5} 2017-11-16 19:46:26,407 - Installing package metron-common ('/usr/bin/yum -d 0 -e 0 -y install metron-common') 2017-11-16 19:46:27,254 - Execution of '/usr/bin/yum -d 0 -e 0 -y install metron-common' returned 1. Error: Nothing to do 2017-11-16 19:46:27,255 - Failed to install package metron-common. Executing '/usr/bin/yum clean metadata' . . [cid:e2ef95b1-d9bf-4934-9016-325ca6e2104b] ----------------------------------------------------- Anyone know how to resolve this? I'm not sure if this is tied to the problem. When I run "mvn clean package -DskipTests -Pbuild-debs" in /metron-apache-metron-0.5.0-rc2/ the build fails at "metron-debs". When I looked deeper into this it seems that the docker is not able to connect to the internet perform "yum installs". -Ahmed
