Thanks a lot James. Will try that out. Just realised the docker I am referring comes under contrib and not in sync with metron code base.
On Wed, Jul 18, 2018 at 9:28 AM, James Sirota <[email protected]> wrote: > The recommended deployment method for Metron is to build a VM. The > instructions can be found here: https://github.com/apache/ > metron/tree/master/metron-deployment/development/centos6 > > > 05.07.2018, 02:01, "Muhammed Irshad" <[email protected]>: > > Hi All, > > I was trying to setup metron docker in my local machine for development > purpose. I tried the steps mentioned here > <https://metron.apache.org/current-book/metron-contrib/metron-docker/index.html>. > But the command `docker-compose up -d` fails with the below error. I have > tried with both latest master and 0.5.0 release tag source code. But same > issue. What am I doing wrong ? Is the documentation updated ? > > `Step 3/7 : ADD ./es_templates /es_templates > > > ERROR: Service 'elasticsearch' failed to build: ADD failed: stat > /mnt/sda1/var/lib/docker/tmp/docker-builder890591068/es_templates: no > such file or directory ` > > I just commented out the line `ADD ./es_templates /es_templates` in > elasticsearch docker file then this error is gone and new one comes related > to storm. > > 'Step 13/32 : RUN sed -i -e "s/kafka.zk=.*:/kafka.zk=kafkazk:/g" > /usr/metron/$METRON_VERSION/config/enrichment.properties > > ---> Running in 34fe9681481f > sed: can't read /usr/metron/0.5.0/config/enrichment.properties: No such > file or directory > > ERROR: Service 'storm' failed to build: The command '/bin/sh -c sed -i -e > "s/kafka.zk=.*:/kafka.zk=kafkazk:/g" > /usr/metron/$METRON_VERSION/config/enrichment.properties' > returned a non-zero code: 2 > ' > > > -- > Muhammed Irshad K T > Senior Software Engineer > +919447946359 > [email protected] > Skype : muhammed.irshad.k.t > > > > ------------------- > Thank you, > > James Sirota > PMC- Apache Metron > jsirota AT apache DOT org > > -- Muhammed Irshad K T Senior Software Engineer +919447946359 [email protected] Skype : muhammed.irshad.k.t
