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

ASF GitHub Bot commented on RYA-448:
------------------------------------

GitHub user kchilton2 opened a pull request:

    https://github.com/apache/incubator-rya/pull/268

    RYA-448

    ## Description
    Added configuration XML file parsing logic and a template configuration 
file to the project.
    
    ### Tests
    Added unit tests.
    
    ### Links
    https://issues.apache.org/jira/browse/RYA-448

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kchilton2/incubator-rya RYA-448

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/268.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #268
    
----
commit 38aaa8c4dd8976af643ad565f72cfb597ddb3f74
Author: Andrew Smith <smith3at@...>
Date:   2018-01-16T17:39:34Z

    RYA-446 Daemonifying Query Manager

commit df706333ce9a7cc33cc6c295bb772dc0a525fdb9
Author: Andrew Smith <smith3at@...>
Date:   2018-01-18T22:51:40Z

    RYA-449 Create QueryChangeLogSource

commit 85ca041e409d6904dfae3547f716188b85dac177
Author: Andrew Smith <smith3at@...>
Date:   2018-01-19T20:43:55Z

    Rya 454 added QueryExecutor interface

commit 815853adcdd869a2409c0336021b0987fbff72bc
Author: kchilton2 <kevin.e.chilton@...>
Date:   2018-01-22T21:18:22Z

    RYA-448 Implement JAXB marshalling code for the Query Manager's XML 
configuration file.

----


> Implement query manager xml configuration marshaling code
> ---------------------------------------------------------
>
>                 Key: RYA-448
>                 URL: https://issues.apache.org/jira/browse/RYA-448
>             Project: Rya
>          Issue Type: Sub-task
>            Reporter: Andrew Smith
>            Assignee: Kevin Chilton
>            Priority: Major
>
>  
> {code:java}
> <QueryManager>
>   <QueryChangeLogSources>
>     <QueryChangeLogSource>
>       <kafka>
>         <hostname>[HOSTNAME]</hostname>
>         <port>[PORT]</port>
>       </kafka>
>     </QueryChangeLogSource>
>     <QueryChangeLogSource>
>       ... <!-- could be not kafka -->
>     </QueryChangeLogSource>
>   </QueryChangeLogSources>
>   <PerformanceTunning>
>     <QueryChanngeLogDiscoveryPeriod>
>       <value>1</value>
>       <units>MINUTES</units>
>     </QueryChanngeLogDiscoveryPeriod>
>   </PerformanceTunning>
> </QueryManager>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to