Re: Metron Error in Barematel Installation

2017-10-16 Thread James Sirota
i would do mvn clean before re-running as well to make sure your previous artifacts get cleared out16.10.2017, 04:32, "Simon Elliston Ball" :If you can run again with -X and post the debug output somewhere, we should be able to figure out where the dependency that’s failing is. Simon On 16 Oct 2017

Re: Metron Error in Barematel Installation

2017-10-16 Thread Simon Elliston Ball
If you can run again with -X and post the debug output somewhere, we should be able to figure out where the dependency that’s failing is. Simon > On 16 Oct 2017, at 12:30, Farrukh Naveed Anjum > wrote: > > Used that too but, It seems like as you said some dependency got updated... > and its

Re: Metron Error in Barematel Installation

2017-10-16 Thread Farrukh Naveed Anjum
Used that too but, It seems like as you said some dependency got updated... and its is breaking it. On Mon, Oct 16, 2017 at 4:25 PM, Simon Elliston Ball < si...@simonellistonball.com> wrote: > This looks like an error in the frontend build. Sometimes this is > transient (problems downloading npm

Re: Metron Error in Barematel Installation

2017-10-16 Thread Simon Elliston Ball
This looks like an error in the frontend build. Sometimes this is transient (problems downloading npm packages) so a retry may help. However, we really should be looking at pinning the dependency versions, as this can also be caused by third-party npm packages being updated in the wild and break

Metron Error in Barematel Installation

2017-10-16 Thread Farrukh Naveed Anjum
Hi, I am experience error during build. Mean while following 0.4.1 Installation. Any help will be appericated *cd metron* *mvn clean package -DskipTests=true -Dlicense.skip=true -Drat.numUnapprovedLicenses=100 -T 2C -P HDP-2.5.0.0,mpack* https://cwiki.apache.org/confluence/display/METRON/Metron