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

Lewis John McGibbney commented on GORA-73:
------------------------------------------

Options here include

* the code could go in gora-core/src/test with a package name like "ingest".  
Mappings could go in the gora-<store>/test/resources dirs, and have a unit test 
that runs this with accumulo under gora-accumulo. The README can be ported to 
the package docs under gora-core-src/test/index.html. and the script will be 
replaced by a unit test driver and possibly a maven target. 
* Leave over @ GitHub: One nice thing about leaving it at github is that it can 
version independently and release.  I.e. we can easily use the latest version 
of goraci w/ any version of gora.  I have learned this from experience having 
the original test suite being part of accumulo.  On the flip side, the nice 
part about making it part of Accumulo is that was always there out of the box 
for testing.
* Contribute it to BigTop
* goraci will become a part of Gora, it will be way easier to run out of the 
box, and it can be integrated with the unit tests, so that we can run it in CI 
builds in the future. We can put this under /contrib/goraci/ with little changes

Personally I need to do some independant testing before I choose between bullet 
point 1 & 4. There was some changes made to the code over @ GitHub recently 
which begin to open this up to the other datastores but there is still a bit of 
work to be done.

Keith, if we were to pull this into the Gora codebase are you OK with it 
becoming ASLv2.0 licensed?  


                
> Add goraci as contrib
> ---------------------
>
>                 Key: GORA-73
>                 URL: https://issues.apache.org/jira/browse/GORA-73
>             Project: Apache Gora
>          Issue Type: Improvement
>    Affects Versions: 0.2
>            Reporter: Keith Turner
>             Fix For: 0.3
>
>
> Submit goraci as a contrib to gora.
> https://github.com/keith-turner/goraci

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to