[GitHub] incubator-rya pull request #306: Repsynch updating child

2018-10-03 Thread isper3at
Github user isper3at closed the pull request at:

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


---


[GitHub] incubator-rya pull request #306: Repsynch updating child

2018-10-03 Thread isper3at
GitHub user isper3at opened a pull request:

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

Repsynch updating child

## Description
>What Changed?

Each type of rep/synch is its own runnable now to be more thread safe.
A GUI tool was created as an entry point into rep/synch instead of CLI.

### Tests
>Coverage?

updated the tests.

### Links

### Checklist
- [ ] Code Review
- [x] Squash Commits

 People To Reivew
@kchilton2 
@pujav65 
@ejwhite922 


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

$ git pull https://github.com/isper3at/incubator-rya repsynch_updatingChild

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

https://github.com/apache/incubator-rya/pull/306.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 #306


commit 04a4910ee01d924abb3f1ac187a666f3a2433a6f
Author: Andrew Smith 
Date:   2018-06-26T16:38:34Z

Fixes made the Merge Tool

Conflicts:
dao/mongodb.rya/src/main/java/org/apache/rya/mongodb/MongoDBRyaDAO.java

extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/MergeDriverClient.java

extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/conf/MergeConfigHadoopAdapter.java

extras/rya.export/export.client/src/main/java/org/apache/rya/export/client/merge/MemoryTimeMerger.java

commit c6dbc8ce21fc33d613076aa148f6a8dbd24f3438
Author: Andrew Smith 
Date:   2018-09-18T19:21:57Z

Add rep-synch functionality

The parent can now refresh/synch the child.
Added GUI entry point into the rep/synch tool.
The functionality is now more thread safe.




---