Re: Building Metron with Vagrant from Master Branch on Mac OS X using SOLR

2018-10-24 Thread Scott Cote
Thank you for your help now and earlier with Ward :) The talk at Activate went off very smooth - am looking forward to digging in. Your summary => I think that was the gist of it. Not sure if its a mac problem or not, but don't leave out the brew upgrade of openssl and the setting of those envi

Re: Building Metron with Vagrant from Master Branch on Mac OS X using SOLR

2018-10-24 Thread Michael Miklavcic
Thanks for the feedback Scott. I see 3 categories: 1. Some setup and prereq doc clarification for newcomers, e.g. need for xcode install, clarify doc version compatibility 2. Added details for configuring Solr instead of ES 3. Some added details around self-help on debugging the install, e.g. enabl

Building Metron with Vagrant from Master Branch on Mac OS X using SOLR

2018-10-24 Thread Scott Cote
Hello Fellow Metronites: As I explored my very first setup of Metron for the vagrant install, I ran into a few hiccups. I have listed below a summary of a rather long email with the details broken out. Apologies for the lengthiness. 1. Hiccups while performing the pip install ansible step 2.

Re: Build Errors

2018-10-24 Thread Otto Fowler
You can look at the metron-builder role in metron-deployment/ansible to see how the referenced vagrant machine is built On October 24, 2018 at 11:34:11, Michael Miklavcic ( michael.miklav...@gmail.com) wrote: Hi David, building the RPMs requires building full Metron first. Switch to the root pro

Re: Build Errors

2018-10-24 Thread Michael Miklavcic
Hi David, building the RPMs requires building full Metron first. Switch to the root project directory for Metron and run "mvn clean install" from there. It will build and test all modules which are then able to be bundled up with RPM. You might also check out this page for some options on deploymen

Build Errors

2018-10-24 Thread David Auclair
I'm trying to build Metron and encountering some build errors. Build environment is CentOS7 (minimal install), configured according to the following: https://cwiki.apache.org/confluence/display/METRON/Metron+0.4.1+with+HDP+2.5+bare-metal+install+on+Centos+7+with+MariaDB+for+Metron+REST And runni