I build on mac, and have : -- node v6.10.2 -- npm 3.10.10
for my node versions. On November 22, 2017 at 08:05:02, Simon Elliston Ball ( [email protected]) wrote: Sorry, you’re right, you do need ansible. Make sure the version is EXACTLY the version in the docs. Simon On 22 Nov 2017, at 13:03, Otto Fowler <[email protected]> wrote: You DO need ansible for full_dev deployment. You do need Docker installed and running On November 22, 2017 at 07:51:47, Pawel Bialasiewicz ([email protected]) wrote: Here is the output: platform-info.sh Metron 0.4.2 -- * master -- commit 8022f2c8c4e9018a15a4f04d0a66f8bc0ea653c3 Author: merrimanr <[email protected]> Date: Tue Nov 21 13:46:35 2017 -0600 METRON-1319 Column Metadata REST service should use default indices on empty input (merrimanr) closes apache/metron#843 -- metron-deployment/vagrant/full-dev-platform/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides -- Vagrant 2.0.1 -- Python 2.7.12 -- Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_151, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.4.0-87-generic", arch: "amd64", family: "unix" -- Docker version 1.13.1, build 092cba3 -- node v8.9.1 -- npm 5.5.1 -- Linux visor 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux -- Total System Memory = 15996.9 MB Processor Model: Intel(R) Xeon(R) CPU E3-1220 v5 @ 3.00GHz Processor Speed: 3427.968 MHz Processor Speed: 3443.437 MHz Processor Speed: 3351.210 MHz Processor Speed: 3438.046 MHz Total Physical Processors: 4 Total cores: 16 Disk information: /dev/sda1 219G 20G 189G 10% / This CPU appears to support virtualization On Wed, Nov 22, 2017 at 1:50 PM, [email protected] <[email protected]> wrote: > You will need docker to be installed. In theory this should work across > any *nix distro, but the instructions provided are most thoroughly tested > on macOS endpoints so I always like to clarify. I know in the past I had > some bumps with spinning it up on CentOS just due to lack of testing. > > Can you run this[1] and report back with the output? Thanks, > > 1: https://github.com/apache/metron/blob/master/metron- > deployment/scripts/platform-info.sh > > Jon > > On Wed, Nov 22, 2017 at 7:21 AM Pawel Bialasiewicz <[email protected]> > wrote: > >> Thank you for the answer Zeolla! >> >> As for now lets focus on the vagrant spin up. >> >> Correct me if I'm wrong: the vagrant full-dev install should work on any >> linux distro that has: Vagrant, Virtualbox, Ansible, git, Maven, >> vagrant-hostmanager. >> >> I'm have all of those things installed on a fresh install of Ubuntu 16 >> LTS. And it still crashes with the output that I included in the Issue 1327. >> >> Pawel >> >> >> >> On Wed, Nov 22, 2017 at 1:11 PM, [email protected] <[email protected]> >> wrote: >> >>> It looks like you have two issues - one related to having java_home >>> unset, and one with an old version of npm. >>> >>> I would suggest focusing on the Vagrant spin-up, as it is the easiest to >>> get running. Are you running this on a CentOS 6 machine, or are you >>> referring to the full-dev VM's CentOS 6 OS? Also, you have noted that this >>> affects version 0.4.0, but the latest release is 0.4.1, is that accurate? >>> Have you retried the `vagrant up` after your npm upgrade and a npm` cache >>> clean`? >>> >>> Jon >>> >>> On Wed, Nov 22, 2017 at 7:01 AM Pawel Bialasiewicz <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> >>>> I have been trying to run Metron in many ways and all of the deployment >>>> methods failed: >>>> >>>> >>>> 1) Bare metal –-> [Issue 1320] >>>> >>>> 2) AWS –-> [Issue 1318] >>>> >>>> 3) Vagrant –-> [Issue 1327] >>>> >>>> >>>> So currently I'm out of options. All the deployments methods failed. >>>> >>>> >>>> Is the all of documentation outdated, or maybe I should use a more >>>> specific branch(other then master)? >>>> >>>> >>>> Can somebody confirm that it is currently possible to build >>>> metron-config? It fails for me in every deployment. >>>> >>>> >>>> Any help would be appreciated. >>>> >>> -- >>> >>> Jon >>> >> >> -- > > Jon >
