Re: Unable to build Metron, stuck at rpm-docker

2017-05-03 Thread Laurens Vets
I "fixed" it by disabling selinux... On 2017-05-03 08:33, Laurens Vets wrote: Hi List, I'm following this guide: https://cwiki.apache.org/confluence/display/METRON/Metron+with+HDP+2.5+bare-metal+install and Maven seems to fail after this: "cd metron-deployment/packaging/docker/rpm-docker" "mvn

Re: Unable to build Metron, stuck at rpm-docker

2017-05-03 Thread Nick Allen
Did the command before that one run successfully? The one that looks like the following. cd incubator-metron mvn clean install -DskipTests -PHDP-2.5.0.0 I don't think you need to run the command that is failing you at all. I would think you already have the RPMs built. Can you run a command

Unable to build Metron, stuck at rpm-docker

2017-05-03 Thread Laurens Vets
Hi List, I'm following this guide: https://cwiki.apache.org/confluence/display/METRON/Metron+with+HDP+2.5+bare-metal+install and Maven seems to fail after this: "cd metron-deployment/packaging/docker/rpm-docker" "mvn clean install -DskipTests -PHDP-2.5.0.0" Removing intermediate container