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

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

Github user merrimanr commented on the issue:

    https://github.com/apache/incubator-metron/pull/316
  
    The latest commit includes removing MySQL as the security credential store 
and replacing with H2.  I also updated the documentation with instructions on 
configuring a production database (like MySQL) for this purpose.
    
    Unit and integration tests are passing.  I tested this on both the 
metron-docker and Quick Dev environment.  This can be tested on metron-docker 
with the spring boot maven plugin and docker profile:
    
    //navigate to metron-rest
    mvn spring-boot:run -Drun.profiles=docker,dev
    
    I also added a vagrant profile for testing on Quick Dev.  To test this on 
Quick Dev, scp the metron-rest archive to node1 and extract the archive.   Then 
start the application with the vagrant profile and change the port so that it 
doesn't conflict with Ambari:
    
    java -jar ./lib/metron-rest-0.3.0.jar --spring.profiles.active=vagrant,dev 
--server.port=8082
    
    I did a fairly comprehensive tests and all endpoints are working.  Once we 
are satisfied with this I will take another pass and fix the minor style issues 
(spacing, adherence to checkstyle, etc).


> Metron REST API
> ---------------
>
>                 Key: METRON-503
>                 URL: https://issues.apache.org/jira/browse/METRON-503
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Ryan Merriman
>            Assignee: Ryan Merriman
>         Attachments: Metron REST API.docx
>
>
> As discussed on the dev list ([DISCUSS] Metron REST API Requirements), this 
> Jira includes adding a REST API to Metron.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to