[ 
https://issues.apache.org/jira/browse/METRON-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15759859#comment-15759859
 ] 

ASF GitHub Bot commented on METRON-622:
---------------------------------------

Github user kylerichardson commented on the issue:

    https://github.com/apache/incubator-metron/pull/393
  
    @merrimanr I'm super excited about this one! Thanks for your work!
    
    While kicking the tires on it, I did notice something that isn't really a 
bug but got me thinking... The README assumes the developer is using a Mac. I 
personally use Fedora for most of my development and testing of Metron.
    
    In my case, I found that without using docker-machine, the kafkazk service 
did not start up properly due to the use of sed on the DOCKER_HOST variable in 
the Dockerfile to set the advertised.listeners parameter in kafka 
server.properties. I was using the docker-engine on the localhost and thought I 
would avoid the hassle of docker-machine. It was easy enough to solve by 
manually manipulating the server.properties file in the container, but I was 
wondering if this could be avoided somehow?
    
    I assume that had I installed docker-machine and used the provided script 
it would have worked as expected even on Fedora (I'm planning to test that case 
as well), but was curious why the use of the virtualbox driver? Is this a Mac 
specific requirement?
    
    Thanks again for the contribution! I know this will make coding/testing new 
parsers a lot faster.



> Create a Metron Docker Compose application 
> -------------------------------------------
>
>                 Key: METRON-622
>                 URL: https://issues.apache.org/jira/browse/METRON-622
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Ryan Merriman
>
> This is an alternative to the Vagrant quick-dev approach of creating a local 
> Metron environment for development and testing.  It is intended to be leaner 
> and easier to manage.  This compose application will contain separate images 
> for each of the services that Metron depends on as well as the Metron 
> services.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to