You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/01 21:18:11 UTC

[jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

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

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

GitHub user amihalik opened a pull request:

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

    RYA-7 POM and License Clean-up for Apache Move

    Numerous POM and License Mods:
     - Make the apache pom the parent
     - Depend on Apache releases for Hadoop and ZooKeeper
     - Updated to most recent bug-fix release for dependencies
     - Moved Deps to Parent POM
     - Change groupId from mvn.rya to org.apache.rya
     - Set proper names for each maven module
     - Fix SCM block in parent pom
     - Remove Dead/CB Projects
     - Remove Extra Repos/Profiles
     - Moved rya.sail.impl to rya.sail

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

    $ git pull https://github.com/amihalik/incubator-rya mihalik/RYA-7

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

    https://github.com/apache/incubator-rya/pull/2.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 #2
    
----
commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
Author: Aaron Mihalik <mi...@alum.mit.edu>
Date:   2015-12-01T20:11:17Z

    RYA-7 POM and License Clean-up for Apache Move
    
    Numerous POM and License Mods:
     - Make the apache pom the parent
     - Depend on Apache releases for Hadoop and ZooKeeper
     - Updated to most recent bug-fix release for dependencies
     - Moved Deps to Parent POM
     - Change groupId from mvn.rya to org.apache.rya
     - Set proper names for each maven module
     - Fix SCM block in parent pom
     - Remove Dead/CB Projects
     - Remove Extra Repos/Profiles
     - Moved rya.sail.impl to rya.sail

----


> Various pom cleanups for the Apache move
> ----------------------------------------
>
>                 Key: RYA-7
>                 URL: https://issues.apache.org/jira/browse/RYA-7
>             Project: Rya
>          Issue Type: Task
>            Reporter: Josh Elser
>            Assignee: Aaron Mihalik
>             Fix For: 3.2.10
>
>
> In working on RYA-5, I noticed a few things in the pom that I believe should be taken care of before a release.
> * Make the apache pom the parent (see https://maven.apache.org/pom/asf/)
> * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> * Make sure we're depending on the most recent bug-fix release for dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for consistency with other Maven-based ASF projects
> * Set proper names for each maven module (instead of groupid.artifact). This isn't as critical to change for a release, but just is an easy thing to improve.
> * Fix SCM block in parent pom (points to incorrect repository).



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

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by "Aaron D. Mihalik" <aa...@gmail.com>.
The next steps are for the committers or anyone with a vested interest to
look at the pull request and make comments on the github page. I will
address any comments that are made on that page (or on the dev list).

Since David and Puja work down the hall from me, I asked them to take a
look at it offline. When we get more contributors, I'll ask more people
take a look at the PRs.

Specifically, I asked Puja and David because Puja is a committer and has a
strong interest in the changes and David literally made some of the changes
in the PR (and I wanted to make sure I captured all of them correctly.)

Normally, as a Committer, I would pull in the PR once the other committers
were satisfied. But I'd rather have somebody else do it this time. I'd like
them go through the steps I listed on the confluence page.

--Aaron



On Tue, Dec 1, 2015 at 8:52 PM Adina Crainiceanu <ad...@usna.edu> wrote:

> So we should review each pull request, even from committers, but what are
> the steps of the review?
>
> On Tue, Dec 1, 2015 at 4:34 PM, Lotts, David <Da...@parsons.com>
> wrote:
>
> > I'm reviewing it, but others should also.  This is a big one, and I'm not
> > familiar with testing everything.
> > david.
> >
> > -----Original Message-----
> > From: Puja Valiyil [mailto:pujav65@gmail.com]
> > Sent: Tuesday, December 01, 2015 4:26 PM
> > To: dev@rya.incubator.apache.org
> > Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the
> > Apache move
> >
> > What's the process we're following here?  Should someone other than Aaron
> > review it, or can he merge the pull request directly?
> > Also I created a bug against Rya backed by Mongo DB -- I put the
> component
> > as "mongodao".
> >
> > On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
> > wrote:
> >
> > >
> > >     [
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
> > > _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
> > > bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
> > > D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
> > > 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
> > > p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
> > > ]
> > >
> > > ASF GitHub Bot commented on RYA-7:
> > > ----------------------------------
> > >
> > > GitHub user amihalik opened a pull request:
> > >
> > >
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > > _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
> > > IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
> > > 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
> > > 27o23o&e=
> > >
> > >     RYA-7 POM and License Clean-up for Apache Move
> > >
> > >     Numerous POM and License Mods:
> > >      - Make the apache pom the parent
> > >      - Depend on Apache releases for Hadoop and ZooKeeper
> > >      - Updated to most recent bug-fix release for dependencies
> > >      - Moved Deps to Parent POM
> > >      - Change groupId from mvn.rya to org.apache.rya
> > >      - Set proper names for each maven module
> > >      - Fix SCM block in parent pom
> > >      - Remove Dead/CB Projects
> > >      - Remove Extra Repos/Profiles
> > >      - Moved rya.sail.impl to rya.sail
> > >
> > > You can merge this pull request into a Git repository by running:
> > >
> > >     $ git pull
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
> > > ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
> > > q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
> > > WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
> > > M&e=  mihalik/RYA-7
> > >
> > > Alternatively you can review and apply these changes as the patch at:
> > >
> > >
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > > _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
> > > 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
> > > rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
> > > W5VXcUYLsZ80&e=
> > >
> > > To close this pull request, make a commit to your master/trunk branch
> > > with (at least) the following in the commit message:
> > >
> > >     This closes #2
> > >
> > > ----
> > > commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> > > Author: Aaron Mihalik <mi...@alum.mit.edu>
> > > Date:   2015-12-01T20:11:17Z
> > >
> > >     RYA-7 POM and License Clean-up for Apache Move
> > >
> > >     Numerous POM and License Mods:
> > >      - Make the apache pom the parent
> > >      - Depend on Apache releases for Hadoop and ZooKeeper
> > >      - Updated to most recent bug-fix release for dependencies
> > >      - Moved Deps to Parent POM
> > >      - Change groupId from mvn.rya to org.apache.rya
> > >      - Set proper names for each maven module
> > >      - Fix SCM block in parent pom
> > >      - Remove Dead/CB Projects
> > >      - Remove Extra Repos/Profiles
> > >      - Moved rya.sail.impl to rya.sail
> > >
> > > ----
> > >
> > >
> > > > Various pom cleanups for the Apache move
> > > > ----------------------------------------
> > > >
> > > >                 Key: RYA-7
> > > >                 URL:
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e=
> > > >             Project: Rya
> > > >          Issue Type: Task
> > > >            Reporter: Josh Elser
> > > >            Assignee: Aaron Mihalik
> > > >             Fix For: 3.2.10
> > > >
> > > >
> > > > In working on RYA-5, I noticed a few things in the pom that I
> > > > believe
> > > should be taken care of before a release.
> > > > * Make the apache pom the parent (see
> > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
> > > > g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
> > > > ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
> > > > 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
> > > > e= )
> > > > * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> > > > * Make sure we're depending on the most recent bug-fix release for
> > > dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> > > > * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for
> > > > consistency
> > > with other Maven-based ASF projects
> > > > * Set proper names for each maven module (instead of
> groupid.artifact).
> > > This isn't as critical to change for a release, but just is an easy
> > > thing to improve.
> > > > * Fix SCM block in parent pom (points to incorrect repository).
> > >
> > >
> > >
> > > --
> > > This message was sent by Atlassian JIRA
> > > (v6.3.4#6332)
> > >
> >
>
>
>
> --
> Dr. Adina Crainiceanu
> http://www.usna.edu/Users/cs/adina/
>

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by Adina Crainiceanu <ad...@usna.edu>.
To give my opinion on Puja's comment: I think the process you described is
OK and transparent enough. Add to it leaving a comment on Jira maybe (or on
the github comments page for the request) that the request was actually
reviewed and maybe what the reviewer did (looked at the code, tested the
code, etc)

On Tue, Dec 1, 2015 at 9:20 PM, Aaron D. Mihalik <aa...@gmail.com>
wrote:

> And yes. You should consider looking at PRs even if it is from a committer.
> If a committer puts up a PR, it's implied that it's a nontrivial change and
> they would like someone to double check it.
>
> In the case of RYA-7, I deleted a number of projects that were "dead
> projects." These projects weren't referenced from any other POM and in
> other discussions it seemed like these projects were not worth keeping
> around. If you see something missing, please let me know.
>
> Specifically, here are the dead subprojects that I removed:
>
> dao\cloudbase.rya\
> extras\cloudbase.rya.giraph\
> extras\generic.mr
> extras\rya.geo
> iterators\accumulo.iterators *
> iterators\cloudbase.iterators
> pig\cloudbase.pig
> sail\sail.impl (move it up a level to just "sail")
> utils\cloudebase.utils\
> partition\common-query (2.0.0-SNAPSHOT)
> partition\common-query-ext (1.0.0-SNAPSHOT)
> partition\iterator-test (0.2.0-SNAPSHOT)
> partition\mr.partition.rdf (1.0.0-SNAPSHOT)
> partition\partition.rdf (1.0.0-SNAPSHOT)
> partition\web.partition.rdf (1.0.0-SNAPSHOT)
>
> * There was one iterator here, and it worked enough like the
> TimestampFilter Iterator that I didn't think it was worth keeping.
>
> --Aaron
>
> On Tue, Dec 1, 2015 at 8:58 PM Puja Valiyil <pu...@gmail.com> wrote:
>
> > That was what I was getting at.  On github I would look it over, put any
> > comments I had, and then push it to Roshan or Aaron if it was
> controversial
> > or if I wasn't familiar with the projects being affected.  If it wasn't
> > controversial, I would just merge the request.  I'm not sure if that's
> > transparent enough though.
> >
> > Sent from my iPad
> >
> > > On Dec 1, 2015, at 8:52 PM, Adina Crainiceanu <ad...@usna.edu> wrote:
> > >
> > > So we should review each pull request, even from committers, but what
> are
> > > the steps of the review?
> > >
> > > On Tue, Dec 1, 2015 at 4:34 PM, Lotts, David <Da...@parsons.com>
> > > wrote:
> > >
> > >> I'm reviewing it, but others should also.  This is a big one, and I'm
> > not
> > >> familiar with testing everything.
> > >> david.
> > >>
> > >> -----Original Message-----
> > >> From: Puja Valiyil [mailto:pujav65@gmail.com]
> > >> Sent: Tuesday, December 01, 2015 4:26 PM
> > >> To: dev@rya.incubator.apache.org
> > >> Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the
> > >> Apache move
> > >>
> > >> What's the process we're following here?  Should someone other than
> > Aaron
> > >> review it, or can he merge the pull request directly?
> > >> Also I created a bug against Rya backed by Mongo DB -- I put the
> > component
> > >> as "mongodao".
> > >>
> > >> On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <
> jira@apache.org>
> > >> wrote:
> > >>
> > >>>
> > >>>    [
> > >>>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
> > >>>
> _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
> > >>>
> bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
> > >>>
> D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
> > >>>
> 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
> > >>> p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
> > >>> ]
> > >>>
> > >>> ASF GitHub Bot commented on RYA-7:
> > >>> ----------------------------------
> > >>>
> > >>> GitHub user amihalik opened a pull request:
> > >>>
> > >>>
> > >>>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > >>>
> _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
> > >>>
> IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
> > >>>
> 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
> > >>> 27o23o&e=
> > >>>
> > >>>    RYA-7 POM and License Clean-up for Apache Move
> > >>>
> > >>>    Numerous POM and License Mods:
> > >>>     - Make the apache pom the parent
> > >>>     - Depend on Apache releases for Hadoop and ZooKeeper
> > >>>     - Updated to most recent bug-fix release for dependencies
> > >>>     - Moved Deps to Parent POM
> > >>>     - Change groupId from mvn.rya to org.apache.rya
> > >>>     - Set proper names for each maven module
> > >>>     - Fix SCM block in parent pom
> > >>>     - Remove Dead/CB Projects
> > >>>     - Remove Extra Repos/Profiles
> > >>>     - Moved rya.sail.impl to rya.sail
> > >>>
> > >>> You can merge this pull request into a Git repository by running:
> > >>>
> > >>>    $ git pull
> > >>>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
> > >>>
> ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
> > >>>
> q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
> > >>>
> WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
> > >>> M&e=  mihalik/RYA-7
> > >>>
> > >>> Alternatively you can review and apply these changes as the patch at:
> > >>>
> > >>>
> > >>>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > >>>
> _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
> > >>>
> 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
> > >>>
> rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
> > >>> W5VXcUYLsZ80&e=
> > >>>
> > >>> To close this pull request, make a commit to your master/trunk branch
> > >>> with (at least) the following in the commit message:
> > >>>
> > >>>    This closes #2
> > >>>
> > >>> ----
> > >>> commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> > >>> Author: Aaron Mihalik <mi...@alum.mit.edu>
> > >>> Date:   2015-12-01T20:11:17Z
> > >>>
> > >>>    RYA-7 POM and License Clean-up for Apache Move
> > >>>
> > >>>    Numerous POM and License Mods:
> > >>>     - Make the apache pom the parent
> > >>>     - Depend on Apache releases for Hadoop and ZooKeeper
> > >>>     - Updated to most recent bug-fix release for dependencies
> > >>>     - Moved Deps to Parent POM
> > >>>     - Change groupId from mvn.rya to org.apache.rya
> > >>>     - Set proper names for each maven module
> > >>>     - Fix SCM block in parent pom
> > >>>     - Remove Dead/CB Projects
> > >>>     - Remove Extra Repos/Profiles
> > >>>     - Moved rya.sail.impl to rya.sail
> > >>>
> > >>> ----
> > >>>
> > >>>
> > >>>> Various pom cleanups for the Apache move
> > >>>> ----------------------------------------
> > >>>>
> > >>>>                Key: RYA-7
> > >>>>                URL:
> > >>
> >
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e=
> > >>>>            Project: Rya
> > >>>>         Issue Type: Task
> > >>>>           Reporter: Josh Elser
> > >>>>           Assignee: Aaron Mihalik
> > >>>>            Fix For: 3.2.10
> > >>>>
> > >>>>
> > >>>> In working on RYA-5, I noticed a few things in the pom that I
> > >>>> believe
> > >>> should be taken care of before a release.
> > >>>> * Make the apache pom the parent (see
> > >>>>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
> > >>>> g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
> > >>>> ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
> > >>>> 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
> > >>>> e= )
> > >>>> * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> > >>>> * Make sure we're depending on the most recent bug-fix release for
> > >>> dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> > >>>> * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for
> > >>>> consistency
> > >>> with other Maven-based ASF projects
> > >>>> * Set proper names for each maven module (instead of
> > groupid.artifact).
> > >>> This isn't as critical to change for a release, but just is an easy
> > >>> thing to improve.
> > >>>> * Fix SCM block in parent pom (points to incorrect repository).
> > >>>
> > >>>
> > >>>
> > >>> --
> > >>> This message was sent by Atlassian JIRA
> > >>> (v6.3.4#6332)
> > >
> > >
> > >
> > > --
> > > Dr. Adina Crainiceanu
> > > http://www.usna.edu/Users/cs/adina/
> >
>



-- 
Dr. Adina Crainiceanu
http://www.usna.edu/Users/cs/adina/

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by "Aaron D. Mihalik" <aa...@gmail.com>.
And yes. You should consider looking at PRs even if it is from a committer.
If a committer puts up a PR, it's implied that it's a nontrivial change and
they would like someone to double check it.

In the case of RYA-7, I deleted a number of projects that were "dead
projects." These projects weren't referenced from any other POM and in
other discussions it seemed like these projects were not worth keeping
around. If you see something missing, please let me know.

Specifically, here are the dead subprojects that I removed:

dao\cloudbase.rya\
extras\cloudbase.rya.giraph\
extras\generic.mr
extras\rya.geo
iterators\accumulo.iterators *
iterators\cloudbase.iterators
pig\cloudbase.pig
sail\sail.impl (move it up a level to just "sail")
utils\cloudebase.utils\
partition\common-query (2.0.0-SNAPSHOT)
partition\common-query-ext (1.0.0-SNAPSHOT)
partition\iterator-test (0.2.0-SNAPSHOT)
partition\mr.partition.rdf (1.0.0-SNAPSHOT)
partition\partition.rdf (1.0.0-SNAPSHOT)
partition\web.partition.rdf (1.0.0-SNAPSHOT)

* There was one iterator here, and it worked enough like the
TimestampFilter Iterator that I didn't think it was worth keeping.

--Aaron

On Tue, Dec 1, 2015 at 8:58 PM Puja Valiyil <pu...@gmail.com> wrote:

> That was what I was getting at.  On github I would look it over, put any
> comments I had, and then push it to Roshan or Aaron if it was controversial
> or if I wasn't familiar with the projects being affected.  If it wasn't
> controversial, I would just merge the request.  I'm not sure if that's
> transparent enough though.
>
> Sent from my iPad
>
> > On Dec 1, 2015, at 8:52 PM, Adina Crainiceanu <ad...@usna.edu> wrote:
> >
> > So we should review each pull request, even from committers, but what are
> > the steps of the review?
> >
> > On Tue, Dec 1, 2015 at 4:34 PM, Lotts, David <Da...@parsons.com>
> > wrote:
> >
> >> I'm reviewing it, but others should also.  This is a big one, and I'm
> not
> >> familiar with testing everything.
> >> david.
> >>
> >> -----Original Message-----
> >> From: Puja Valiyil [mailto:pujav65@gmail.com]
> >> Sent: Tuesday, December 01, 2015 4:26 PM
> >> To: dev@rya.incubator.apache.org
> >> Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the
> >> Apache move
> >>
> >> What's the process we're following here?  Should someone other than
> Aaron
> >> review it, or can he merge the pull request directly?
> >> Also I created a bug against Rya backed by Mongo DB -- I put the
> component
> >> as "mongodao".
> >>
> >> On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
> >> wrote:
> >>
> >>>
> >>>    [
> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
> >>> _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
> >>> bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
> >>> D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
> >>> 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
> >>> p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
> >>> ]
> >>>
> >>> ASF GitHub Bot commented on RYA-7:
> >>> ----------------------------------
> >>>
> >>> GitHub user amihalik opened a pull request:
> >>>
> >>>
> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> >>> _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
> >>> IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
> >>> 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
> >>> 27o23o&e=
> >>>
> >>>    RYA-7 POM and License Clean-up for Apache Move
> >>>
> >>>    Numerous POM and License Mods:
> >>>     - Make the apache pom the parent
> >>>     - Depend on Apache releases for Hadoop and ZooKeeper
> >>>     - Updated to most recent bug-fix release for dependencies
> >>>     - Moved Deps to Parent POM
> >>>     - Change groupId from mvn.rya to org.apache.rya
> >>>     - Set proper names for each maven module
> >>>     - Fix SCM block in parent pom
> >>>     - Remove Dead/CB Projects
> >>>     - Remove Extra Repos/Profiles
> >>>     - Moved rya.sail.impl to rya.sail
> >>>
> >>> You can merge this pull request into a Git repository by running:
> >>>
> >>>    $ git pull
> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
> >>> ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
> >>> q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
> >>> WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
> >>> M&e=  mihalik/RYA-7
> >>>
> >>> Alternatively you can review and apply these changes as the patch at:
> >>>
> >>>
> >>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> >>> _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
> >>> 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
> >>> rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
> >>> W5VXcUYLsZ80&e=
> >>>
> >>> To close this pull request, make a commit to your master/trunk branch
> >>> with (at least) the following in the commit message:
> >>>
> >>>    This closes #2
> >>>
> >>> ----
> >>> commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> >>> Author: Aaron Mihalik <mi...@alum.mit.edu>
> >>> Date:   2015-12-01T20:11:17Z
> >>>
> >>>    RYA-7 POM and License Clean-up for Apache Move
> >>>
> >>>    Numerous POM and License Mods:
> >>>     - Make the apache pom the parent
> >>>     - Depend on Apache releases for Hadoop and ZooKeeper
> >>>     - Updated to most recent bug-fix release for dependencies
> >>>     - Moved Deps to Parent POM
> >>>     - Change groupId from mvn.rya to org.apache.rya
> >>>     - Set proper names for each maven module
> >>>     - Fix SCM block in parent pom
> >>>     - Remove Dead/CB Projects
> >>>     - Remove Extra Repos/Profiles
> >>>     - Moved rya.sail.impl to rya.sail
> >>>
> >>> ----
> >>>
> >>>
> >>>> Various pom cleanups for the Apache move
> >>>> ----------------------------------------
> >>>>
> >>>>                Key: RYA-7
> >>>>                URL:
> >>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e=
> >>>>            Project: Rya
> >>>>         Issue Type: Task
> >>>>           Reporter: Josh Elser
> >>>>           Assignee: Aaron Mihalik
> >>>>            Fix For: 3.2.10
> >>>>
> >>>>
> >>>> In working on RYA-5, I noticed a few things in the pom that I
> >>>> believe
> >>> should be taken care of before a release.
> >>>> * Make the apache pom the parent (see
> >>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
> >>>> g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
> >>>> ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
> >>>> 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
> >>>> e= )
> >>>> * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> >>>> * Make sure we're depending on the most recent bug-fix release for
> >>> dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> >>>> * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for
> >>>> consistency
> >>> with other Maven-based ASF projects
> >>>> * Set proper names for each maven module (instead of
> groupid.artifact).
> >>> This isn't as critical to change for a release, but just is an easy
> >>> thing to improve.
> >>>> * Fix SCM block in parent pom (points to incorrect repository).
> >>>
> >>>
> >>>
> >>> --
> >>> This message was sent by Atlassian JIRA
> >>> (v6.3.4#6332)
> >
> >
> >
> > --
> > Dr. Adina Crainiceanu
> > http://www.usna.edu/Users/cs/adina/
>

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by Puja Valiyil <pu...@gmail.com>.
That was what I was getting at.  On github I would look it over, put any comments I had, and then push it to Roshan or Aaron if it was controversial or if I wasn't familiar with the projects being affected.  If it wasn't controversial, I would just merge the request.  I'm not sure if that's transparent enough though.  

Sent from my iPad

> On Dec 1, 2015, at 8:52 PM, Adina Crainiceanu <ad...@usna.edu> wrote:
> 
> So we should review each pull request, even from committers, but what are
> the steps of the review?
> 
> On Tue, Dec 1, 2015 at 4:34 PM, Lotts, David <Da...@parsons.com>
> wrote:
> 
>> I'm reviewing it, but others should also.  This is a big one, and I'm not
>> familiar with testing everything.
>> david.
>> 
>> -----Original Message-----
>> From: Puja Valiyil [mailto:pujav65@gmail.com]
>> Sent: Tuesday, December 01, 2015 4:26 PM
>> To: dev@rya.incubator.apache.org
>> Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the
>> Apache move
>> 
>> What's the process we're following here?  Should someone other than Aaron
>> review it, or can he merge the pull request directly?
>> Also I created a bug against Rya backed by Mongo DB -- I put the component
>> as "mongodao".
>> 
>> On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
>> wrote:
>> 
>>> 
>>>    [
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
>>> _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
>>> bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
>>> D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
>>> 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
>>> p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
>>> ]
>>> 
>>> ASF GitHub Bot commented on RYA-7:
>>> ----------------------------------
>>> 
>>> GitHub user amihalik opened a pull request:
>>> 
>>> 
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
>>> _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
>>> IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
>>> 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
>>> 27o23o&e=
>>> 
>>>    RYA-7 POM and License Clean-up for Apache Move
>>> 
>>>    Numerous POM and License Mods:
>>>     - Make the apache pom the parent
>>>     - Depend on Apache releases for Hadoop and ZooKeeper
>>>     - Updated to most recent bug-fix release for dependencies
>>>     - Moved Deps to Parent POM
>>>     - Change groupId from mvn.rya to org.apache.rya
>>>     - Set proper names for each maven module
>>>     - Fix SCM block in parent pom
>>>     - Remove Dead/CB Projects
>>>     - Remove Extra Repos/Profiles
>>>     - Moved rya.sail.impl to rya.sail
>>> 
>>> You can merge this pull request into a Git repository by running:
>>> 
>>>    $ git pull
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
>>> ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
>>> q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
>>> WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
>>> M&e=  mihalik/RYA-7
>>> 
>>> Alternatively you can review and apply these changes as the patch at:
>>> 
>>> 
>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
>>> _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
>>> 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
>>> rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
>>> W5VXcUYLsZ80&e=
>>> 
>>> To close this pull request, make a commit to your master/trunk branch
>>> with (at least) the following in the commit message:
>>> 
>>>    This closes #2
>>> 
>>> ----
>>> commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
>>> Author: Aaron Mihalik <mi...@alum.mit.edu>
>>> Date:   2015-12-01T20:11:17Z
>>> 
>>>    RYA-7 POM and License Clean-up for Apache Move
>>> 
>>>    Numerous POM and License Mods:
>>>     - Make the apache pom the parent
>>>     - Depend on Apache releases for Hadoop and ZooKeeper
>>>     - Updated to most recent bug-fix release for dependencies
>>>     - Moved Deps to Parent POM
>>>     - Change groupId from mvn.rya to org.apache.rya
>>>     - Set proper names for each maven module
>>>     - Fix SCM block in parent pom
>>>     - Remove Dead/CB Projects
>>>     - Remove Extra Repos/Profiles
>>>     - Moved rya.sail.impl to rya.sail
>>> 
>>> ----
>>> 
>>> 
>>>> Various pom cleanups for the Apache move
>>>> ----------------------------------------
>>>> 
>>>>                Key: RYA-7
>>>>                URL:
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e=
>>>>            Project: Rya
>>>>         Issue Type: Task
>>>>           Reporter: Josh Elser
>>>>           Assignee: Aaron Mihalik
>>>>            Fix For: 3.2.10
>>>> 
>>>> 
>>>> In working on RYA-5, I noticed a few things in the pom that I
>>>> believe
>>> should be taken care of before a release.
>>>> * Make the apache pom the parent (see
>>>> https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
>>>> g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
>>>> ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
>>>> 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
>>>> e= )
>>>> * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
>>>> * Make sure we're depending on the most recent bug-fix release for
>>> dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
>>>> * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for
>>>> consistency
>>> with other Maven-based ASF projects
>>>> * Set proper names for each maven module (instead of groupid.artifact).
>>> This isn't as critical to change for a release, but just is an easy
>>> thing to improve.
>>>> * Fix SCM block in parent pom (points to incorrect repository).
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.3.4#6332)
> 
> 
> 
> -- 
> Dr. Adina Crainiceanu
> http://www.usna.edu/Users/cs/adina/

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by Adina Crainiceanu <ad...@usna.edu>.
So we should review each pull request, even from committers, but what are
the steps of the review?

On Tue, Dec 1, 2015 at 4:34 PM, Lotts, David <Da...@parsons.com>
wrote:

> I'm reviewing it, but others should also.  This is a big one, and I'm not
> familiar with testing everything.
> david.
>
> -----Original Message-----
> From: Puja Valiyil [mailto:pujav65@gmail.com]
> Sent: Tuesday, December 01, 2015 4:26 PM
> To: dev@rya.incubator.apache.org
> Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the
> Apache move
>
> What's the process we're following here?  Should someone other than Aaron
> review it, or can he merge the pull request directly?
> Also I created a bug against Rya backed by Mongo DB -- I put the component
> as "mongodao".
>
> On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
> wrote:
>
> >
> >     [
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
> > _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
> > bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
> > D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
> > 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
> > p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
> > ]
> >
> > ASF GitHub Bot commented on RYA-7:
> > ----------------------------------
> >
> > GitHub user amihalik opened a pull request:
> >
> >
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
> > IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
> > 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
> > 27o23o&e=
> >
> >     RYA-7 POM and License Clean-up for Apache Move
> >
> >     Numerous POM and License Mods:
> >      - Make the apache pom the parent
> >      - Depend on Apache releases for Hadoop and ZooKeeper
> >      - Updated to most recent bug-fix release for dependencies
> >      - Moved Deps to Parent POM
> >      - Change groupId from mvn.rya to org.apache.rya
> >      - Set proper names for each maven module
> >      - Fix SCM block in parent pom
> >      - Remove Dead/CB Projects
> >      - Remove Extra Repos/Profiles
> >      - Moved rya.sail.impl to rya.sail
> >
> > You can merge this pull request into a Git repository by running:
> >
> >     $ git pull
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
> > ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
> > q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
> > WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
> > M&e=  mihalik/RYA-7
> >
> > Alternatively you can review and apply these changes as the patch at:
> >
> >
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> > _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
> > 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
> > rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
> > W5VXcUYLsZ80&e=
> >
> > To close this pull request, make a commit to your master/trunk branch
> > with (at least) the following in the commit message:
> >
> >     This closes #2
> >
> > ----
> > commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> > Author: Aaron Mihalik <mi...@alum.mit.edu>
> > Date:   2015-12-01T20:11:17Z
> >
> >     RYA-7 POM and License Clean-up for Apache Move
> >
> >     Numerous POM and License Mods:
> >      - Make the apache pom the parent
> >      - Depend on Apache releases for Hadoop and ZooKeeper
> >      - Updated to most recent bug-fix release for dependencies
> >      - Moved Deps to Parent POM
> >      - Change groupId from mvn.rya to org.apache.rya
> >      - Set proper names for each maven module
> >      - Fix SCM block in parent pom
> >      - Remove Dead/CB Projects
> >      - Remove Extra Repos/Profiles
> >      - Moved rya.sail.impl to rya.sail
> >
> > ----
> >
> >
> > > Various pom cleanups for the Apache move
> > > ----------------------------------------
> > >
> > >                 Key: RYA-7
> > >                 URL:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e=
> > >             Project: Rya
> > >          Issue Type: Task
> > >            Reporter: Josh Elser
> > >            Assignee: Aaron Mihalik
> > >             Fix For: 3.2.10
> > >
> > >
> > > In working on RYA-5, I noticed a few things in the pom that I
> > > believe
> > should be taken care of before a release.
> > > * Make the apache pom the parent (see
> > > https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
> > > g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
> > > ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
> > > 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
> > > e= )
> > > * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> > > * Make sure we're depending on the most recent bug-fix release for
> > dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> > > * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for
> > > consistency
> > with other Maven-based ASF projects
> > > * Set proper names for each maven module (instead of groupid.artifact).
> > This isn't as critical to change for a release, but just is an easy
> > thing to improve.
> > > * Fix SCM block in parent pom (points to incorrect repository).
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
> >
>



-- 
Dr. Adina Crainiceanu
http://www.usna.edu/Users/cs/adina/

RE: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by "Lotts, David" <Da...@parsons.com>.
I'm reviewing it, but others should also.  This is a big one, and I'm not familiar with testing everything.
david.

-----Original Message-----
From: Puja Valiyil [mailto:pujav65@gmail.com] 
Sent: Tuesday, December 01, 2015 4:26 PM
To: dev@rya.incubator.apache.org
Subject: Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

What's the process we're following here?  Should someone other than Aaron review it, or can he merge the pull request directly?
Also I created a bug against Rya backed by Mongo DB -- I put the component as "mongodao".

On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
wrote:

>
>     [
> https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org
> _jira_browse_RYA-2D7-3Fpage-3Dcom.atlassian.jira.plugin.system.issueta
> bpanels-3Acomment-2Dtabpanel-26focusedCommentId-3D15034500-23comment-2
> D15034500&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy
> 1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCG
> p3Z0miAST90jwTCY&s=Ta8x-IrOjrgJRfMzKnP4uZANWGthIo0OrR-TEUp0Q9c&e=
> ]
>
> ASF GitHub Bot commented on RYA-7:
> ----------------------------------
>
> GitHub user amihalik opened a pull request:
>
>     
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> _incubator-2Drya_pull_2&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrY
> IdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_
> 17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=Tgf96G9gdVR3AKWJ5vfdvru2VBj5boW-Q3h34
> 27o23o&e=
>
>     RYA-7 POM and License Clean-up for Apache Move
>
>     Numerous POM and License Mods:
>      - Make the apache pom the parent
>      - Depend on Apache releases for Hadoop and ZooKeeper
>      - Updated to most recent bug-fix release for dependencies
>      - Moved Deps to Parent POM
>      - Change groupId from mvn.rya to org.apache.rya
>      - Set proper names for each maven module
>      - Fix SCM block in parent pom
>      - Remove Dead/CB Projects
>      - Remove Extra Repos/Profiles
>      - Moved rya.sail.impl to rya.sail
>
> You can merge this pull request into a Git repository by running:
>
>     $ git pull 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_amihal
> ik_incubator-2Drya&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxI
> q10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17Aai
> WmKh5YpCGp3Z0miAST90jwTCY&s=Ka-e9IILKLUUZ45TChRCkwVnmnX-OL3rQsWvrz0Cxq
> M&e=  mihalik/RYA-7
>
> Alternatively you can review and apply these changes as the patch at:
>
>     
> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
> _incubator-2Drya_pull_2.patch&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF
> 7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5
> rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=mNQXmMjOdgP9L2-XNgvXotaXH5kYG3-
> W5VXcUYLsZ80&e=
>
> To close this pull request, make a commit to your master/trunk branch 
> with (at least) the following in the commit message:
>
>     This closes #2
>
> ----
> commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> Author: Aaron Mihalik <mi...@alum.mit.edu>
> Date:   2015-12-01T20:11:17Z
>
>     RYA-7 POM and License Clean-up for Apache Move
>
>     Numerous POM and License Mods:
>      - Make the apache pom the parent
>      - Depend on Apache releases for Hadoop and ZooKeeper
>      - Updated to most recent bug-fix release for dependencies
>      - Moved Deps to Parent POM
>      - Change groupId from mvn.rya to org.apache.rya
>      - Set proper names for each maven module
>      - Fix SCM block in parent pom
>      - Remove Dead/CB Projects
>      - Remove Extra Repos/Profiles
>      - Moved rya.sail.impl to rya.sail
>
> ----
>
>
> > Various pom cleanups for the Apache move
> > ----------------------------------------
> >
> >                 Key: RYA-7
> >                 URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_RYA-2D7&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh5YpCGp3Z0miAST90jwTCY&s=U0kQ9ZJm-TAVYBIGU2MONOUCjdy-Xo1qtqh6Gs-2U78&e= 
> >             Project: Rya
> >          Issue Type: Task
> >            Reporter: Josh Elser
> >            Assignee: Aaron Mihalik
> >             Fix For: 3.2.10
> >
> >
> > In working on RYA-5, I noticed a few things in the pom that I 
> > believe
> should be taken care of before a release.
> > * Make the apache pom the parent (see 
> > https://urldefense.proofpoint.com/v2/url?u=https-3A__maven.apache.or
> > g_pom_asf_&d=BQIBaQ&c=Nwf-pp4xtYRe0sCRVM8_LWH54joYF7EKmrYIdfxIq10&r=
> > ruy1rriFBFoeOJvvQWwN1h8AcdSNT3EVLrdVl7pr-iA&m=KOXAYN5rlVxL_17AaiWmKh
> > 5YpCGp3Z0miAST90jwTCY&s=Gf96eav2DJmE_Mo3pxhsq-xcf58p5MoIn_9dg4Mipec&
> > e= )
> > * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> > * Make sure we're depending on the most recent bug-fix release for
> dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> > * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for 
> > consistency
> with other Maven-based ASF projects
> > * Set proper names for each maven module (instead of groupid.artifact).
> This isn't as critical to change for a release, but just is an easy 
> thing to improve.
> > * Fix SCM block in parent pom (points to incorrect repository).
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Re: [jira] [Commented] (RYA-7) Various pom cleanups for the Apache move

Posted by Puja Valiyil <pu...@gmail.com>.
What's the process we're following here?  Should someone other than Aaron
review it, or can he merge the pull request directly?
Also I created a bug against Rya backed by Mongo DB -- I put the component
as "mongodao".

On Tue, Dec 1, 2015 at 3:18 PM, ASF GitHub Bot (JIRA) <ji...@apache.org>
wrote:

>
>     [
> https://issues.apache.org/jira/browse/RYA-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15034500#comment-15034500
> ]
>
> ASF GitHub Bot commented on RYA-7:
> ----------------------------------
>
> GitHub user amihalik opened a pull request:
>
>     https://github.com/apache/incubator-rya/pull/2
>
>     RYA-7 POM and License Clean-up for Apache Move
>
>     Numerous POM and License Mods:
>      - Make the apache pom the parent
>      - Depend on Apache releases for Hadoop and ZooKeeper
>      - Updated to most recent bug-fix release for dependencies
>      - Moved Deps to Parent POM
>      - Change groupId from mvn.rya to org.apache.rya
>      - Set proper names for each maven module
>      - Fix SCM block in parent pom
>      - Remove Dead/CB Projects
>      - Remove Extra Repos/Profiles
>      - Moved rya.sail.impl to rya.sail
>
> You can merge this pull request into a Git repository by running:
>
>     $ git pull https://github.com/amihalik/incubator-rya mihalik/RYA-7
>
> Alternatively you can review and apply these changes as the patch at:
>
>     https://github.com/apache/incubator-rya/pull/2.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 #2
>
> ----
> commit 3238bf27143faf1fecd71c6dd22f9ed3c02f4057
> Author: Aaron Mihalik <mi...@alum.mit.edu>
> Date:   2015-12-01T20:11:17Z
>
>     RYA-7 POM and License Clean-up for Apache Move
>
>     Numerous POM and License Mods:
>      - Make the apache pom the parent
>      - Depend on Apache releases for Hadoop and ZooKeeper
>      - Updated to most recent bug-fix release for dependencies
>      - Moved Deps to Parent POM
>      - Change groupId from mvn.rya to org.apache.rya
>      - Set proper names for each maven module
>      - Fix SCM block in parent pom
>      - Remove Dead/CB Projects
>      - Remove Extra Repos/Profiles
>      - Moved rya.sail.impl to rya.sail
>
> ----
>
>
> > Various pom cleanups for the Apache move
> > ----------------------------------------
> >
> >                 Key: RYA-7
> >                 URL: https://issues.apache.org/jira/browse/RYA-7
> >             Project: Rya
> >          Issue Type: Task
> >            Reporter: Josh Elser
> >            Assignee: Aaron Mihalik
> >             Fix For: 3.2.10
> >
> >
> > In working on RYA-5, I noticed a few things in the pom that I believe
> should be taken care of before a release.
> > * Make the apache pom the parent (see https://maven.apache.org/pom/asf/)
> > * Depend on Apache releases for Hadoop and ZooKeeper (and groovy?)
> > * Make sure we're depending on the most recent bug-fix release for
> dependencies (e.g. upgrade from 1.6.2 to 1.6.4 for Accumulo)
> > * Change groupId from {{mvn.rya}} to {{org.apache.rya}} for consistency
> with other Maven-based ASF projects
> > * Set proper names for each maven module (instead of groupid.artifact).
> This isn't as critical to change for a release, but just is an easy thing
> to improve.
> > * Fix SCM block in parent pom (points to incorrect repository).
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>