You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Karthik Kambatla <ka...@cloudera.com> on 2014/08/23 00:48:08 UTC

Updates on migration to git

Hi folks,

For the SCM migration, feel free to follow
https://issues.apache.org/jira/browse/INFRA-8195

Most of this is planned to be handled this Sunday. As a result, the
subversion repository would be read-only. If this is a major issue for you,
please shout out.

Daniel Gruno, the one helping us with the migration, was asking if we are
open to renaming "trunk" to "master" to better conform to git lingo. I am
tempted to say yes, but wanted to check.

Would greatly appreciate any help with checking the git repo has
everything.

Thanks
Karthik

Re: Updates on migration to git

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
I've just did some work on top of trunk and branch-2, all good.

Thanks Karthik.



On Tue, Aug 26, 2014 at 2:26 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
>
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
>
> Thanks for your cooperation,
> Karthik
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> >> Hi Suresh
> >>
> >> There was one vote thread on whether to migrate to git, and the
> >> implications to the commit process for individual patches and feature
> >> branches -
> >> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> >> . Prior to that, there was a discuss thread on the same topic.
> >>
> >> As INFRA handles the actual migration from subversion to git, the vote
> >> didn't include those specifics. The migration is going on as we speak
> (See
> >> INFRA-8195). The initial expectation was that the migration would be
> done
> >> in a few hours, but it has been several hours and the last I heard the
> >> import was still running.
> >>
> >> I have elaborated on the points in the vote thread and drafted up a wiki
> >> page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> >> . We can work on improving this further and call a vote thread on those
> >> items if need be.
> >>
> >> Thanks
> >> Karthik
> >>
> >>
> >> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> >> > wrote:
> >>
> >>> Karthik,
> >>>
> >>> I would like to see detailed information on how this migration will be
> >>> done, how it will affect the existing project and commit process. This
> >>> should be done in a document that can be reviewed instead of in an
> email
> >>> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >>> we have a vote to ensure everyone is one the same page on doing this
> and
> >>> how to go about it?
> >>>
> >>> Regards,
> >>> Suresh
> >>>
> >>>
> >>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> >>> wrote:
> >>>
> >>> > Last I heard, the import is still going on and appears closer to
> >>> getting
> >>> > done. Thanks for your patience with the migration.
> >>> >
> >>> > I ll update you as and when there is something. Eventually, the git
> >>> repo
> >>> > should be at the location in the wiki.
> >>> >
> >>> >
> >>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com>
> >>> > wrote:
> >>> >
> >>> > > Thanks for bringing these points up, Zhijie.
> >>> > >
> >>> > > By the way, a revised How-to-commit wiki is at:
> >>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> >>> free to
> >>> > > make changes and improve it.
> >>> > >
> >>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >>> >
> >>> > > wrote:
> >>> > >
> >>> > >> Do we have any convention about "user.name" and "user.email"? For
> >>> > >> example,
> >>> > >> we'd like to use @apache.org for the email.
> >>> > >>
> >>> > >
> >>> > > May be, we can ask people to use project-specific configs here and
> >>> use
> >>> > > their real name and @apache.org address.
> >>> > >
> >>> > > Is there any downside to letting people use their global values for
> >>> these
> >>> > > configs?
> >>> > >
> >>> > >
> >>> > >
> >>> > >>
> >>> > >> Moreover, do we want to use "--author="Author Name <
> >>> email@address.com>"
> >>> > >> when committing on behalf of a particular contributor?
> >>> > >>
> >>> > >
> >>> > > Fetching the email-address is complicated here. Should we use the
> >>> > > contributor's email from JIRA? What if that is not their @apache
> >>> address?
> >>> > >
> >>> > >
> >>> > >>
> >>> > >>
> >>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >>> kasha@cloudera.com>
> >>> > >> wrote:
> >>> > >>
> >>> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >>> > >> late, I
> >>> > >> > sent it as soon as I could.
> >>> > >> >
> >>> > >> >
> >>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >>> > stevel@hortonworks.com
> >>> > >> >
> >>> > >> > wrote:
> >>> > >> >
> >>> > >> > > just caught up with this after some offlininess...15:48 PST is
> >>> too
> >>> > >> late
> >>> > >> > for
> >>> > >> > > me.
> >>> > >> > >
> >>> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >>> does
> >>> > >> break
> >>> > >> > > existing code -especially people that have trunk off the git
> >>> mirrors
> >>> > >> and
> >>> > >> > > automated builds/merges to go with it.
> >>> > >> > >
> >>> > >> >
> >>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> >>> someone is
> >>> > >> > against it being trunk.
> >>> > >> >
> >>> > >> >
> >>> > >> > >
> >>> > >> > > "master" may be viewed as the official git way, but it doesn't
> >>> have
> >>> > to
> >>> > >> > be.
> >>> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >>> > >> releases,
> >>> > >> > > develop/ for dev.
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >
> >>> > wrote:
> >>> > >> > >
> >>> > >> > > > Couple of things:
> >>> > >> > > >
> >>> > >> > > > 1. Since no one expressed any reservations against doing
> this
> >>> on
> >>> > >> Sunday
> >>> > >> > > or
> >>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >>> think
> >>> > >> that
> >>> > >> > > > serves us better in the long run.
> >>> > >> > > >
> >>> > >> > > > 2. Arpit brought up the precommit builds - we should
> >>> definitely
> >>> > fix
> >>> > >> > them
> >>> > >> > > as
> >>> > >> > > > soon as we can. I understand Giri maintains those builds, do
> >>> we
> >>> > have
> >>> > >> > > anyone
> >>> > >> > > > else who has access in case Giri is not reachable? Giri -
> >>> please
> >>> > >> shout
> >>> > >> > > out
> >>> > >> > > > if you can help us with this either on Sunday or Monday.
> >>> > >> > > >
> >>> > >> > > > Thanks
> >>> > >> > > > Karthik
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >>> > >> kasha@cloudera.com>
> >>> > >> > > > wrote:
> >>> > >> > > >
> >>> > >> > > > > Also, does anyone know what we use for integration between
> >>> JIRA
> >>> > >> and
> >>> > >> > > svn?
> >>> > >> > > > I
> >>> > >> > > > > am assuming svn2jira.
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >>> > >> > kasha@cloudera.com>
> >>> > >> > > > > wrote:
> >>> > >> > > > >
> >>> > >> > > > >> Hi folks,
> >>> > >> > > > >>
> >>> > >> > > > >> For the SCM migration, feel free to follow
> >>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >>> > >> > > > >>
> >>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >>> result,
> >>> > >> the
> >>> > >> > > > >> subversion repository would be read-only. If this is a
> >>> major
> >>> > >> issue
> >>> > >> > for
> >>> > >> > > > you,
> >>> > >> > > > >> please shout out.
> >>> > >> > > > >>
> >>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >>> asking
> >>> > >> if
> >>> > >> > we
> >>> > >> > > > are
> >>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >>> git
> >>> > >> > lingo. I
> >>> > >> > > > am
> >>> > >> > > > >> tempted to say yes, but wanted to check.
> >>> > >> > > > >>
> >>> > >> > > > >> Would greatly appreciate any help with checking the git
> >>> repo
> >>> > has
> >>> > >> > > > >> everything.
> >>> > >> > > > >>
> >>> > >> > > > >> Thanks
> >>> > >> > > > >> Karthik
> >>> > >> > > > >>
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > >
> >>> > >> > >
> >>> > >> > > --
> >>> > >> > > CONFIDENTIALITY NOTICE
> >>> > >> > > NOTICE: This message is intended for the use of the individual
> >>> or
> >>> > >> entity
> >>> > >> > to
> >>> > >> > > which it is addressed and may contain information that is
> >>> > >> confidential,
> >>> > >> > > privileged and exempt from disclosure under applicable law. If
> >>> the
> >>> > >> reader
> >>> > >> > > of this message is not the intended recipient, you are hereby
> >>> > notified
> >>> > >> > that
> >>> > >> > > any printing, copying, dissemination, distribution, disclosure
> >>> or
> >>> > >> > > forwarding of this communication is strictly prohibited. If
> you
> >>> have
> >>> > >> > > received this communication in error, please contact the
> sender
> >>> > >> > immediately
> >>> > >> > > and delete it from your system. Thank You.
> >>> > >> > >
> >>> > >> >
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> --
> >>> > >> Zhijie Shen
> >>> > >> Hortonworks Inc.
> >>> > >> http://hortonworks.com/
> >>> > >>
> >>> > >> --
> >>> > >> CONFIDENTIALITY NOTICE
> >>> > >> NOTICE: This message is intended for the use of the individual or
> >>> entity
> >>> > >> to
> >>> > >> which it is addressed and may contain information that is
> >>> confidential,
> >>> > >> privileged and exempt from disclosure under applicable law. If the
> >>> > reader
> >>> > >> of this message is not the intended recipient, you are hereby
> >>> notified
> >>> > >> that
> >>> > >> any printing, copying, dissemination, distribution, disclosure or
> >>> > >> forwarding of this communication is strictly prohibited. If you
> have
> >>> > >> received this communication in error, please contact the sender
> >>> > >> immediately
> >>> > >> and delete it from your system. Thank You.
> >>> > >>
> >>> > >
> >>> > >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> http://hortonworks.com/download/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >>> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >>> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >>> immediately
> >>> and delete it from your system. Thank You.
> >>>
> >>
> >>
> >
> > --
> > Mobile
> >
>



-- 
Alejandro

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
Did a build. Started some stuff. Have a patch ready to be committed. ;)

Thanks Karthik and Daniel!



On Aug 26, 2014, at 2:26 PM, Karthik Kambatla <ka...@cloudera.com> wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
> 
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
> 
> Thanks for your cooperation,
> Karthik
> 
> 
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> 
>> The git repository is now ready for inspection. I ll take a look shortly,
>> but it would be great if a few others could too.
>> 
>> Once we are okay with it, we can ask it to be writable.
>> 
>> 
>> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>> 
>>> Hi Suresh
>>> 
>>> There was one vote thread on whether to migrate to git, and the
>>> implications to the commit process for individual patches and feature
>>> branches -
>>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>>> . Prior to that, there was a discuss thread on the same topic.
>>> 
>>> As INFRA handles the actual migration from subversion to git, the vote
>>> didn't include those specifics. The migration is going on as we speak (See
>>> INFRA-8195). The initial expectation was that the migration would be done
>>> in a few hours, but it has been several hours and the last I heard the
>>> import was still running.
>>> 
>>> I have elaborated on the points in the vote thread and drafted up a wiki
>>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>>> . We can work on improving this further and call a vote thread on those
>>> items if need be.
>>> 
>>> Thanks
>>> Karthik
>>> 
>>> 
>>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>>>> wrote:
>>> 
>>>> Karthik,
>>>> 
>>>> I would like to see detailed information on how this migration will be
>>>> done, how it will affect the existing project and commit process. This
>>>> should be done in a document that can be reviewed instead of in an email
>>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>>> we have a vote to ensure everyone is one the same page on doing this and
>>>> how to go about it?
>>>> 
>>>> Regards,
>>>> Suresh
>>>> 
>>>> 
>>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>>> wrote:
>>>> 
>>>>> Last I heard, the import is still going on and appears closer to
>>>> getting
>>>>> done. Thanks for your patience with the migration.
>>>>> 
>>>>> I ll update you as and when there is something. Eventually, the git
>>>> repo
>>>>> should be at the location in the wiki.
>>>>> 
>>>>> 
>>>>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>> 
>>>>>> Thanks for bringing these points up, Zhijie.
>>>>>> 
>>>>>> By the way, a revised How-to-commit wiki is at:
>>>>>> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>>> free to
>>>>>> make changes and improve it.
>>>>>> 
>>>>>> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>>>> 
>>>>>> wrote:
>>>>>> 
>>>>>>> Do we have any convention about "user.name" and "user.email"? For
>>>>>>> example,
>>>>>>> we'd like to use @apache.org for the email.
>>>>>>> 
>>>>>> 
>>>>>> May be, we can ask people to use project-specific configs here and
>>>> use
>>>>>> their real name and @apache.org address.
>>>>>> 
>>>>>> Is there any downside to letting people use their global values for
>>>> these
>>>>>> configs?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> Moreover, do we want to use "--author="Author Name <
>>>> email@address.com>"
>>>>>>> when committing on behalf of a particular contributor?
>>>>>>> 
>>>>>> 
>>>>>> Fetching the email-address is complicated here. Should we use the
>>>>>> contributor's email from JIRA? What if that is not their @apache
>>>> address?
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>>> kasha@cloudera.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Thanks for your input, Steve. Sorry for sending the email out that
>>>>>>> late, I
>>>>>>>> sent it as soon as I could.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>>>> stevel@hortonworks.com
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> just caught up with this after some offlininess...15:48 PST is
>>>> too
>>>>>>> late
>>>>>>>> for
>>>>>>>>> me.
>>>>>>>>> 
>>>>>>>>> I'd be -1 to a change to "master" because of that risk that it
>>>> does
>>>>>>> break
>>>>>>>>> existing code -especially people that have trunk off the git
>>>> mirrors
>>>>>>> and
>>>>>>>>> automated builds/merges to go with it.
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> Fair enough. It makes sense to leave it as "trunk", unless
>>>> someone is
>>>>>>>> against it being trunk.
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> "master" may be viewed as the official git way, but it doesn't
>>>> have
>>>>> to
>>>>>>>> be.
>>>>>>>>> For git-flow workflows (which we use in slider) master/ is for
>>>>>>> releases,
>>>>>>>>> develop/ for dev.
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Couple of things:
>>>>>>>>>> 
>>>>>>>>>> 1. Since no one expressed any reservations against doing this
>>>> on
>>>>>>> Sunday
>>>>>>>>> or
>>>>>>>>>> renaming trunk to master, I ll go ahead and confirm that. I
>>>> think
>>>>>>> that
>>>>>>>>>> serves us better in the long run.
>>>>>>>>>> 
>>>>>>>>>> 2. Arpit brought up the precommit builds - we should
>>>> definitely
>>>>> fix
>>>>>>>> them
>>>>>>>>> as
>>>>>>>>>> soon as we can. I understand Giri maintains those builds, do
>>>> we
>>>>> have
>>>>>>>>> anyone
>>>>>>>>>> else who has access in case Giri is not reachable? Giri -
>>>> please
>>>>>>> shout
>>>>>>>>> out
>>>>>>>>>> if you can help us with this either on Sunday or Monday.
>>>>>>>>>> 
>>>>>>>>>> Thanks
>>>>>>>>>> Karthik
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>>>>>> kasha@cloudera.com>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Also, does anyone know what we use for integration between
>>>> JIRA
>>>>>>> and
>>>>>>>>> svn?
>>>>>>>>>> I
>>>>>>>>>>> am assuming svn2jira.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>>>>>>> kasha@cloudera.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Hi folks,
>>>>>>>>>>>> 
>>>>>>>>>>>> For the SCM migration, feel free to follow
>>>>>>>>>>>> https://issues.apache.org/jira/browse/INFRA-8195
>>>>>>>>>>>> 
>>>>>>>>>>>> Most of this is planned to be handled this Sunday. As a
>>>> result,
>>>>>>> the
>>>>>>>>>>>> subversion repository would be read-only. If this is a
>>>> major
>>>>>>> issue
>>>>>>>> for
>>>>>>>>>> you,
>>>>>>>>>>>> please shout out.
>>>>>>>>>>>> 
>>>>>>>>>>>> Daniel Gruno, the one helping us with the migration, was
>>>> asking
>>>>>>> if
>>>>>>>> we
>>>>>>>>>> are
>>>>>>>>>>>> open to renaming "trunk" to "master" to better conform to
>>>> git
>>>>>>>> lingo. I
>>>>>>>>>> am
>>>>>>>>>>>> tempted to say yes, but wanted to check.
>>>>>>>>>>>> 
>>>>>>>>>>>> Would greatly appreciate any help with checking the git
>>>> repo
>>>>> has
>>>>>>>>>>>> everything.
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Karthik
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>>>> NOTICE: This message is intended for the use of the individual
>>>> or
>>>>>>> entity
>>>>>>>> to
>>>>>>>>> which it is addressed and may contain information that is
>>>>>>> confidential,
>>>>>>>>> privileged and exempt from disclosure under applicable law. If
>>>> the
>>>>>>> reader
>>>>>>>>> of this message is not the intended recipient, you are hereby
>>>>> notified
>>>>>>>> that
>>>>>>>>> any printing, copying, dissemination, distribution, disclosure
>>>> or
>>>>>>>>> forwarding of this communication is strictly prohibited. If you
>>>> have
>>>>>>>>> received this communication in error, please contact the sender
>>>>>>>> immediately
>>>>>>>>> and delete it from your system. Thank You.
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Zhijie Shen
>>>>>>> Hortonworks Inc.
>>>>>>> http://hortonworks.com/
>>>>>>> 
>>>>>>> --
>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>> NOTICE: This message is intended for the use of the individual or
>>>> entity
>>>>>>> to
>>>>>>> which it is addressed and may contain information that is
>>>> confidential,
>>>>>>> privileged and exempt from disclosure under applicable law. If the
>>>>> reader
>>>>>>> of this message is not the intended recipient, you are hereby
>>>> notified
>>>>>>> that
>>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>>> received this communication in error, please contact the sender
>>>>>>> immediately
>>>>>>> and delete it from your system. Thank You.
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> http://hortonworks.com/download/
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>>> immediately
>>>> and delete it from your system. Thank You.
>>>> 
>>> 
>>> 
>> 
>> --
>> Mobile
>> 


Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
Did a build. Started some stuff. Have a patch ready to be committed. ;)

Thanks Karthik and Daniel!



On Aug 26, 2014, at 2:26 PM, Karthik Kambatla <ka...@cloudera.com> wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
> 
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
> 
> Thanks for your cooperation,
> Karthik
> 
> 
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> 
>> The git repository is now ready for inspection. I ll take a look shortly,
>> but it would be great if a few others could too.
>> 
>> Once we are okay with it, we can ask it to be writable.
>> 
>> 
>> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>> 
>>> Hi Suresh
>>> 
>>> There was one vote thread on whether to migrate to git, and the
>>> implications to the commit process for individual patches and feature
>>> branches -
>>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>>> . Prior to that, there was a discuss thread on the same topic.
>>> 
>>> As INFRA handles the actual migration from subversion to git, the vote
>>> didn't include those specifics. The migration is going on as we speak (See
>>> INFRA-8195). The initial expectation was that the migration would be done
>>> in a few hours, but it has been several hours and the last I heard the
>>> import was still running.
>>> 
>>> I have elaborated on the points in the vote thread and drafted up a wiki
>>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>>> . We can work on improving this further and call a vote thread on those
>>> items if need be.
>>> 
>>> Thanks
>>> Karthik
>>> 
>>> 
>>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>>>> wrote:
>>> 
>>>> Karthik,
>>>> 
>>>> I would like to see detailed information on how this migration will be
>>>> done, how it will affect the existing project and commit process. This
>>>> should be done in a document that can be reviewed instead of in an email
>>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>>> we have a vote to ensure everyone is one the same page on doing this and
>>>> how to go about it?
>>>> 
>>>> Regards,
>>>> Suresh
>>>> 
>>>> 
>>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>>> wrote:
>>>> 
>>>>> Last I heard, the import is still going on and appears closer to
>>>> getting
>>>>> done. Thanks for your patience with the migration.
>>>>> 
>>>>> I ll update you as and when there is something. Eventually, the git
>>>> repo
>>>>> should be at the location in the wiki.
>>>>> 
>>>>> 
>>>>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>> 
>>>>>> Thanks for bringing these points up, Zhijie.
>>>>>> 
>>>>>> By the way, a revised How-to-commit wiki is at:
>>>>>> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>>> free to
>>>>>> make changes and improve it.
>>>>>> 
>>>>>> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>>>> 
>>>>>> wrote:
>>>>>> 
>>>>>>> Do we have any convention about "user.name" and "user.email"? For
>>>>>>> example,
>>>>>>> we'd like to use @apache.org for the email.
>>>>>>> 
>>>>>> 
>>>>>> May be, we can ask people to use project-specific configs here and
>>>> use
>>>>>> their real name and @apache.org address.
>>>>>> 
>>>>>> Is there any downside to letting people use their global values for
>>>> these
>>>>>> configs?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> Moreover, do we want to use "--author="Author Name <
>>>> email@address.com>"
>>>>>>> when committing on behalf of a particular contributor?
>>>>>>> 
>>>>>> 
>>>>>> Fetching the email-address is complicated here. Should we use the
>>>>>> contributor's email from JIRA? What if that is not their @apache
>>>> address?
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>>> kasha@cloudera.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Thanks for your input, Steve. Sorry for sending the email out that
>>>>>>> late, I
>>>>>>>> sent it as soon as I could.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>>>> stevel@hortonworks.com
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> just caught up with this after some offlininess...15:48 PST is
>>>> too
>>>>>>> late
>>>>>>>> for
>>>>>>>>> me.
>>>>>>>>> 
>>>>>>>>> I'd be -1 to a change to "master" because of that risk that it
>>>> does
>>>>>>> break
>>>>>>>>> existing code -especially people that have trunk off the git
>>>> mirrors
>>>>>>> and
>>>>>>>>> automated builds/merges to go with it.
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> Fair enough. It makes sense to leave it as "trunk", unless
>>>> someone is
>>>>>>>> against it being trunk.
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> "master" may be viewed as the official git way, but it doesn't
>>>> have
>>>>> to
>>>>>>>> be.
>>>>>>>>> For git-flow workflows (which we use in slider) master/ is for
>>>>>>> releases,
>>>>>>>>> develop/ for dev.
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Couple of things:
>>>>>>>>>> 
>>>>>>>>>> 1. Since no one expressed any reservations against doing this
>>>> on
>>>>>>> Sunday
>>>>>>>>> or
>>>>>>>>>> renaming trunk to master, I ll go ahead and confirm that. I
>>>> think
>>>>>>> that
>>>>>>>>>> serves us better in the long run.
>>>>>>>>>> 
>>>>>>>>>> 2. Arpit brought up the precommit builds - we should
>>>> definitely
>>>>> fix
>>>>>>>> them
>>>>>>>>> as
>>>>>>>>>> soon as we can. I understand Giri maintains those builds, do
>>>> we
>>>>> have
>>>>>>>>> anyone
>>>>>>>>>> else who has access in case Giri is not reachable? Giri -
>>>> please
>>>>>>> shout
>>>>>>>>> out
>>>>>>>>>> if you can help us with this either on Sunday or Monday.
>>>>>>>>>> 
>>>>>>>>>> Thanks
>>>>>>>>>> Karthik
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>>>>>> kasha@cloudera.com>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Also, does anyone know what we use for integration between
>>>> JIRA
>>>>>>> and
>>>>>>>>> svn?
>>>>>>>>>> I
>>>>>>>>>>> am assuming svn2jira.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>>>>>>> kasha@cloudera.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Hi folks,
>>>>>>>>>>>> 
>>>>>>>>>>>> For the SCM migration, feel free to follow
>>>>>>>>>>>> https://issues.apache.org/jira/browse/INFRA-8195
>>>>>>>>>>>> 
>>>>>>>>>>>> Most of this is planned to be handled this Sunday. As a
>>>> result,
>>>>>>> the
>>>>>>>>>>>> subversion repository would be read-only. If this is a
>>>> major
>>>>>>> issue
>>>>>>>> for
>>>>>>>>>> you,
>>>>>>>>>>>> please shout out.
>>>>>>>>>>>> 
>>>>>>>>>>>> Daniel Gruno, the one helping us with the migration, was
>>>> asking
>>>>>>> if
>>>>>>>> we
>>>>>>>>>> are
>>>>>>>>>>>> open to renaming "trunk" to "master" to better conform to
>>>> git
>>>>>>>> lingo. I
>>>>>>>>>> am
>>>>>>>>>>>> tempted to say yes, but wanted to check.
>>>>>>>>>>>> 
>>>>>>>>>>>> Would greatly appreciate any help with checking the git
>>>> repo
>>>>> has
>>>>>>>>>>>> everything.
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Karthik
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>>>> NOTICE: This message is intended for the use of the individual
>>>> or
>>>>>>> entity
>>>>>>>> to
>>>>>>>>> which it is addressed and may contain information that is
>>>>>>> confidential,
>>>>>>>>> privileged and exempt from disclosure under applicable law. If
>>>> the
>>>>>>> reader
>>>>>>>>> of this message is not the intended recipient, you are hereby
>>>>> notified
>>>>>>>> that
>>>>>>>>> any printing, copying, dissemination, distribution, disclosure
>>>> or
>>>>>>>>> forwarding of this communication is strictly prohibited. If you
>>>> have
>>>>>>>>> received this communication in error, please contact the sender
>>>>>>>> immediately
>>>>>>>>> and delete it from your system. Thank You.
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Zhijie Shen
>>>>>>> Hortonworks Inc.
>>>>>>> http://hortonworks.com/
>>>>>>> 
>>>>>>> --
>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>> NOTICE: This message is intended for the use of the individual or
>>>> entity
>>>>>>> to
>>>>>>> which it is addressed and may contain information that is
>>>> confidential,
>>>>>>> privileged and exempt from disclosure under applicable law. If the
>>>>> reader
>>>>>>> of this message is not the intended recipient, you are hereby
>>>> notified
>>>>>>> that
>>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>>> received this communication in error, please contact the sender
>>>>>>> immediately
>>>>>>> and delete it from your system. Thank You.
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> http://hortonworks.com/download/
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>>> immediately
>>>> and delete it from your system. Thank You.
>>>> 
>>> 
>>> 
>> 
>> --
>> Mobile
>> 


Re: Updates on migration to git

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
I've just did some work on top of trunk and branch-2, all good.

Thanks Karthik.



On Tue, Aug 26, 2014 at 2:26 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
>
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
>
> Thanks for your cooperation,
> Karthik
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> >> Hi Suresh
> >>
> >> There was one vote thread on whether to migrate to git, and the
> >> implications to the commit process for individual patches and feature
> >> branches -
> >> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> >> . Prior to that, there was a discuss thread on the same topic.
> >>
> >> As INFRA handles the actual migration from subversion to git, the vote
> >> didn't include those specifics. The migration is going on as we speak
> (See
> >> INFRA-8195). The initial expectation was that the migration would be
> done
> >> in a few hours, but it has been several hours and the last I heard the
> >> import was still running.
> >>
> >> I have elaborated on the points in the vote thread and drafted up a wiki
> >> page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> >> . We can work on improving this further and call a vote thread on those
> >> items if need be.
> >>
> >> Thanks
> >> Karthik
> >>
> >>
> >> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> >> > wrote:
> >>
> >>> Karthik,
> >>>
> >>> I would like to see detailed information on how this migration will be
> >>> done, how it will affect the existing project and commit process. This
> >>> should be done in a document that can be reviewed instead of in an
> email
> >>> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >>> we have a vote to ensure everyone is one the same page on doing this
> and
> >>> how to go about it?
> >>>
> >>> Regards,
> >>> Suresh
> >>>
> >>>
> >>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> >>> wrote:
> >>>
> >>> > Last I heard, the import is still going on and appears closer to
> >>> getting
> >>> > done. Thanks for your patience with the migration.
> >>> >
> >>> > I ll update you as and when there is something. Eventually, the git
> >>> repo
> >>> > should be at the location in the wiki.
> >>> >
> >>> >
> >>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com>
> >>> > wrote:
> >>> >
> >>> > > Thanks for bringing these points up, Zhijie.
> >>> > >
> >>> > > By the way, a revised How-to-commit wiki is at:
> >>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> >>> free to
> >>> > > make changes and improve it.
> >>> > >
> >>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >>> >
> >>> > > wrote:
> >>> > >
> >>> > >> Do we have any convention about "user.name" and "user.email"? For
> >>> > >> example,
> >>> > >> we'd like to use @apache.org for the email.
> >>> > >>
> >>> > >
> >>> > > May be, we can ask people to use project-specific configs here and
> >>> use
> >>> > > their real name and @apache.org address.
> >>> > >
> >>> > > Is there any downside to letting people use their global values for
> >>> these
> >>> > > configs?
> >>> > >
> >>> > >
> >>> > >
> >>> > >>
> >>> > >> Moreover, do we want to use "--author="Author Name <
> >>> email@address.com>"
> >>> > >> when committing on behalf of a particular contributor?
> >>> > >>
> >>> > >
> >>> > > Fetching the email-address is complicated here. Should we use the
> >>> > > contributor's email from JIRA? What if that is not their @apache
> >>> address?
> >>> > >
> >>> > >
> >>> > >>
> >>> > >>
> >>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >>> kasha@cloudera.com>
> >>> > >> wrote:
> >>> > >>
> >>> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >>> > >> late, I
> >>> > >> > sent it as soon as I could.
> >>> > >> >
> >>> > >> >
> >>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >>> > stevel@hortonworks.com
> >>> > >> >
> >>> > >> > wrote:
> >>> > >> >
> >>> > >> > > just caught up with this after some offlininess...15:48 PST is
> >>> too
> >>> > >> late
> >>> > >> > for
> >>> > >> > > me.
> >>> > >> > >
> >>> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >>> does
> >>> > >> break
> >>> > >> > > existing code -especially people that have trunk off the git
> >>> mirrors
> >>> > >> and
> >>> > >> > > automated builds/merges to go with it.
> >>> > >> > >
> >>> > >> >
> >>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> >>> someone is
> >>> > >> > against it being trunk.
> >>> > >> >
> >>> > >> >
> >>> > >> > >
> >>> > >> > > "master" may be viewed as the official git way, but it doesn't
> >>> have
> >>> > to
> >>> > >> > be.
> >>> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >>> > >> releases,
> >>> > >> > > develop/ for dev.
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >
> >>> > wrote:
> >>> > >> > >
> >>> > >> > > > Couple of things:
> >>> > >> > > >
> >>> > >> > > > 1. Since no one expressed any reservations against doing
> this
> >>> on
> >>> > >> Sunday
> >>> > >> > > or
> >>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >>> think
> >>> > >> that
> >>> > >> > > > serves us better in the long run.
> >>> > >> > > >
> >>> > >> > > > 2. Arpit brought up the precommit builds - we should
> >>> definitely
> >>> > fix
> >>> > >> > them
> >>> > >> > > as
> >>> > >> > > > soon as we can. I understand Giri maintains those builds, do
> >>> we
> >>> > have
> >>> > >> > > anyone
> >>> > >> > > > else who has access in case Giri is not reachable? Giri -
> >>> please
> >>> > >> shout
> >>> > >> > > out
> >>> > >> > > > if you can help us with this either on Sunday or Monday.
> >>> > >> > > >
> >>> > >> > > > Thanks
> >>> > >> > > > Karthik
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >>> > >> kasha@cloudera.com>
> >>> > >> > > > wrote:
> >>> > >> > > >
> >>> > >> > > > > Also, does anyone know what we use for integration between
> >>> JIRA
> >>> > >> and
> >>> > >> > > svn?
> >>> > >> > > > I
> >>> > >> > > > > am assuming svn2jira.
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >>> > >> > kasha@cloudera.com>
> >>> > >> > > > > wrote:
> >>> > >> > > > >
> >>> > >> > > > >> Hi folks,
> >>> > >> > > > >>
> >>> > >> > > > >> For the SCM migration, feel free to follow
> >>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >>> > >> > > > >>
> >>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >>> result,
> >>> > >> the
> >>> > >> > > > >> subversion repository would be read-only. If this is a
> >>> major
> >>> > >> issue
> >>> > >> > for
> >>> > >> > > > you,
> >>> > >> > > > >> please shout out.
> >>> > >> > > > >>
> >>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >>> asking
> >>> > >> if
> >>> > >> > we
> >>> > >> > > > are
> >>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >>> git
> >>> > >> > lingo. I
> >>> > >> > > > am
> >>> > >> > > > >> tempted to say yes, but wanted to check.
> >>> > >> > > > >>
> >>> > >> > > > >> Would greatly appreciate any help with checking the git
> >>> repo
> >>> > has
> >>> > >> > > > >> everything.
> >>> > >> > > > >>
> >>> > >> > > > >> Thanks
> >>> > >> > > > >> Karthik
> >>> > >> > > > >>
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > >
> >>> > >> > >
> >>> > >> > > --
> >>> > >> > > CONFIDENTIALITY NOTICE
> >>> > >> > > NOTICE: This message is intended for the use of the individual
> >>> or
> >>> > >> entity
> >>> > >> > to
> >>> > >> > > which it is addressed and may contain information that is
> >>> > >> confidential,
> >>> > >> > > privileged and exempt from disclosure under applicable law. If
> >>> the
> >>> > >> reader
> >>> > >> > > of this message is not the intended recipient, you are hereby
> >>> > notified
> >>> > >> > that
> >>> > >> > > any printing, copying, dissemination, distribution, disclosure
> >>> or
> >>> > >> > > forwarding of this communication is strictly prohibited. If
> you
> >>> have
> >>> > >> > > received this communication in error, please contact the
> sender
> >>> > >> > immediately
> >>> > >> > > and delete it from your system. Thank You.
> >>> > >> > >
> >>> > >> >
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> --
> >>> > >> Zhijie Shen
> >>> > >> Hortonworks Inc.
> >>> > >> http://hortonworks.com/
> >>> > >>
> >>> > >> --
> >>> > >> CONFIDENTIALITY NOTICE
> >>> > >> NOTICE: This message is intended for the use of the individual or
> >>> entity
> >>> > >> to
> >>> > >> which it is addressed and may contain information that is
> >>> confidential,
> >>> > >> privileged and exempt from disclosure under applicable law. If the
> >>> > reader
> >>> > >> of this message is not the intended recipient, you are hereby
> >>> notified
> >>> > >> that
> >>> > >> any printing, copying, dissemination, distribution, disclosure or
> >>> > >> forwarding of this communication is strictly prohibited. If you
> have
> >>> > >> received this communication in error, please contact the sender
> >>> > >> immediately
> >>> > >> and delete it from your system. Thank You.
> >>> > >>
> >>> > >
> >>> > >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> http://hortonworks.com/download/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >>> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >>> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >>> immediately
> >>> and delete it from your system. Thank You.
> >>>
> >>
> >>
> >
> > --
> > Mobile
> >
>



-- 
Alejandro

Re: Updates on migration to git

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
I've just did some work on top of trunk and branch-2, all good.

Thanks Karthik.



On Tue, Aug 26, 2014 at 2:26 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
>
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
>
> Thanks for your cooperation,
> Karthik
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> >> Hi Suresh
> >>
> >> There was one vote thread on whether to migrate to git, and the
> >> implications to the commit process for individual patches and feature
> >> branches -
> >> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> >> . Prior to that, there was a discuss thread on the same topic.
> >>
> >> As INFRA handles the actual migration from subversion to git, the vote
> >> didn't include those specifics. The migration is going on as we speak
> (See
> >> INFRA-8195). The initial expectation was that the migration would be
> done
> >> in a few hours, but it has been several hours and the last I heard the
> >> import was still running.
> >>
> >> I have elaborated on the points in the vote thread and drafted up a wiki
> >> page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> >> . We can work on improving this further and call a vote thread on those
> >> items if need be.
> >>
> >> Thanks
> >> Karthik
> >>
> >>
> >> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> >> > wrote:
> >>
> >>> Karthik,
> >>>
> >>> I would like to see detailed information on how this migration will be
> >>> done, how it will affect the existing project and commit process. This
> >>> should be done in a document that can be reviewed instead of in an
> email
> >>> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >>> we have a vote to ensure everyone is one the same page on doing this
> and
> >>> how to go about it?
> >>>
> >>> Regards,
> >>> Suresh
> >>>
> >>>
> >>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> >>> wrote:
> >>>
> >>> > Last I heard, the import is still going on and appears closer to
> >>> getting
> >>> > done. Thanks for your patience with the migration.
> >>> >
> >>> > I ll update you as and when there is something. Eventually, the git
> >>> repo
> >>> > should be at the location in the wiki.
> >>> >
> >>> >
> >>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com>
> >>> > wrote:
> >>> >
> >>> > > Thanks for bringing these points up, Zhijie.
> >>> > >
> >>> > > By the way, a revised How-to-commit wiki is at:
> >>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> >>> free to
> >>> > > make changes and improve it.
> >>> > >
> >>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >>> >
> >>> > > wrote:
> >>> > >
> >>> > >> Do we have any convention about "user.name" and "user.email"? For
> >>> > >> example,
> >>> > >> we'd like to use @apache.org for the email.
> >>> > >>
> >>> > >
> >>> > > May be, we can ask people to use project-specific configs here and
> >>> use
> >>> > > their real name and @apache.org address.
> >>> > >
> >>> > > Is there any downside to letting people use their global values for
> >>> these
> >>> > > configs?
> >>> > >
> >>> > >
> >>> > >
> >>> > >>
> >>> > >> Moreover, do we want to use "--author="Author Name <
> >>> email@address.com>"
> >>> > >> when committing on behalf of a particular contributor?
> >>> > >>
> >>> > >
> >>> > > Fetching the email-address is complicated here. Should we use the
> >>> > > contributor's email from JIRA? What if that is not their @apache
> >>> address?
> >>> > >
> >>> > >
> >>> > >>
> >>> > >>
> >>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >>> kasha@cloudera.com>
> >>> > >> wrote:
> >>> > >>
> >>> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >>> > >> late, I
> >>> > >> > sent it as soon as I could.
> >>> > >> >
> >>> > >> >
> >>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >>> > stevel@hortonworks.com
> >>> > >> >
> >>> > >> > wrote:
> >>> > >> >
> >>> > >> > > just caught up with this after some offlininess...15:48 PST is
> >>> too
> >>> > >> late
> >>> > >> > for
> >>> > >> > > me.
> >>> > >> > >
> >>> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >>> does
> >>> > >> break
> >>> > >> > > existing code -especially people that have trunk off the git
> >>> mirrors
> >>> > >> and
> >>> > >> > > automated builds/merges to go with it.
> >>> > >> > >
> >>> > >> >
> >>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> >>> someone is
> >>> > >> > against it being trunk.
> >>> > >> >
> >>> > >> >
> >>> > >> > >
> >>> > >> > > "master" may be viewed as the official git way, but it doesn't
> >>> have
> >>> > to
> >>> > >> > be.
> >>> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >>> > >> releases,
> >>> > >> > > develop/ for dev.
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >
> >>> > wrote:
> >>> > >> > >
> >>> > >> > > > Couple of things:
> >>> > >> > > >
> >>> > >> > > > 1. Since no one expressed any reservations against doing
> this
> >>> on
> >>> > >> Sunday
> >>> > >> > > or
> >>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >>> think
> >>> > >> that
> >>> > >> > > > serves us better in the long run.
> >>> > >> > > >
> >>> > >> > > > 2. Arpit brought up the precommit builds - we should
> >>> definitely
> >>> > fix
> >>> > >> > them
> >>> > >> > > as
> >>> > >> > > > soon as we can. I understand Giri maintains those builds, do
> >>> we
> >>> > have
> >>> > >> > > anyone
> >>> > >> > > > else who has access in case Giri is not reachable? Giri -
> >>> please
> >>> > >> shout
> >>> > >> > > out
> >>> > >> > > > if you can help us with this either on Sunday or Monday.
> >>> > >> > > >
> >>> > >> > > > Thanks
> >>> > >> > > > Karthik
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >>> > >> kasha@cloudera.com>
> >>> > >> > > > wrote:
> >>> > >> > > >
> >>> > >> > > > > Also, does anyone know what we use for integration between
> >>> JIRA
> >>> > >> and
> >>> > >> > > svn?
> >>> > >> > > > I
> >>> > >> > > > > am assuming svn2jira.
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >>> > >> > kasha@cloudera.com>
> >>> > >> > > > > wrote:
> >>> > >> > > > >
> >>> > >> > > > >> Hi folks,
> >>> > >> > > > >>
> >>> > >> > > > >> For the SCM migration, feel free to follow
> >>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >>> > >> > > > >>
> >>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >>> result,
> >>> > >> the
> >>> > >> > > > >> subversion repository would be read-only. If this is a
> >>> major
> >>> > >> issue
> >>> > >> > for
> >>> > >> > > > you,
> >>> > >> > > > >> please shout out.
> >>> > >> > > > >>
> >>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >>> asking
> >>> > >> if
> >>> > >> > we
> >>> > >> > > > are
> >>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >>> git
> >>> > >> > lingo. I
> >>> > >> > > > am
> >>> > >> > > > >> tempted to say yes, but wanted to check.
> >>> > >> > > > >>
> >>> > >> > > > >> Would greatly appreciate any help with checking the git
> >>> repo
> >>> > has
> >>> > >> > > > >> everything.
> >>> > >> > > > >>
> >>> > >> > > > >> Thanks
> >>> > >> > > > >> Karthik
> >>> > >> > > > >>
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > >
> >>> > >> > >
> >>> > >> > > --
> >>> > >> > > CONFIDENTIALITY NOTICE
> >>> > >> > > NOTICE: This message is intended for the use of the individual
> >>> or
> >>> > >> entity
> >>> > >> > to
> >>> > >> > > which it is addressed and may contain information that is
> >>> > >> confidential,
> >>> > >> > > privileged and exempt from disclosure under applicable law. If
> >>> the
> >>> > >> reader
> >>> > >> > > of this message is not the intended recipient, you are hereby
> >>> > notified
> >>> > >> > that
> >>> > >> > > any printing, copying, dissemination, distribution, disclosure
> >>> or
> >>> > >> > > forwarding of this communication is strictly prohibited. If
> you
> >>> have
> >>> > >> > > received this communication in error, please contact the
> sender
> >>> > >> > immediately
> >>> > >> > > and delete it from your system. Thank You.
> >>> > >> > >
> >>> > >> >
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> --
> >>> > >> Zhijie Shen
> >>> > >> Hortonworks Inc.
> >>> > >> http://hortonworks.com/
> >>> > >>
> >>> > >> --
> >>> > >> CONFIDENTIALITY NOTICE
> >>> > >> NOTICE: This message is intended for the use of the individual or
> >>> entity
> >>> > >> to
> >>> > >> which it is addressed and may contain information that is
> >>> confidential,
> >>> > >> privileged and exempt from disclosure under applicable law. If the
> >>> > reader
> >>> > >> of this message is not the intended recipient, you are hereby
> >>> notified
> >>> > >> that
> >>> > >> any printing, copying, dissemination, distribution, disclosure or
> >>> > >> forwarding of this communication is strictly prohibited. If you
> have
> >>> > >> received this communication in error, please contact the sender
> >>> > >> immediately
> >>> > >> and delete it from your system. Thank You.
> >>> > >>
> >>> > >
> >>> > >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> http://hortonworks.com/download/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >>> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >>> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >>> immediately
> >>> and delete it from your system. Thank You.
> >>>
> >>
> >>
> >
> > --
> > Mobile
> >
>



-- 
Alejandro

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
Did a build. Started some stuff. Have a patch ready to be committed. ;)

Thanks Karthik and Daniel!



On Aug 26, 2014, at 2:26 PM, Karthik Kambatla <ka...@cloudera.com> wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
> 
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
> 
> Thanks for your cooperation,
> Karthik
> 
> 
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> 
>> The git repository is now ready for inspection. I ll take a look shortly,
>> but it would be great if a few others could too.
>> 
>> Once we are okay with it, we can ask it to be writable.
>> 
>> 
>> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>> 
>>> Hi Suresh
>>> 
>>> There was one vote thread on whether to migrate to git, and the
>>> implications to the commit process for individual patches and feature
>>> branches -
>>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>>> . Prior to that, there was a discuss thread on the same topic.
>>> 
>>> As INFRA handles the actual migration from subversion to git, the vote
>>> didn't include those specifics. The migration is going on as we speak (See
>>> INFRA-8195). The initial expectation was that the migration would be done
>>> in a few hours, but it has been several hours and the last I heard the
>>> import was still running.
>>> 
>>> I have elaborated on the points in the vote thread and drafted up a wiki
>>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>>> . We can work on improving this further and call a vote thread on those
>>> items if need be.
>>> 
>>> Thanks
>>> Karthik
>>> 
>>> 
>>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>>>> wrote:
>>> 
>>>> Karthik,
>>>> 
>>>> I would like to see detailed information on how this migration will be
>>>> done, how it will affect the existing project and commit process. This
>>>> should be done in a document that can be reviewed instead of in an email
>>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>>> we have a vote to ensure everyone is one the same page on doing this and
>>>> how to go about it?
>>>> 
>>>> Regards,
>>>> Suresh
>>>> 
>>>> 
>>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>>> wrote:
>>>> 
>>>>> Last I heard, the import is still going on and appears closer to
>>>> getting
>>>>> done. Thanks for your patience with the migration.
>>>>> 
>>>>> I ll update you as and when there is something. Eventually, the git
>>>> repo
>>>>> should be at the location in the wiki.
>>>>> 
>>>>> 
>>>>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>> 
>>>>>> Thanks for bringing these points up, Zhijie.
>>>>>> 
>>>>>> By the way, a revised How-to-commit wiki is at:
>>>>>> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>>> free to
>>>>>> make changes and improve it.
>>>>>> 
>>>>>> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>>>> 
>>>>>> wrote:
>>>>>> 
>>>>>>> Do we have any convention about "user.name" and "user.email"? For
>>>>>>> example,
>>>>>>> we'd like to use @apache.org for the email.
>>>>>>> 
>>>>>> 
>>>>>> May be, we can ask people to use project-specific configs here and
>>>> use
>>>>>> their real name and @apache.org address.
>>>>>> 
>>>>>> Is there any downside to letting people use their global values for
>>>> these
>>>>>> configs?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> Moreover, do we want to use "--author="Author Name <
>>>> email@address.com>"
>>>>>>> when committing on behalf of a particular contributor?
>>>>>>> 
>>>>>> 
>>>>>> Fetching the email-address is complicated here. Should we use the
>>>>>> contributor's email from JIRA? What if that is not their @apache
>>>> address?
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>>> kasha@cloudera.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Thanks for your input, Steve. Sorry for sending the email out that
>>>>>>> late, I
>>>>>>>> sent it as soon as I could.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>>>> stevel@hortonworks.com
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> just caught up with this after some offlininess...15:48 PST is
>>>> too
>>>>>>> late
>>>>>>>> for
>>>>>>>>> me.
>>>>>>>>> 
>>>>>>>>> I'd be -1 to a change to "master" because of that risk that it
>>>> does
>>>>>>> break
>>>>>>>>> existing code -especially people that have trunk off the git
>>>> mirrors
>>>>>>> and
>>>>>>>>> automated builds/merges to go with it.
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> Fair enough. It makes sense to leave it as "trunk", unless
>>>> someone is
>>>>>>>> against it being trunk.
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> "master" may be viewed as the official git way, but it doesn't
>>>> have
>>>>> to
>>>>>>>> be.
>>>>>>>>> For git-flow workflows (which we use in slider) master/ is for
>>>>>>> releases,
>>>>>>>>> develop/ for dev.
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Couple of things:
>>>>>>>>>> 
>>>>>>>>>> 1. Since no one expressed any reservations against doing this
>>>> on
>>>>>>> Sunday
>>>>>>>>> or
>>>>>>>>>> renaming trunk to master, I ll go ahead and confirm that. I
>>>> think
>>>>>>> that
>>>>>>>>>> serves us better in the long run.
>>>>>>>>>> 
>>>>>>>>>> 2. Arpit brought up the precommit builds - we should
>>>> definitely
>>>>> fix
>>>>>>>> them
>>>>>>>>> as
>>>>>>>>>> soon as we can. I understand Giri maintains those builds, do
>>>> we
>>>>> have
>>>>>>>>> anyone
>>>>>>>>>> else who has access in case Giri is not reachable? Giri -
>>>> please
>>>>>>> shout
>>>>>>>>> out
>>>>>>>>>> if you can help us with this either on Sunday or Monday.
>>>>>>>>>> 
>>>>>>>>>> Thanks
>>>>>>>>>> Karthik
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>>>>>> kasha@cloudera.com>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Also, does anyone know what we use for integration between
>>>> JIRA
>>>>>>> and
>>>>>>>>> svn?
>>>>>>>>>> I
>>>>>>>>>>> am assuming svn2jira.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>>>>>>> kasha@cloudera.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Hi folks,
>>>>>>>>>>>> 
>>>>>>>>>>>> For the SCM migration, feel free to follow
>>>>>>>>>>>> https://issues.apache.org/jira/browse/INFRA-8195
>>>>>>>>>>>> 
>>>>>>>>>>>> Most of this is planned to be handled this Sunday. As a
>>>> result,
>>>>>>> the
>>>>>>>>>>>> subversion repository would be read-only. If this is a
>>>> major
>>>>>>> issue
>>>>>>>> for
>>>>>>>>>> you,
>>>>>>>>>>>> please shout out.
>>>>>>>>>>>> 
>>>>>>>>>>>> Daniel Gruno, the one helping us with the migration, was
>>>> asking
>>>>>>> if
>>>>>>>> we
>>>>>>>>>> are
>>>>>>>>>>>> open to renaming "trunk" to "master" to better conform to
>>>> git
>>>>>>>> lingo. I
>>>>>>>>>> am
>>>>>>>>>>>> tempted to say yes, but wanted to check.
>>>>>>>>>>>> 
>>>>>>>>>>>> Would greatly appreciate any help with checking the git
>>>> repo
>>>>> has
>>>>>>>>>>>> everything.
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Karthik
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>>>> NOTICE: This message is intended for the use of the individual
>>>> or
>>>>>>> entity
>>>>>>>> to
>>>>>>>>> which it is addressed and may contain information that is
>>>>>>> confidential,
>>>>>>>>> privileged and exempt from disclosure under applicable law. If
>>>> the
>>>>>>> reader
>>>>>>>>> of this message is not the intended recipient, you are hereby
>>>>> notified
>>>>>>>> that
>>>>>>>>> any printing, copying, dissemination, distribution, disclosure
>>>> or
>>>>>>>>> forwarding of this communication is strictly prohibited. If you
>>>> have
>>>>>>>>> received this communication in error, please contact the sender
>>>>>>>> immediately
>>>>>>>>> and delete it from your system. Thank You.
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Zhijie Shen
>>>>>>> Hortonworks Inc.
>>>>>>> http://hortonworks.com/
>>>>>>> 
>>>>>>> --
>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>> NOTICE: This message is intended for the use of the individual or
>>>> entity
>>>>>>> to
>>>>>>> which it is addressed and may contain information that is
>>>> confidential,
>>>>>>> privileged and exempt from disclosure under applicable law. If the
>>>>> reader
>>>>>>> of this message is not the intended recipient, you are hereby
>>>> notified
>>>>>>> that
>>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>>> received this communication in error, please contact the sender
>>>>>>> immediately
>>>>>>> and delete it from your system. Thank You.
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> http://hortonworks.com/download/
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>>> immediately
>>>> and delete it from your system. Thank You.
>>>> 
>>> 
>>> 
>> 
>> --
>> Mobile
>> 


Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
Did a build. Started some stuff. Have a patch ready to be committed. ;)

Thanks Karthik and Daniel!



On Aug 26, 2014, at 2:26 PM, Karthik Kambatla <ka...@cloudera.com> wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
> 
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
> 
> Thanks for your cooperation,
> Karthik
> 
> 
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> 
>> The git repository is now ready for inspection. I ll take a look shortly,
>> but it would be great if a few others could too.
>> 
>> Once we are okay with it, we can ask it to be writable.
>> 
>> 
>> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>> 
>>> Hi Suresh
>>> 
>>> There was one vote thread on whether to migrate to git, and the
>>> implications to the commit process for individual patches and feature
>>> branches -
>>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>>> . Prior to that, there was a discuss thread on the same topic.
>>> 
>>> As INFRA handles the actual migration from subversion to git, the vote
>>> didn't include those specifics. The migration is going on as we speak (See
>>> INFRA-8195). The initial expectation was that the migration would be done
>>> in a few hours, but it has been several hours and the last I heard the
>>> import was still running.
>>> 
>>> I have elaborated on the points in the vote thread and drafted up a wiki
>>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>>> . We can work on improving this further and call a vote thread on those
>>> items if need be.
>>> 
>>> Thanks
>>> Karthik
>>> 
>>> 
>>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>>>> wrote:
>>> 
>>>> Karthik,
>>>> 
>>>> I would like to see detailed information on how this migration will be
>>>> done, how it will affect the existing project and commit process. This
>>>> should be done in a document that can be reviewed instead of in an email
>>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>>> we have a vote to ensure everyone is one the same page on doing this and
>>>> how to go about it?
>>>> 
>>>> Regards,
>>>> Suresh
>>>> 
>>>> 
>>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>>> wrote:
>>>> 
>>>>> Last I heard, the import is still going on and appears closer to
>>>> getting
>>>>> done. Thanks for your patience with the migration.
>>>>> 
>>>>> I ll update you as and when there is something. Eventually, the git
>>>> repo
>>>>> should be at the location in the wiki.
>>>>> 
>>>>> 
>>>>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>> 
>>>>>> Thanks for bringing these points up, Zhijie.
>>>>>> 
>>>>>> By the way, a revised How-to-commit wiki is at:
>>>>>> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>>> free to
>>>>>> make changes and improve it.
>>>>>> 
>>>>>> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>>>> 
>>>>>> wrote:
>>>>>> 
>>>>>>> Do we have any convention about "user.name" and "user.email"? For
>>>>>>> example,
>>>>>>> we'd like to use @apache.org for the email.
>>>>>>> 
>>>>>> 
>>>>>> May be, we can ask people to use project-specific configs here and
>>>> use
>>>>>> their real name and @apache.org address.
>>>>>> 
>>>>>> Is there any downside to letting people use their global values for
>>>> these
>>>>>> configs?
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> Moreover, do we want to use "--author="Author Name <
>>>> email@address.com>"
>>>>>>> when committing on behalf of a particular contributor?
>>>>>>> 
>>>>>> 
>>>>>> Fetching the email-address is complicated here. Should we use the
>>>>>> contributor's email from JIRA? What if that is not their @apache
>>>> address?
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>>> kasha@cloudera.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> Thanks for your input, Steve. Sorry for sending the email out that
>>>>>>> late, I
>>>>>>>> sent it as soon as I could.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>>>> stevel@hortonworks.com
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> just caught up with this after some offlininess...15:48 PST is
>>>> too
>>>>>>> late
>>>>>>>> for
>>>>>>>>> me.
>>>>>>>>> 
>>>>>>>>> I'd be -1 to a change to "master" because of that risk that it
>>>> does
>>>>>>> break
>>>>>>>>> existing code -especially people that have trunk off the git
>>>> mirrors
>>>>>>> and
>>>>>>>>> automated builds/merges to go with it.
>>>>>>>>> 
>>>>>>>> 
>>>>>>>> Fair enough. It makes sense to leave it as "trunk", unless
>>>> someone is
>>>>>>>> against it being trunk.
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> "master" may be viewed as the official git way, but it doesn't
>>>> have
>>>>> to
>>>>>>>> be.
>>>>>>>>> For git-flow workflows (which we use in slider) master/ is for
>>>>>>> releases,
>>>>>>>>> develop/ for dev.
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Couple of things:
>>>>>>>>>> 
>>>>>>>>>> 1. Since no one expressed any reservations against doing this
>>>> on
>>>>>>> Sunday
>>>>>>>>> or
>>>>>>>>>> renaming trunk to master, I ll go ahead and confirm that. I
>>>> think
>>>>>>> that
>>>>>>>>>> serves us better in the long run.
>>>>>>>>>> 
>>>>>>>>>> 2. Arpit brought up the precommit builds - we should
>>>> definitely
>>>>> fix
>>>>>>>> them
>>>>>>>>> as
>>>>>>>>>> soon as we can. I understand Giri maintains those builds, do
>>>> we
>>>>> have
>>>>>>>>> anyone
>>>>>>>>>> else who has access in case Giri is not reachable? Giri -
>>>> please
>>>>>>> shout
>>>>>>>>> out
>>>>>>>>>> if you can help us with this either on Sunday or Monday.
>>>>>>>>>> 
>>>>>>>>>> Thanks
>>>>>>>>>> Karthik
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>>>>>> kasha@cloudera.com>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Also, does anyone know what we use for integration between
>>>> JIRA
>>>>>>> and
>>>>>>>>> svn?
>>>>>>>>>> I
>>>>>>>>>>> am assuming svn2jira.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>>>>>>> kasha@cloudera.com>
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Hi folks,
>>>>>>>>>>>> 
>>>>>>>>>>>> For the SCM migration, feel free to follow
>>>>>>>>>>>> https://issues.apache.org/jira/browse/INFRA-8195
>>>>>>>>>>>> 
>>>>>>>>>>>> Most of this is planned to be handled this Sunday. As a
>>>> result,
>>>>>>> the
>>>>>>>>>>>> subversion repository would be read-only. If this is a
>>>> major
>>>>>>> issue
>>>>>>>> for
>>>>>>>>>> you,
>>>>>>>>>>>> please shout out.
>>>>>>>>>>>> 
>>>>>>>>>>>> Daniel Gruno, the one helping us with the migration, was
>>>> asking
>>>>>>> if
>>>>>>>> we
>>>>>>>>>> are
>>>>>>>>>>>> open to renaming "trunk" to "master" to better conform to
>>>> git
>>>>>>>> lingo. I
>>>>>>>>>> am
>>>>>>>>>>>> tempted to say yes, but wanted to check.
>>>>>>>>>>>> 
>>>>>>>>>>>> Would greatly appreciate any help with checking the git
>>>> repo
>>>>> has
>>>>>>>>>>>> everything.
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Karthik
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> --
>>>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>>>> NOTICE: This message is intended for the use of the individual
>>>> or
>>>>>>> entity
>>>>>>>> to
>>>>>>>>> which it is addressed and may contain information that is
>>>>>>> confidential,
>>>>>>>>> privileged and exempt from disclosure under applicable law. If
>>>> the
>>>>>>> reader
>>>>>>>>> of this message is not the intended recipient, you are hereby
>>>>> notified
>>>>>>>> that
>>>>>>>>> any printing, copying, dissemination, distribution, disclosure
>>>> or
>>>>>>>>> forwarding of this communication is strictly prohibited. If you
>>>> have
>>>>>>>>> received this communication in error, please contact the sender
>>>>>>>> immediately
>>>>>>>>> and delete it from your system. Thank You.
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Zhijie Shen
>>>>>>> Hortonworks Inc.
>>>>>>> http://hortonworks.com/
>>>>>>> 
>>>>>>> --
>>>>>>> CONFIDENTIALITY NOTICE
>>>>>>> NOTICE: This message is intended for the use of the individual or
>>>> entity
>>>>>>> to
>>>>>>> which it is addressed and may contain information that is
>>>> confidential,
>>>>>>> privileged and exempt from disclosure under applicable law. If the
>>>>> reader
>>>>>>> of this message is not the intended recipient, you are hereby
>>>> notified
>>>>>>> that
>>>>>>> any printing, copying, dissemination, distribution, disclosure or
>>>>>>> forwarding of this communication is strictly prohibited. If you have
>>>>>>> received this communication in error, please contact the sender
>>>>>>> immediately
>>>>>>> and delete it from your system. Thank You.
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> http://hortonworks.com/download/
>>>> 
>>>> --
>>>> CONFIDENTIALITY NOTICE
>>>> NOTICE: This message is intended for the use of the individual or entity
>>>> to
>>>> which it is addressed and may contain information that is confidential,
>>>> privileged and exempt from disclosure under applicable law. If the reader
>>>> of this message is not the intended recipient, you are hereby notified
>>>> that
>>>> any printing, copying, dissemination, distribution, disclosure or
>>>> forwarding of this communication is strictly prohibited. If you have
>>>> received this communication in error, please contact the sender
>>>> immediately
>>>> and delete it from your system. Thank You.
>>>> 
>>> 
>>> 
>> 
>> --
>> Mobile
>> 


Re: Updates on migration to git

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
I've just did some work on top of trunk and branch-2, all good.

Thanks Karthik.



On Tue, Aug 26, 2014 at 2:26 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> I compared the new asf git repo against the svn and github repos (mirrored
> from svn). Here is what I see:
> - for i in *; do git diff $i ../hadoop-github/$i; done showed no
> differences between the two. So, I think all the source is there.
> - The branches match
> - All svn tags exist in git, but git has a few more. These additional ones
> are those that we "deleted" from svn.
> - git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
> and 29549 revisions in the github repo. Checking with Daniel, he said the
> git svn import works differently compared to the git mirroring.
>
> Are we comfortable with making the git repo writable under these
> conditions? I ll let other people poke around and report.
>
> Thanks for your cooperation,
> Karthik
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> >> Hi Suresh
> >>
> >> There was one vote thread on whether to migrate to git, and the
> >> implications to the commit process for individual patches and feature
> >> branches -
> >> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> >> . Prior to that, there was a discuss thread on the same topic.
> >>
> >> As INFRA handles the actual migration from subversion to git, the vote
> >> didn't include those specifics. The migration is going on as we speak
> (See
> >> INFRA-8195). The initial expectation was that the migration would be
> done
> >> in a few hours, but it has been several hours and the last I heard the
> >> import was still running.
> >>
> >> I have elaborated on the points in the vote thread and drafted up a wiki
> >> page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> >> . We can work on improving this further and call a vote thread on those
> >> items if need be.
> >>
> >> Thanks
> >> Karthik
> >>
> >>
> >> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> >> > wrote:
> >>
> >>> Karthik,
> >>>
> >>> I would like to see detailed information on how this migration will be
> >>> done, how it will affect the existing project and commit process. This
> >>> should be done in a document that can be reviewed instead of in an
> email
> >>> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >>> we have a vote to ensure everyone is one the same page on doing this
> and
> >>> how to go about it?
> >>>
> >>> Regards,
> >>> Suresh
> >>>
> >>>
> >>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> >>> wrote:
> >>>
> >>> > Last I heard, the import is still going on and appears closer to
> >>> getting
> >>> > done. Thanks for your patience with the migration.
> >>> >
> >>> > I ll update you as and when there is something. Eventually, the git
> >>> repo
> >>> > should be at the location in the wiki.
> >>> >
> >>> >
> >>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com>
> >>> > wrote:
> >>> >
> >>> > > Thanks for bringing these points up, Zhijie.
> >>> > >
> >>> > > By the way, a revised How-to-commit wiki is at:
> >>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> >>> free to
> >>> > > make changes and improve it.
> >>> > >
> >>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >>> >
> >>> > > wrote:
> >>> > >
> >>> > >> Do we have any convention about "user.name" and "user.email"? For
> >>> > >> example,
> >>> > >> we'd like to use @apache.org for the email.
> >>> > >>
> >>> > >
> >>> > > May be, we can ask people to use project-specific configs here and
> >>> use
> >>> > > their real name and @apache.org address.
> >>> > >
> >>> > > Is there any downside to letting people use their global values for
> >>> these
> >>> > > configs?
> >>> > >
> >>> > >
> >>> > >
> >>> > >>
> >>> > >> Moreover, do we want to use "--author="Author Name <
> >>> email@address.com>"
> >>> > >> when committing on behalf of a particular contributor?
> >>> > >>
> >>> > >
> >>> > > Fetching the email-address is complicated here. Should we use the
> >>> > > contributor's email from JIRA? What if that is not their @apache
> >>> address?
> >>> > >
> >>> > >
> >>> > >>
> >>> > >>
> >>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >>> kasha@cloudera.com>
> >>> > >> wrote:
> >>> > >>
> >>> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >>> > >> late, I
> >>> > >> > sent it as soon as I could.
> >>> > >> >
> >>> > >> >
> >>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >>> > stevel@hortonworks.com
> >>> > >> >
> >>> > >> > wrote:
> >>> > >> >
> >>> > >> > > just caught up with this after some offlininess...15:48 PST is
> >>> too
> >>> > >> late
> >>> > >> > for
> >>> > >> > > me.
> >>> > >> > >
> >>> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >>> does
> >>> > >> break
> >>> > >> > > existing code -especially people that have trunk off the git
> >>> mirrors
> >>> > >> and
> >>> > >> > > automated builds/merges to go with it.
> >>> > >> > >
> >>> > >> >
> >>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> >>> someone is
> >>> > >> > against it being trunk.
> >>> > >> >
> >>> > >> >
> >>> > >> > >
> >>> > >> > > "master" may be viewed as the official git way, but it doesn't
> >>> have
> >>> > to
> >>> > >> > be.
> >>> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >>> > >> releases,
> >>> > >> > > develop/ for dev.
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > >
> >>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >
> >>> > wrote:
> >>> > >> > >
> >>> > >> > > > Couple of things:
> >>> > >> > > >
> >>> > >> > > > 1. Since no one expressed any reservations against doing
> this
> >>> on
> >>> > >> Sunday
> >>> > >> > > or
> >>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >>> think
> >>> > >> that
> >>> > >> > > > serves us better in the long run.
> >>> > >> > > >
> >>> > >> > > > 2. Arpit brought up the precommit builds - we should
> >>> definitely
> >>> > fix
> >>> > >> > them
> >>> > >> > > as
> >>> > >> > > > soon as we can. I understand Giri maintains those builds, do
> >>> we
> >>> > have
> >>> > >> > > anyone
> >>> > >> > > > else who has access in case Giri is not reachable? Giri -
> >>> please
> >>> > >> shout
> >>> > >> > > out
> >>> > >> > > > if you can help us with this either on Sunday or Monday.
> >>> > >> > > >
> >>> > >> > > > Thanks
> >>> > >> > > > Karthik
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > >
> >>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >>> > >> kasha@cloudera.com>
> >>> > >> > > > wrote:
> >>> > >> > > >
> >>> > >> > > > > Also, does anyone know what we use for integration between
> >>> JIRA
> >>> > >> and
> >>> > >> > > svn?
> >>> > >> > > > I
> >>> > >> > > > > am assuming svn2jira.
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >>> > >> > kasha@cloudera.com>
> >>> > >> > > > > wrote:
> >>> > >> > > > >
> >>> > >> > > > >> Hi folks,
> >>> > >> > > > >>
> >>> > >> > > > >> For the SCM migration, feel free to follow
> >>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >>> > >> > > > >>
> >>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >>> result,
> >>> > >> the
> >>> > >> > > > >> subversion repository would be read-only. If this is a
> >>> major
> >>> > >> issue
> >>> > >> > for
> >>> > >> > > > you,
> >>> > >> > > > >> please shout out.
> >>> > >> > > > >>
> >>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >>> asking
> >>> > >> if
> >>> > >> > we
> >>> > >> > > > are
> >>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >>> git
> >>> > >> > lingo. I
> >>> > >> > > > am
> >>> > >> > > > >> tempted to say yes, but wanted to check.
> >>> > >> > > > >>
> >>> > >> > > > >> Would greatly appreciate any help with checking the git
> >>> repo
> >>> > has
> >>> > >> > > > >> everything.
> >>> > >> > > > >>
> >>> > >> > > > >> Thanks
> >>> > >> > > > >> Karthik
> >>> > >> > > > >>
> >>> > >> > > > >
> >>> > >> > > > >
> >>> > >> > > >
> >>> > >> > >
> >>> > >> > > --
> >>> > >> > > CONFIDENTIALITY NOTICE
> >>> > >> > > NOTICE: This message is intended for the use of the individual
> >>> or
> >>> > >> entity
> >>> > >> > to
> >>> > >> > > which it is addressed and may contain information that is
> >>> > >> confidential,
> >>> > >> > > privileged and exempt from disclosure under applicable law. If
> >>> the
> >>> > >> reader
> >>> > >> > > of this message is not the intended recipient, you are hereby
> >>> > notified
> >>> > >> > that
> >>> > >> > > any printing, copying, dissemination, distribution, disclosure
> >>> or
> >>> > >> > > forwarding of this communication is strictly prohibited. If
> you
> >>> have
> >>> > >> > > received this communication in error, please contact the
> sender
> >>> > >> > immediately
> >>> > >> > > and delete it from your system. Thank You.
> >>> > >> > >
> >>> > >> >
> >>> > >>
> >>> > >>
> >>> > >>
> >>> > >> --
> >>> > >> Zhijie Shen
> >>> > >> Hortonworks Inc.
> >>> > >> http://hortonworks.com/
> >>> > >>
> >>> > >> --
> >>> > >> CONFIDENTIALITY NOTICE
> >>> > >> NOTICE: This message is intended for the use of the individual or
> >>> entity
> >>> > >> to
> >>> > >> which it is addressed and may contain information that is
> >>> confidential,
> >>> > >> privileged and exempt from disclosure under applicable law. If the
> >>> > reader
> >>> > >> of this message is not the intended recipient, you are hereby
> >>> notified
> >>> > >> that
> >>> > >> any printing, copying, dissemination, distribution, disclosure or
> >>> > >> forwarding of this communication is strictly prohibited. If you
> have
> >>> > >> received this communication in error, please contact the sender
> >>> > >> immediately
> >>> > >> and delete it from your system. Thank You.
> >>> > >>
> >>> > >
> >>> > >
> >>> >
> >>>
> >>>
> >>>
> >>> --
> >>> http://hortonworks.com/download/
> >>>
> >>> --
> >>> CONFIDENTIALITY NOTICE
> >>> NOTICE: This message is intended for the use of the individual or
> entity
> >>> to
> >>> which it is addressed and may contain information that is confidential,
> >>> privileged and exempt from disclosure under applicable law. If the
> reader
> >>> of this message is not the intended recipient, you are hereby notified
> >>> that
> >>> any printing, copying, dissemination, distribution, disclosure or
> >>> forwarding of this communication is strictly prohibited. If you have
> >>> received this communication in error, please contact the sender
> >>> immediately
> >>> and delete it from your system. Thank You.
> >>>
> >>
> >>
> >
> > --
> > Mobile
> >
>



-- 
Alejandro

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
I compared the new asf git repo against the svn and github repos (mirrored
from svn). Here is what I see:
- for i in *; do git diff $i ../hadoop-github/$i; done showed no
differences between the two. So, I think all the source is there.
- The branches match
- All svn tags exist in git, but git has a few more. These additional ones
are those that we "deleted" from svn.
- git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
and 29549 revisions in the github repo. Checking with Daniel, he said the
git svn import works differently compared to the git mirroring.

Are we comfortable with making the git repo writable under these
conditions? I ll let other people poke around and report.

Thanks for your cooperation,
Karthik


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
>> Hi Suresh
>>
>> There was one vote thread on whether to migrate to git, and the
>> implications to the commit process for individual patches and feature
>> branches -
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> . Prior to that, there was a discuss thread on the same topic.
>>
>> As INFRA handles the actual migration from subversion to git, the vote
>> didn't include those specifics. The migration is going on as we speak (See
>> INFRA-8195). The initial expectation was that the migration would be done
>> in a few hours, but it has been several hours and the last I heard the
>> import was still running.
>>
>> I have elaborated on the points in the vote thread and drafted up a wiki
>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>> . We can work on improving this further and call a vote thread on those
>> items if need be.
>>
>> Thanks
>> Karthik
>>
>>
>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>> > wrote:
>>
>>> Karthik,
>>>
>>> I would like to see detailed information on how this migration will be
>>> done, how it will affect the existing project and commit process. This
>>> should be done in a document that can be reviewed instead of in an email
>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>> we have a vote to ensure everyone is one the same page on doing this and
>>> how to go about it?
>>>
>>> Regards,
>>> Suresh
>>>
>>>
>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>> wrote:
>>>
>>> > Last I heard, the import is still going on and appears closer to
>>> getting
>>> > done. Thanks for your patience with the migration.
>>> >
>>> > I ll update you as and when there is something. Eventually, the git
>>> repo
>>> > should be at the location in the wiki.
>>> >
>>> >
>>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> >
>>> > > Thanks for bringing these points up, Zhijie.
>>> > >
>>> > > By the way, a revised How-to-commit wiki is at:
>>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>> free to
>>> > > make changes and improve it.
>>> > >
>>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>> >
>>> > > wrote:
>>> > >
>>> > >> Do we have any convention about "user.name" and "user.email"? For
>>> > >> example,
>>> > >> we'd like to use @apache.org for the email.
>>> > >>
>>> > >
>>> > > May be, we can ask people to use project-specific configs here and
>>> use
>>> > > their real name and @apache.org address.
>>> > >
>>> > > Is there any downside to letting people use their global values for
>>> these
>>> > > configs?
>>> > >
>>> > >
>>> > >
>>> > >>
>>> > >> Moreover, do we want to use "--author="Author Name <
>>> email@address.com>"
>>> > >> when committing on behalf of a particular contributor?
>>> > >>
>>> > >
>>> > > Fetching the email-address is complicated here. Should we use the
>>> > > contributor's email from JIRA? What if that is not their @apache
>>> address?
>>> > >
>>> > >
>>> > >>
>>> > >>
>>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>> kasha@cloudera.com>
>>> > >> wrote:
>>> > >>
>>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>>> > >> late, I
>>> > >> > sent it as soon as I could.
>>> > >> >
>>> > >> >
>>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>> > stevel@hortonworks.com
>>> > >> >
>>> > >> > wrote:
>>> > >> >
>>> > >> > > just caught up with this after some offlininess...15:48 PST is
>>> too
>>> > >> late
>>> > >> > for
>>> > >> > > me.
>>> > >> > >
>>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>>> does
>>> > >> break
>>> > >> > > existing code -especially people that have trunk off the git
>>> mirrors
>>> > >> and
>>> > >> > > automated builds/merges to go with it.
>>> > >> > >
>>> > >> >
>>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>>> someone is
>>> > >> > against it being trunk.
>>> > >> >
>>> > >> >
>>> > >> > >
>>> > >> > > "master" may be viewed as the official git way, but it doesn't
>>> have
>>> > to
>>> > >> > be.
>>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>>> > >> releases,
>>> > >> > > develop/ for dev.
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> > >> > >
>>> > >> > > > Couple of things:
>>> > >> > > >
>>> > >> > > > 1. Since no one expressed any reservations against doing this
>>> on
>>> > >> Sunday
>>> > >> > > or
>>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>>> think
>>> > >> that
>>> > >> > > > serves us better in the long run.
>>> > >> > > >
>>> > >> > > > 2. Arpit brought up the precommit builds - we should
>>> definitely
>>> > fix
>>> > >> > them
>>> > >> > > as
>>> > >> > > > soon as we can. I understand Giri maintains those builds, do
>>> we
>>> > have
>>> > >> > > anyone
>>> > >> > > > else who has access in case Giri is not reachable? Giri -
>>> please
>>> > >> shout
>>> > >> > > out
>>> > >> > > > if you can help us with this either on Sunday or Monday.
>>> > >> > > >
>>> > >> > > > Thanks
>>> > >> > > > Karthik
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>> > >> kasha@cloudera.com>
>>> > >> > > > wrote:
>>> > >> > > >
>>> > >> > > > > Also, does anyone know what we use for integration between
>>> JIRA
>>> > >> and
>>> > >> > > svn?
>>> > >> > > > I
>>> > >> > > > > am assuming svn2jira.
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>> > >> > kasha@cloudera.com>
>>> > >> > > > > wrote:
>>> > >> > > > >
>>> > >> > > > >> Hi folks,
>>> > >> > > > >>
>>> > >> > > > >> For the SCM migration, feel free to follow
>>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>>> > >> > > > >>
>>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>>> result,
>>> > >> the
>>> > >> > > > >> subversion repository would be read-only. If this is a
>>> major
>>> > >> issue
>>> > >> > for
>>> > >> > > > you,
>>> > >> > > > >> please shout out.
>>> > >> > > > >>
>>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>>> asking
>>> > >> if
>>> > >> > we
>>> > >> > > > are
>>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>>> git
>>> > >> > lingo. I
>>> > >> > > > am
>>> > >> > > > >> tempted to say yes, but wanted to check.
>>> > >> > > > >>
>>> > >> > > > >> Would greatly appreciate any help with checking the git
>>> repo
>>> > has
>>> > >> > > > >> everything.
>>> > >> > > > >>
>>> > >> > > > >> Thanks
>>> > >> > > > >> Karthik
>>> > >> > > > >>
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> > > --
>>> > >> > > CONFIDENTIALITY NOTICE
>>> > >> > > NOTICE: This message is intended for the use of the individual
>>> or
>>> > >> entity
>>> > >> > to
>>> > >> > > which it is addressed and may contain information that is
>>> > >> confidential,
>>> > >> > > privileged and exempt from disclosure under applicable law. If
>>> the
>>> > >> reader
>>> > >> > > of this message is not the intended recipient, you are hereby
>>> > notified
>>> > >> > that
>>> > >> > > any printing, copying, dissemination, distribution, disclosure
>>> or
>>> > >> > > forwarding of this communication is strictly prohibited. If you
>>> have
>>> > >> > > received this communication in error, please contact the sender
>>> > >> > immediately
>>> > >> > > and delete it from your system. Thank You.
>>> > >> > >
>>> > >> >
>>> > >>
>>> > >>
>>> > >>
>>> > >> --
>>> > >> Zhijie Shen
>>> > >> Hortonworks Inc.
>>> > >> http://hortonworks.com/
>>> > >>
>>> > >> --
>>> > >> CONFIDENTIALITY NOTICE
>>> > >> NOTICE: This message is intended for the use of the individual or
>>> entity
>>> > >> to
>>> > >> which it is addressed and may contain information that is
>>> confidential,
>>> > >> privileged and exempt from disclosure under applicable law. If the
>>> > reader
>>> > >> of this message is not the intended recipient, you are hereby
>>> notified
>>> > >> that
>>> > >> any printing, copying, dissemination, distribution, disclosure or
>>> > >> forwarding of this communication is strictly prohibited. If you have
>>> > >> received this communication in error, please contact the sender
>>> > >> immediately
>>> > >> and delete it from your system. Thank You.
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> http://hortonworks.com/download/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>>> immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>
> --
> Mobile
>

Re: Updates on migration to git

Posted by Colin McCabe <cm...@alumni.cmu.edu>.
Thanks for making this happen, Karthik and Daniel.  Great job.

best,
Colin

On Tue, Aug 26, 2014 at 5:59 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
> Yes, we have requested for force-push disabled on trunk and branch-*
> branches. I didn't test it though :P, it is not writable yet.
>
>
> On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:
>
>> Hey Karthik,
>>
>> Just to confirm, have we disabled force-push support on the repo?
>>
>> In my experience, especially when a project has committers new to git,
>> force-push support causes more trouble than it's worth.
>>
>> -Todd
>>
>>
>> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Looks like our git repo is good to go.
>> >
>> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
>> find
>> > any issues, please comment on the JIRA.
>> >
>> > Thanks
>> > Karthik
>> >
>> >
>> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
>> >
>> > wrote:
>> >
>> > > I cloned the new repo, built trunk and branch-2, verified all the
>> > branches
>> > > are present. Also checked a few branches and the recent commit history
>> > > matches our existing repo. Everything looks good so far.
>> > >
>> > >
>> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > >
>> > > > The git repository is now ready for inspection. I ll take a look
>> > shortly,
>> > > > but it would be great if a few others could too.
>> > > >
>> > > > Once we are okay with it, we can ask it to be writable.
>> > > >
>> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > > >
>> > > > > Hi Suresh
>> > > > >
>> > > > > There was one vote thread on whether to migrate to git, and the
>> > > > > implications to the commit process for individual patches and
>> feature
>> > > > > branches -
>> > > > >
>> > >
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> > > > .
>> > > > > Prior to that, there was a discuss thread on the same topic.
>> > > > >
>> > > > > As INFRA handles the actual migration from subversion to git, the
>> > vote
>> > > > > didn't include those specifics. The migration is going on as we
>> speak
>> > > > (See
>> > > > > INFRA-8195). The initial expectation was that the migration would
>> be
>> > > done
>> > > > > in a few hours, but it has been several hours and the last I heard
>> > the
>> > > > > import was still running.
>> > > > >
>> > > > > I have elaborated on the points in the vote thread and drafted up a
>> > > wiki
>> > > > > page on how-to-commit -
>> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
>> > > > > . We can work on improving this further and call a vote thread on
>> > those
>> > > > > items if need be.
>> > > > >
>> > > > > Thanks
>> > > > > Karthik
>> > > > >
>> > > > >
>> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
>> > > > suresh@hortonworks.com
>> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>> > > > >
>> > > > >> Karthik,
>> > > > >>
>> > > > >> I would like to see detailed information on how this migration
>> will
>> > be
>> > > > >> done, how it will affect the existing project and commit process.
>> > This
>> > > > >> should be done in a document that can be reviewed instead of in an
>> > > email
>> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
>> > > > should
>> > > > >> we have a vote to ensure everyone is one the same page on doing
>> this
>> > > and
>> > > > >> how to go about it?
>> > > > >>
>> > > > >> Regards,
>> > > > >> Suresh
>> > > > >>
>> > > > >>
>> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
>> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Last I heard, the import is still going on and appears closer to
>> > > > getting
>> > > > >> > done. Thanks for your patience with the migration.
>> > > > >> >
>> > > > >> > I ll update you as and when there is something. Eventually, the
>> > git
>> > > > repo
>> > > > >> > should be at the location in the wiki.
>> > > > >> >
>> > > > >> >
>> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> >
>> > > > >> > > Thanks for bringing these points up, Zhijie.
>> > > > >> > >
>> > > > >> > > By the way, a revised How-to-commit wiki is at:
>> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
>> feel
>> > > > free
>> > > > >> to
>> > > > >> > > make changes and improve it.
>> > > > >> > >
>> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
>> > > > zshen@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > >> Do we have any convention about "user.name" and
>> "user.email"?
>> > > For
>> > > > >> > >> example,
>> > > > >> > >> we'd like to use @apache.org for the email.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > May be, we can ask people to use project-specific configs here
>> > and
>> > > > use
>> > > > >> > > their real name and @apache.org address.
>> > > > >> > >
>> > > > >> > > Is there any downside to letting people use their global
>> values
>> > > for
>> > > > >> these
>> > > > >> > > configs?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >> Moreover, do we want to use "--author="Author Name <
>> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
>> > > ');>>"
>> > > > >> > >> when committing on behalf of a particular contributor?
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > Fetching the email-address is complicated here. Should we use
>> > the
>> > > > >> > > contributor's email from JIRA? What if that is not their
>> @apache
>> > > > >> address?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
>> kasha@cloudera.com
>> > > > ');>>
>> > > > >> > >> wrote:
>> > > > >> > >>
>> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
>> out
>> > > > that
>> > > > >> > >> late, I
>> > > > >> > >> > sent it as soon as I could.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > > > >> > stevel@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > > > >> > >> >
>> > > > >> > >> > wrote:
>> > > > >> > >> >
>> > > > >> > >> > > just caught up with this after some offlininess...15:48
>> PST
>> > > is
>> > > > >> too
>> > > > >> > >> late
>> > > > >> > >> > for
>> > > > >> > >> > > me.
>> > > > >> > >> > >
>> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
>> that
>> > > it
>> > > > >> does
>> > > > >> > >> break
>> > > > >> > >> > > existing code -especially people that have trunk off the
>> > git
>> > > > >> mirrors
>> > > > >> > >> and
>> > > > >> > >> > > automated builds/merges to go with it.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>> > > > someone
>> > > > >> is
>> > > > >> > >> > against it being trunk.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > >
>> > > > >> > >> > > "master" may be viewed as the official git way, but it
>> > > doesn't
>> > > > >> have
>> > > > >> > to
>> > > > >> > >> > be.
>> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
>> is
>> > > for
>> > > > >> > >> releases,
>> > > > >> > >> > > develop/ for dev.
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> > >> > >
>> > > > >> > >> > > > Couple of things:
>> > > > >> > >> > > >
>> > > > >> > >> > > > 1. Since no one expressed any reservations against
>> doing
>> > > this
>> > > > >> on
>> > > > >> > >> Sunday
>> > > > >> > >> > > or
>> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
>> > that. I
>> > > > >> think
>> > > > >> > >> that
>> > > > >> > >> > > > serves us better in the long run.
>> > > > >> > >> > > >
>> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
>> > > > definitely
>> > > > >> > fix
>> > > > >> > >> > them
>> > > > >> > >> > > as
>> > > > >> > >> > > > soon as we can. I understand Giri maintains those
>> builds,
>> > > do
>> > > > we
>> > > > >> > have
>> > > > >> > >> > > anyone
>> > > > >> > >> > > > else who has access in case Giri is not reachable?
>> Giri -
>> > > > >> please
>> > > > >> > >> shout
>> > > > >> > >> > > out
>> > > > >> > >> > > > if you can help us with this either on Sunday or
>> Monday.
>> > > > >> > >> > > >
>> > > > >> > >> > > > Thanks
>> > > > >> > >> > > > Karthik
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > > > >> > >> kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > wrote:
>> > > > >> > >> > > >
>> > > > >> > >> > > > > Also, does anyone know what we use for integration
>> > > between
>> > > > >> JIRA
>> > > > >> > >> and
>> > > > >> > >> > > svn?
>> > > > >> > >> > > > I
>> > > > >> > >> > > > > am assuming svn2jira.
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > > > >> > >> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > > wrote:
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >> Hi folks,
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> For the SCM migration, feel free to follow
>> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
>> As
>> > a
>> > > > >> result,
>> > > > >> > >> the
>> > > > >> > >> > > > >> subversion repository would be read-only. If this
>> is a
>> > > > major
>> > > > >> > >> issue
>> > > > >> > >> > for
>> > > > >> > >> > > > you,
>> > > > >> > >> > > > >> please shout out.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
>> > was
>> > > > >> asking
>> > > > >> > >> if
>> > > > >> > >> > we
>> > > > >> > >> > > > are
>> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
>> conform
>> > > to
>> > > > >> git
>> > > > >> > >> > lingo. I
>> > > > >> > >> > > > am
>> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
>> > git
>> > > > repo
>> > > > >> > has
>> > > > >> > >> > > > >> everything.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Thanks
>> > > > >> > >> > > > >> Karthik
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > >
>> > > > >> > >> > >
>> > > > >> > >> > > --
>> > > > >> > >> > > CONFIDENTIALITY NOTICE
>> > > > >> > >> > > NOTICE: This message is intended for the use of the
>> > > individual
>> > > > or
>> > > > >> > >> entity
>> > > > >> > >> > to
>> > > > >> > >> > > which it is addressed and may contain information that is
>> > > > >> > >> confidential,
>> > > > >> > >> > > privileged and exempt from disclosure under applicable
>> law.
>> > > If
>> > > > >> the
>> > > > >> > >> reader
>> > > > >> > >> > > of this message is not the intended recipient, you are
>> > hereby
>> > > > >> > notified
>> > > > >> > >> > that
>> > > > >> > >> > > any printing, copying, dissemination, distribution,
>> > > disclosure
>> > > > or
>> > > > >> > >> > > forwarding of this communication is strictly prohibited.
>> If
>> > > you
>> > > > >> have
>> > > > >> > >> > > received this communication in error, please contact the
>> > > sender
>> > > > >> > >> > immediately
>> > > > >> > >> > > and delete it from your system. Thank You.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> Zhijie Shen
>> > > > >> > >> Hortonworks Inc.
>> > > > >> > >> http://hortonworks.com/
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> CONFIDENTIALITY NOTICE
>> > > > >> > >> NOTICE: This message is intended for the use of the
>> individual
>> > or
>> > > > >> entity
>> > > > >> > >> to
>> > > > >> > >> which it is addressed and may contain information that is
>> > > > >> confidential,
>> > > > >> > >> privileged and exempt from disclosure under applicable law.
>> If
>> > > the
>> > > > >> > reader
>> > > > >> > >> of this message is not the intended recipient, you are hereby
>> > > > >> notified
>> > > > >> > >> that
>> > > > >> > >> any printing, copying, dissemination, distribution,
>> disclosure
>> > or
>> > > > >> > >> forwarding of this communication is strictly prohibited. If
>> you
>> > > > have
>> > > > >> > >> received this communication in error, please contact the
>> sender
>> > > > >> > >> immediately
>> > > > >> > >> and delete it from your system. Thank You.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> http://hortonworks.com/download/
>> > > > >>
>> > > > >> --
>> > > > >> CONFIDENTIALITY NOTICE
>> > > > >> NOTICE: This message is intended for the use of the individual or
>> > > entity
>> > > > >> to
>> > > > >> which it is addressed and may contain information that is
>> > > confidential,
>> > > > >> privileged and exempt from disclosure under applicable law. If the
>> > > > reader
>> > > > >> of this message is not the intended recipient, you are hereby
>> > notified
>> > > > >> that
>> > > > >> any printing, copying, dissemination, distribution, disclosure or
>> > > > >> forwarding of this communication is strictly prohibited. If you
>> have
>> > > > >> received this communication in error, please contact the sender
>> > > > >> immediately
>> > > > >> and delete it from your system. Thank You.
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Mobile
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Todd Lipcon
>> Software Engineer, Cloudera
>>

Re: Updates on migration to git

Posted by Colin McCabe <cm...@alumni.cmu.edu>.
Thanks for making this happen, Karthik and Daniel.  Great job.

best,
Colin

On Tue, Aug 26, 2014 at 5:59 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
> Yes, we have requested for force-push disabled on trunk and branch-*
> branches. I didn't test it though :P, it is not writable yet.
>
>
> On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:
>
>> Hey Karthik,
>>
>> Just to confirm, have we disabled force-push support on the repo?
>>
>> In my experience, especially when a project has committers new to git,
>> force-push support causes more trouble than it's worth.
>>
>> -Todd
>>
>>
>> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Looks like our git repo is good to go.
>> >
>> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
>> find
>> > any issues, please comment on the JIRA.
>> >
>> > Thanks
>> > Karthik
>> >
>> >
>> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
>> >
>> > wrote:
>> >
>> > > I cloned the new repo, built trunk and branch-2, verified all the
>> > branches
>> > > are present. Also checked a few branches and the recent commit history
>> > > matches our existing repo. Everything looks good so far.
>> > >
>> > >
>> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > >
>> > > > The git repository is now ready for inspection. I ll take a look
>> > shortly,
>> > > > but it would be great if a few others could too.
>> > > >
>> > > > Once we are okay with it, we can ask it to be writable.
>> > > >
>> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > > >
>> > > > > Hi Suresh
>> > > > >
>> > > > > There was one vote thread on whether to migrate to git, and the
>> > > > > implications to the commit process for individual patches and
>> feature
>> > > > > branches -
>> > > > >
>> > >
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> > > > .
>> > > > > Prior to that, there was a discuss thread on the same topic.
>> > > > >
>> > > > > As INFRA handles the actual migration from subversion to git, the
>> > vote
>> > > > > didn't include those specifics. The migration is going on as we
>> speak
>> > > > (See
>> > > > > INFRA-8195). The initial expectation was that the migration would
>> be
>> > > done
>> > > > > in a few hours, but it has been several hours and the last I heard
>> > the
>> > > > > import was still running.
>> > > > >
>> > > > > I have elaborated on the points in the vote thread and drafted up a
>> > > wiki
>> > > > > page on how-to-commit -
>> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
>> > > > > . We can work on improving this further and call a vote thread on
>> > those
>> > > > > items if need be.
>> > > > >
>> > > > > Thanks
>> > > > > Karthik
>> > > > >
>> > > > >
>> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
>> > > > suresh@hortonworks.com
>> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>> > > > >
>> > > > >> Karthik,
>> > > > >>
>> > > > >> I would like to see detailed information on how this migration
>> will
>> > be
>> > > > >> done, how it will affect the existing project and commit process.
>> > This
>> > > > >> should be done in a document that can be reviewed instead of in an
>> > > email
>> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
>> > > > should
>> > > > >> we have a vote to ensure everyone is one the same page on doing
>> this
>> > > and
>> > > > >> how to go about it?
>> > > > >>
>> > > > >> Regards,
>> > > > >> Suresh
>> > > > >>
>> > > > >>
>> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
>> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Last I heard, the import is still going on and appears closer to
>> > > > getting
>> > > > >> > done. Thanks for your patience with the migration.
>> > > > >> >
>> > > > >> > I ll update you as and when there is something. Eventually, the
>> > git
>> > > > repo
>> > > > >> > should be at the location in the wiki.
>> > > > >> >
>> > > > >> >
>> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> >
>> > > > >> > > Thanks for bringing these points up, Zhijie.
>> > > > >> > >
>> > > > >> > > By the way, a revised How-to-commit wiki is at:
>> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
>> feel
>> > > > free
>> > > > >> to
>> > > > >> > > make changes and improve it.
>> > > > >> > >
>> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
>> > > > zshen@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > >> Do we have any convention about "user.name" and
>> "user.email"?
>> > > For
>> > > > >> > >> example,
>> > > > >> > >> we'd like to use @apache.org for the email.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > May be, we can ask people to use project-specific configs here
>> > and
>> > > > use
>> > > > >> > > their real name and @apache.org address.
>> > > > >> > >
>> > > > >> > > Is there any downside to letting people use their global
>> values
>> > > for
>> > > > >> these
>> > > > >> > > configs?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >> Moreover, do we want to use "--author="Author Name <
>> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
>> > > ');>>"
>> > > > >> > >> when committing on behalf of a particular contributor?
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > Fetching the email-address is complicated here. Should we use
>> > the
>> > > > >> > > contributor's email from JIRA? What if that is not their
>> @apache
>> > > > >> address?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
>> kasha@cloudera.com
>> > > > ');>>
>> > > > >> > >> wrote:
>> > > > >> > >>
>> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
>> out
>> > > > that
>> > > > >> > >> late, I
>> > > > >> > >> > sent it as soon as I could.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > > > >> > stevel@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > > > >> > >> >
>> > > > >> > >> > wrote:
>> > > > >> > >> >
>> > > > >> > >> > > just caught up with this after some offlininess...15:48
>> PST
>> > > is
>> > > > >> too
>> > > > >> > >> late
>> > > > >> > >> > for
>> > > > >> > >> > > me.
>> > > > >> > >> > >
>> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
>> that
>> > > it
>> > > > >> does
>> > > > >> > >> break
>> > > > >> > >> > > existing code -especially people that have trunk off the
>> > git
>> > > > >> mirrors
>> > > > >> > >> and
>> > > > >> > >> > > automated builds/merges to go with it.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>> > > > someone
>> > > > >> is
>> > > > >> > >> > against it being trunk.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > >
>> > > > >> > >> > > "master" may be viewed as the official git way, but it
>> > > doesn't
>> > > > >> have
>> > > > >> > to
>> > > > >> > >> > be.
>> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
>> is
>> > > for
>> > > > >> > >> releases,
>> > > > >> > >> > > develop/ for dev.
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> > >> > >
>> > > > >> > >> > > > Couple of things:
>> > > > >> > >> > > >
>> > > > >> > >> > > > 1. Since no one expressed any reservations against
>> doing
>> > > this
>> > > > >> on
>> > > > >> > >> Sunday
>> > > > >> > >> > > or
>> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
>> > that. I
>> > > > >> think
>> > > > >> > >> that
>> > > > >> > >> > > > serves us better in the long run.
>> > > > >> > >> > > >
>> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
>> > > > definitely
>> > > > >> > fix
>> > > > >> > >> > them
>> > > > >> > >> > > as
>> > > > >> > >> > > > soon as we can. I understand Giri maintains those
>> builds,
>> > > do
>> > > > we
>> > > > >> > have
>> > > > >> > >> > > anyone
>> > > > >> > >> > > > else who has access in case Giri is not reachable?
>> Giri -
>> > > > >> please
>> > > > >> > >> shout
>> > > > >> > >> > > out
>> > > > >> > >> > > > if you can help us with this either on Sunday or
>> Monday.
>> > > > >> > >> > > >
>> > > > >> > >> > > > Thanks
>> > > > >> > >> > > > Karthik
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > > > >> > >> kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > wrote:
>> > > > >> > >> > > >
>> > > > >> > >> > > > > Also, does anyone know what we use for integration
>> > > between
>> > > > >> JIRA
>> > > > >> > >> and
>> > > > >> > >> > > svn?
>> > > > >> > >> > > > I
>> > > > >> > >> > > > > am assuming svn2jira.
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > > > >> > >> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > > wrote:
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >> Hi folks,
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> For the SCM migration, feel free to follow
>> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
>> As
>> > a
>> > > > >> result,
>> > > > >> > >> the
>> > > > >> > >> > > > >> subversion repository would be read-only. If this
>> is a
>> > > > major
>> > > > >> > >> issue
>> > > > >> > >> > for
>> > > > >> > >> > > > you,
>> > > > >> > >> > > > >> please shout out.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
>> > was
>> > > > >> asking
>> > > > >> > >> if
>> > > > >> > >> > we
>> > > > >> > >> > > > are
>> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
>> conform
>> > > to
>> > > > >> git
>> > > > >> > >> > lingo. I
>> > > > >> > >> > > > am
>> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
>> > git
>> > > > repo
>> > > > >> > has
>> > > > >> > >> > > > >> everything.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Thanks
>> > > > >> > >> > > > >> Karthik
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > >
>> > > > >> > >> > >
>> > > > >> > >> > > --
>> > > > >> > >> > > CONFIDENTIALITY NOTICE
>> > > > >> > >> > > NOTICE: This message is intended for the use of the
>> > > individual
>> > > > or
>> > > > >> > >> entity
>> > > > >> > >> > to
>> > > > >> > >> > > which it is addressed and may contain information that is
>> > > > >> > >> confidential,
>> > > > >> > >> > > privileged and exempt from disclosure under applicable
>> law.
>> > > If
>> > > > >> the
>> > > > >> > >> reader
>> > > > >> > >> > > of this message is not the intended recipient, you are
>> > hereby
>> > > > >> > notified
>> > > > >> > >> > that
>> > > > >> > >> > > any printing, copying, dissemination, distribution,
>> > > disclosure
>> > > > or
>> > > > >> > >> > > forwarding of this communication is strictly prohibited.
>> If
>> > > you
>> > > > >> have
>> > > > >> > >> > > received this communication in error, please contact the
>> > > sender
>> > > > >> > >> > immediately
>> > > > >> > >> > > and delete it from your system. Thank You.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> Zhijie Shen
>> > > > >> > >> Hortonworks Inc.
>> > > > >> > >> http://hortonworks.com/
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> CONFIDENTIALITY NOTICE
>> > > > >> > >> NOTICE: This message is intended for the use of the
>> individual
>> > or
>> > > > >> entity
>> > > > >> > >> to
>> > > > >> > >> which it is addressed and may contain information that is
>> > > > >> confidential,
>> > > > >> > >> privileged and exempt from disclosure under applicable law.
>> If
>> > > the
>> > > > >> > reader
>> > > > >> > >> of this message is not the intended recipient, you are hereby
>> > > > >> notified
>> > > > >> > >> that
>> > > > >> > >> any printing, copying, dissemination, distribution,
>> disclosure
>> > or
>> > > > >> > >> forwarding of this communication is strictly prohibited. If
>> you
>> > > > have
>> > > > >> > >> received this communication in error, please contact the
>> sender
>> > > > >> > >> immediately
>> > > > >> > >> and delete it from your system. Thank You.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> http://hortonworks.com/download/
>> > > > >>
>> > > > >> --
>> > > > >> CONFIDENTIALITY NOTICE
>> > > > >> NOTICE: This message is intended for the use of the individual or
>> > > entity
>> > > > >> to
>> > > > >> which it is addressed and may contain information that is
>> > > confidential,
>> > > > >> privileged and exempt from disclosure under applicable law. If the
>> > > > reader
>> > > > >> of this message is not the intended recipient, you are hereby
>> > notified
>> > > > >> that
>> > > > >> any printing, copying, dissemination, distribution, disclosure or
>> > > > >> forwarding of this communication is strictly prohibited. If you
>> have
>> > > > >> received this communication in error, please contact the sender
>> > > > >> immediately
>> > > > >> and delete it from your system. Thank You.
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Mobile
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Todd Lipcon
>> Software Engineer, Cloudera
>>

Re: Updates on migration to git

Posted by Colin McCabe <cm...@alumni.cmu.edu>.
Thanks for making this happen, Karthik and Daniel.  Great job.

best,
Colin

On Tue, Aug 26, 2014 at 5:59 PM, Karthik Kambatla <ka...@cloudera.com> wrote:
> Yes, we have requested for force-push disabled on trunk and branch-*
> branches. I didn't test it though :P, it is not writable yet.
>
>
> On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:
>
>> Hey Karthik,
>>
>> Just to confirm, have we disabled force-push support on the repo?
>>
>> In my experience, especially when a project has committers new to git,
>> force-push support causes more trouble than it's worth.
>>
>> -Todd
>>
>>
>> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Looks like our git repo is good to go.
>> >
>> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
>> find
>> > any issues, please comment on the JIRA.
>> >
>> > Thanks
>> > Karthik
>> >
>> >
>> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
>> >
>> > wrote:
>> >
>> > > I cloned the new repo, built trunk and branch-2, verified all the
>> > branches
>> > > are present. Also checked a few branches and the recent commit history
>> > > matches our existing repo. Everything looks good so far.
>> > >
>> > >
>> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > >
>> > > > The git repository is now ready for inspection. I ll take a look
>> > shortly,
>> > > > but it would be great if a few others could too.
>> > > >
>> > > > Once we are okay with it, we can ask it to be writable.
>> > > >
>> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
>> > > wrote:
>> > > >
>> > > > > Hi Suresh
>> > > > >
>> > > > > There was one vote thread on whether to migrate to git, and the
>> > > > > implications to the commit process for individual patches and
>> feature
>> > > > > branches -
>> > > > >
>> > >
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> > > > .
>> > > > > Prior to that, there was a discuss thread on the same topic.
>> > > > >
>> > > > > As INFRA handles the actual migration from subversion to git, the
>> > vote
>> > > > > didn't include those specifics. The migration is going on as we
>> speak
>> > > > (See
>> > > > > INFRA-8195). The initial expectation was that the migration would
>> be
>> > > done
>> > > > > in a few hours, but it has been several hours and the last I heard
>> > the
>> > > > > import was still running.
>> > > > >
>> > > > > I have elaborated on the points in the vote thread and drafted up a
>> > > wiki
>> > > > > page on how-to-commit -
>> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
>> > > > > . We can work on improving this further and call a vote thread on
>> > those
>> > > > > items if need be.
>> > > > >
>> > > > > Thanks
>> > > > > Karthik
>> > > > >
>> > > > >
>> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
>> > > > suresh@hortonworks.com
>> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>> > > > >
>> > > > >> Karthik,
>> > > > >>
>> > > > >> I would like to see detailed information on how this migration
>> will
>> > be
>> > > > >> done, how it will affect the existing project and commit process.
>> > This
>> > > > >> should be done in a document that can be reviewed instead of in an
>> > > email
>> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
>> > > > should
>> > > > >> we have a vote to ensure everyone is one the same page on doing
>> this
>> > > and
>> > > > >> how to go about it?
>> > > > >>
>> > > > >> Regards,
>> > > > >> Suresh
>> > > > >>
>> > > > >>
>> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
>> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> wrote:
>> > > > >>
>> > > > >> > Last I heard, the import is still going on and appears closer to
>> > > > getting
>> > > > >> > done. Thanks for your patience with the migration.
>> > > > >> >
>> > > > >> > I ll update you as and when there is something. Eventually, the
>> > git
>> > > > repo
>> > > > >> > should be at the location in the wiki.
>> > > > >> >
>> > > > >> >
>> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> >
>> > > > >> > > Thanks for bringing these points up, Zhijie.
>> > > > >> > >
>> > > > >> > > By the way, a revised How-to-commit wiki is at:
>> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
>> feel
>> > > > free
>> > > > >> to
>> > > > >> > > make changes and improve it.
>> > > > >> > >
>> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
>> > > > zshen@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > > >> > > wrote:
>> > > > >> > >
>> > > > >> > >> Do we have any convention about "user.name" and
>> "user.email"?
>> > > For
>> > > > >> > >> example,
>> > > > >> > >> we'd like to use @apache.org for the email.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > May be, we can ask people to use project-specific configs here
>> > and
>> > > > use
>> > > > >> > > their real name and @apache.org address.
>> > > > >> > >
>> > > > >> > > Is there any downside to letting people use their global
>> values
>> > > for
>> > > > >> these
>> > > > >> > > configs?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >> Moreover, do we want to use "--author="Author Name <
>> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
>> > > ');>>"
>> > > > >> > >> when committing on behalf of a particular contributor?
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > > Fetching the email-address is complicated here. Should we use
>> > the
>> > > > >> > > contributor's email from JIRA? What if that is not their
>> @apache
>> > > > >> address?
>> > > > >> > >
>> > > > >> > >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
>> kasha@cloudera.com
>> > > > ');>>
>> > > > >> > >> wrote:
>> > > > >> > >>
>> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
>> out
>> > > > that
>> > > > >> > >> late, I
>> > > > >> > >> > sent it as soon as I could.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > > > >> > stevel@hortonworks.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > > > >> > >> >
>> > > > >> > >> > wrote:
>> > > > >> > >> >
>> > > > >> > >> > > just caught up with this after some offlininess...15:48
>> PST
>> > > is
>> > > > >> too
>> > > > >> > >> late
>> > > > >> > >> > for
>> > > > >> > >> > > me.
>> > > > >> > >> > >
>> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
>> that
>> > > it
>> > > > >> does
>> > > > >> > >> break
>> > > > >> > >> > > existing code -especially people that have trunk off the
>> > git
>> > > > >> mirrors
>> > > > >> > >> and
>> > > > >> > >> > > automated builds/merges to go with it.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>> > > > someone
>> > > > >> is
>> > > > >> > >> > against it being trunk.
>> > > > >> > >> >
>> > > > >> > >> >
>> > > > >> > >> > >
>> > > > >> > >> > > "master" may be viewed as the official git way, but it
>> > > doesn't
>> > > > >> have
>> > > > >> > to
>> > > > >> > >> > be.
>> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
>> is
>> > > for
>> > > > >> > >> releases,
>> > > > >> > >> > > develop/ for dev.
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > >
>> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
>> > > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > wrote:
>> > > > >> > >> > >
>> > > > >> > >> > > > Couple of things:
>> > > > >> > >> > > >
>> > > > >> > >> > > > 1. Since no one expressed any reservations against
>> doing
>> > > this
>> > > > >> on
>> > > > >> > >> Sunday
>> > > > >> > >> > > or
>> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
>> > that. I
>> > > > >> think
>> > > > >> > >> that
>> > > > >> > >> > > > serves us better in the long run.
>> > > > >> > >> > > >
>> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
>> > > > definitely
>> > > > >> > fix
>> > > > >> > >> > them
>> > > > >> > >> > > as
>> > > > >> > >> > > > soon as we can. I understand Giri maintains those
>> builds,
>> > > do
>> > > > we
>> > > > >> > have
>> > > > >> > >> > > anyone
>> > > > >> > >> > > > else who has access in case Giri is not reachable?
>> Giri -
>> > > > >> please
>> > > > >> > >> shout
>> > > > >> > >> > > out
>> > > > >> > >> > > > if you can help us with this either on Sunday or
>> Monday.
>> > > > >> > >> > > >
>> > > > >> > >> > > > Thanks
>> > > > >> > >> > > > Karthik
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > >
>> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > > > >> > >> kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > wrote:
>> > > > >> > >> > > >
>> > > > >> > >> > > > > Also, does anyone know what we use for integration
>> > > between
>> > > > >> JIRA
>> > > > >> > >> and
>> > > > >> > >> > > svn?
>> > > > >> > >> > > > I
>> > > > >> > >> > > > > am assuming svn2jira.
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > > > >> > >> > kasha@cloudera.com
>> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > > > >> > >> > > > > wrote:
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >> Hi folks,
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> For the SCM migration, feel free to follow
>> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
>> As
>> > a
>> > > > >> result,
>> > > > >> > >> the
>> > > > >> > >> > > > >> subversion repository would be read-only. If this
>> is a
>> > > > major
>> > > > >> > >> issue
>> > > > >> > >> > for
>> > > > >> > >> > > > you,
>> > > > >> > >> > > > >> please shout out.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
>> > was
>> > > > >> asking
>> > > > >> > >> if
>> > > > >> > >> > we
>> > > > >> > >> > > > are
>> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
>> conform
>> > > to
>> > > > >> git
>> > > > >> > >> > lingo. I
>> > > > >> > >> > > > am
>> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
>> > git
>> > > > repo
>> > > > >> > has
>> > > > >> > >> > > > >> everything.
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >> Thanks
>> > > > >> > >> > > > >> Karthik
>> > > > >> > >> > > > >>
>> > > > >> > >> > > > >
>> > > > >> > >> > > > >
>> > > > >> > >> > > >
>> > > > >> > >> > >
>> > > > >> > >> > > --
>> > > > >> > >> > > CONFIDENTIALITY NOTICE
>> > > > >> > >> > > NOTICE: This message is intended for the use of the
>> > > individual
>> > > > or
>> > > > >> > >> entity
>> > > > >> > >> > to
>> > > > >> > >> > > which it is addressed and may contain information that is
>> > > > >> > >> confidential,
>> > > > >> > >> > > privileged and exempt from disclosure under applicable
>> law.
>> > > If
>> > > > >> the
>> > > > >> > >> reader
>> > > > >> > >> > > of this message is not the intended recipient, you are
>> > hereby
>> > > > >> > notified
>> > > > >> > >> > that
>> > > > >> > >> > > any printing, copying, dissemination, distribution,
>> > > disclosure
>> > > > or
>> > > > >> > >> > > forwarding of this communication is strictly prohibited.
>> If
>> > > you
>> > > > >> have
>> > > > >> > >> > > received this communication in error, please contact the
>> > > sender
>> > > > >> > >> > immediately
>> > > > >> > >> > > and delete it from your system. Thank You.
>> > > > >> > >> > >
>> > > > >> > >> >
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> Zhijie Shen
>> > > > >> > >> Hortonworks Inc.
>> > > > >> > >> http://hortonworks.com/
>> > > > >> > >>
>> > > > >> > >> --
>> > > > >> > >> CONFIDENTIALITY NOTICE
>> > > > >> > >> NOTICE: This message is intended for the use of the
>> individual
>> > or
>> > > > >> entity
>> > > > >> > >> to
>> > > > >> > >> which it is addressed and may contain information that is
>> > > > >> confidential,
>> > > > >> > >> privileged and exempt from disclosure under applicable law.
>> If
>> > > the
>> > > > >> > reader
>> > > > >> > >> of this message is not the intended recipient, you are hereby
>> > > > >> notified
>> > > > >> > >> that
>> > > > >> > >> any printing, copying, dissemination, distribution,
>> disclosure
>> > or
>> > > > >> > >> forwarding of this communication is strictly prohibited. If
>> you
>> > > > have
>> > > > >> > >> received this communication in error, please contact the
>> sender
>> > > > >> > >> immediately
>> > > > >> > >> and delete it from your system. Thank You.
>> > > > >> > >>
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > > >>
>> > > > >>
>> > > > >> --
>> > > > >> http://hortonworks.com/download/
>> > > > >>
>> > > > >> --
>> > > > >> CONFIDENTIALITY NOTICE
>> > > > >> NOTICE: This message is intended for the use of the individual or
>> > > entity
>> > > > >> to
>> > > > >> which it is addressed and may contain information that is
>> > > confidential,
>> > > > >> privileged and exempt from disclosure under applicable law. If the
>> > > > reader
>> > > > >> of this message is not the intended recipient, you are hereby
>> > notified
>> > > > >> that
>> > > > >> any printing, copying, dissemination, distribution, disclosure or
>> > > > >> forwarding of this communication is strictly prohibited. If you
>> have
>> > > > >> received this communication in error, please contact the sender
>> > > > >> immediately
>> > > > >> and delete it from your system. Thank You.
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Mobile
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Todd Lipcon
>> Software Engineer, Cloudera
>>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Yes, we have requested for force-push disabled on trunk and branch-*
branches. I didn't test it though :P, it is not writable yet.


On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:

> Hey Karthik,
>
> Just to confirm, have we disabled force-push support on the repo?
>
> In my experience, especially when a project has committers new to git,
> force-push support causes more trouble than it's worth.
>
> -Todd
>
>
> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Looks like our git repo is good to go.
> >
> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
> find
> > any issues, please comment on the JIRA.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
> >
> > wrote:
> >
> > > I cloned the new repo, built trunk and branch-2, verified all the
> > branches
> > > are present. Also checked a few branches and the recent commit history
> > > matches our existing repo. Everything looks good so far.
> > >
> > >
> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > The git repository is now ready for inspection. I ll take a look
> > shortly,
> > > > but it would be great if a few others could too.
> > > >
> > > > Once we are okay with it, we can ask it to be writable.
> > > >
> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > > >
> > > > > Hi Suresh
> > > > >
> > > > > There was one vote thread on whether to migrate to git, and the
> > > > > implications to the commit process for individual patches and
> feature
> > > > > branches -
> > > > >
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > > .
> > > > > Prior to that, there was a discuss thread on the same topic.
> > > > >
> > > > > As INFRA handles the actual migration from subversion to git, the
> > vote
> > > > > didn't include those specifics. The migration is going on as we
> speak
> > > > (See
> > > > > INFRA-8195). The initial expectation was that the migration would
> be
> > > done
> > > > > in a few hours, but it has been several hours and the last I heard
> > the
> > > > > import was still running.
> > > > >
> > > > > I have elaborated on the points in the vote thread and drafted up a
> > > wiki
> > > > > page on how-to-commit -
> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > > . We can work on improving this further and call a vote thread on
> > those
> > > > > items if need be.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > > suresh@hortonworks.com
> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > > >
> > > > >> Karthik,
> > > > >>
> > > > >> I would like to see detailed information on how this migration
> will
> > be
> > > > >> done, how it will affect the existing project and commit process.
> > This
> > > > >> should be done in a document that can be reviewed instead of in an
> > > email
> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > > should
> > > > >> we have a vote to ensure everyone is one the same page on doing
> this
> > > and
> > > > >> how to go about it?
> > > > >>
> > > > >> Regards,
> > > > >> Suresh
> > > > >>
> > > > >>
> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> wrote:
> > > > >>
> > > > >> > Last I heard, the import is still going on and appears closer to
> > > > getting
> > > > >> > done. Thanks for your patience with the migration.
> > > > >> >
> > > > >> > I ll update you as and when there is something. Eventually, the
> > git
> > > > repo
> > > > >> > should be at the location in the wiki.
> > > > >> >
> > > > >> >
> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > Thanks for bringing these points up, Zhijie.
> > > > >> > >
> > > > >> > > By the way, a revised How-to-commit wiki is at:
> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
> feel
> > > > free
> > > > >> to
> > > > >> > > make changes and improve it.
> > > > >> > >
> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > > zshen@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Do we have any convention about "user.name" and
> "user.email"?
> > > For
> > > > >> > >> example,
> > > > >> > >> we'd like to use @apache.org for the email.
> > > > >> > >>
> > > > >> > >
> > > > >> > > May be, we can ask people to use project-specific configs here
> > and
> > > > use
> > > > >> > > their real name and @apache.org address.
> > > > >> > >
> > > > >> > > Is there any downside to letting people use their global
> values
> > > for
> > > > >> these
> > > > >> > > configs?
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > > ');>>"
> > > > >> > >> when committing on behalf of a particular contributor?
> > > > >> > >>
> > > > >> > >
> > > > >> > > Fetching the email-address is complicated here. Should we use
> > the
> > > > >> > > contributor's email from JIRA? What if that is not their
> @apache
> > > > >> address?
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
> kasha@cloudera.com
> > > > ');>>
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
> out
> > > > that
> > > > >> > >> late, I
> > > > >> > >> > sent it as soon as I could.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > > >> > stevel@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > > >> > >> >
> > > > >> > >> > wrote:
> > > > >> > >> >
> > > > >> > >> > > just caught up with this after some offlininess...15:48
> PST
> > > is
> > > > >> too
> > > > >> > >> late
> > > > >> > >> > for
> > > > >> > >> > > me.
> > > > >> > >> > >
> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
> that
> > > it
> > > > >> does
> > > > >> > >> break
> > > > >> > >> > > existing code -especially people that have trunk off the
> > git
> > > > >> mirrors
> > > > >> > >> and
> > > > >> > >> > > automated builds/merges to go with it.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > > someone
> > > > >> is
> > > > >> > >> > against it being trunk.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > >
> > > > >> > >> > > "master" may be viewed as the official git way, but it
> > > doesn't
> > > > >> have
> > > > >> > to
> > > > >> > >> > be.
> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
> is
> > > for
> > > > >> > >> releases,
> > > > >> > >> > > develop/ for dev.
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> > >> > >
> > > > >> > >> > > > Couple of things:
> > > > >> > >> > > >
> > > > >> > >> > > > 1. Since no one expressed any reservations against
> doing
> > > this
> > > > >> on
> > > > >> > >> Sunday
> > > > >> > >> > > or
> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> > that. I
> > > > >> think
> > > > >> > >> that
> > > > >> > >> > > > serves us better in the long run.
> > > > >> > >> > > >
> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > > definitely
> > > > >> > fix
> > > > >> > >> > them
> > > > >> > >> > > as
> > > > >> > >> > > > soon as we can. I understand Giri maintains those
> builds,
> > > do
> > > > we
> > > > >> > have
> > > > >> > >> > > anyone
> > > > >> > >> > > > else who has access in case Giri is not reachable?
> Giri -
> > > > >> please
> > > > >> > >> shout
> > > > >> > >> > > out
> > > > >> > >> > > > if you can help us with this either on Sunday or
> Monday.
> > > > >> > >> > > >
> > > > >> > >> > > > Thanks
> > > > >> > >> > > > Karthik
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > > >> > >> kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > wrote:
> > > > >> > >> > > >
> > > > >> > >> > > > > Also, does anyone know what we use for integration
> > > between
> > > > >> JIRA
> > > > >> > >> and
> > > > >> > >> > > svn?
> > > > >> > >> > > > I
> > > > >> > >> > > > > am assuming svn2jira.
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > > >> > >> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > > wrote:
> > > > >> > >> > > > >
> > > > >> > >> > > > >> Hi folks,
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
> As
> > a
> > > > >> result,
> > > > >> > >> the
> > > > >> > >> > > > >> subversion repository would be read-only. If this
> is a
> > > > major
> > > > >> > >> issue
> > > > >> > >> > for
> > > > >> > >> > > > you,
> > > > >> > >> > > > >> please shout out.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> > was
> > > > >> asking
> > > > >> > >> if
> > > > >> > >> > we
> > > > >> > >> > > > are
> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
> conform
> > > to
> > > > >> git
> > > > >> > >> > lingo. I
> > > > >> > >> > > > am
> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
> > git
> > > > repo
> > > > >> > has
> > > > >> > >> > > > >> everything.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Thanks
> > > > >> > >> > > > >> Karthik
> > > > >> > >> > > > >>
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > >
> > > > >> > >> > >
> > > > >> > >> > > --
> > > > >> > >> > > CONFIDENTIALITY NOTICE
> > > > >> > >> > > NOTICE: This message is intended for the use of the
> > > individual
> > > > or
> > > > >> > >> entity
> > > > >> > >> > to
> > > > >> > >> > > which it is addressed and may contain information that is
> > > > >> > >> confidential,
> > > > >> > >> > > privileged and exempt from disclosure under applicable
> law.
> > > If
> > > > >> the
> > > > >> > >> reader
> > > > >> > >> > > of this message is not the intended recipient, you are
> > hereby
> > > > >> > notified
> > > > >> > >> > that
> > > > >> > >> > > any printing, copying, dissemination, distribution,
> > > disclosure
> > > > or
> > > > >> > >> > > forwarding of this communication is strictly prohibited.
> If
> > > you
> > > > >> have
> > > > >> > >> > > received this communication in error, please contact the
> > > sender
> > > > >> > >> > immediately
> > > > >> > >> > > and delete it from your system. Thank You.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> Zhijie Shen
> > > > >> > >> Hortonworks Inc.
> > > > >> > >> http://hortonworks.com/
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> CONFIDENTIALITY NOTICE
> > > > >> > >> NOTICE: This message is intended for the use of the
> individual
> > or
> > > > >> entity
> > > > >> > >> to
> > > > >> > >> which it is addressed and may contain information that is
> > > > >> confidential,
> > > > >> > >> privileged and exempt from disclosure under applicable law.
> If
> > > the
> > > > >> > reader
> > > > >> > >> of this message is not the intended recipient, you are hereby
> > > > >> notified
> > > > >> > >> that
> > > > >> > >> any printing, copying, dissemination, distribution,
> disclosure
> > or
> > > > >> > >> forwarding of this communication is strictly prohibited. If
> you
> > > > have
> > > > >> > >> received this communication in error, please contact the
> sender
> > > > >> > >> immediately
> > > > >> > >> and delete it from your system. Thank You.
> > > > >> > >>
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> http://hortonworks.com/download/
> > > > >>
> > > > >> --
> > > > >> CONFIDENTIALITY NOTICE
> > > > >> NOTICE: This message is intended for the use of the individual or
> > > entity
> > > > >> to
> > > > >> which it is addressed and may contain information that is
> > > confidential,
> > > > >> privileged and exempt from disclosure under applicable law. If the
> > > > reader
> > > > >> of this message is not the intended recipient, you are hereby
> > notified
> > > > >> that
> > > > >> any printing, copying, dissemination, distribution, disclosure or
> > > > >> forwarding of this communication is strictly prohibited. If you
> have
> > > > >> received this communication in error, please contact the sender
> > > > >> immediately
> > > > >> and delete it from your system. Thank You.
> > > > >>
> > > > >
> > > > >
> > > >
> > > > --
> > > > Mobile
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Yes, we have requested for force-push disabled on trunk and branch-*
branches. I didn't test it though :P, it is not writable yet.


On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:

> Hey Karthik,
>
> Just to confirm, have we disabled force-push support on the repo?
>
> In my experience, especially when a project has committers new to git,
> force-push support causes more trouble than it's worth.
>
> -Todd
>
>
> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Looks like our git repo is good to go.
> >
> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
> find
> > any issues, please comment on the JIRA.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
> >
> > wrote:
> >
> > > I cloned the new repo, built trunk and branch-2, verified all the
> > branches
> > > are present. Also checked a few branches and the recent commit history
> > > matches our existing repo. Everything looks good so far.
> > >
> > >
> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > The git repository is now ready for inspection. I ll take a look
> > shortly,
> > > > but it would be great if a few others could too.
> > > >
> > > > Once we are okay with it, we can ask it to be writable.
> > > >
> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > > >
> > > > > Hi Suresh
> > > > >
> > > > > There was one vote thread on whether to migrate to git, and the
> > > > > implications to the commit process for individual patches and
> feature
> > > > > branches -
> > > > >
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > > .
> > > > > Prior to that, there was a discuss thread on the same topic.
> > > > >
> > > > > As INFRA handles the actual migration from subversion to git, the
> > vote
> > > > > didn't include those specifics. The migration is going on as we
> speak
> > > > (See
> > > > > INFRA-8195). The initial expectation was that the migration would
> be
> > > done
> > > > > in a few hours, but it has been several hours and the last I heard
> > the
> > > > > import was still running.
> > > > >
> > > > > I have elaborated on the points in the vote thread and drafted up a
> > > wiki
> > > > > page on how-to-commit -
> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > > . We can work on improving this further and call a vote thread on
> > those
> > > > > items if need be.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > > suresh@hortonworks.com
> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > > >
> > > > >> Karthik,
> > > > >>
> > > > >> I would like to see detailed information on how this migration
> will
> > be
> > > > >> done, how it will affect the existing project and commit process.
> > This
> > > > >> should be done in a document that can be reviewed instead of in an
> > > email
> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > > should
> > > > >> we have a vote to ensure everyone is one the same page on doing
> this
> > > and
> > > > >> how to go about it?
> > > > >>
> > > > >> Regards,
> > > > >> Suresh
> > > > >>
> > > > >>
> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> wrote:
> > > > >>
> > > > >> > Last I heard, the import is still going on and appears closer to
> > > > getting
> > > > >> > done. Thanks for your patience with the migration.
> > > > >> >
> > > > >> > I ll update you as and when there is something. Eventually, the
> > git
> > > > repo
> > > > >> > should be at the location in the wiki.
> > > > >> >
> > > > >> >
> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > Thanks for bringing these points up, Zhijie.
> > > > >> > >
> > > > >> > > By the way, a revised How-to-commit wiki is at:
> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
> feel
> > > > free
> > > > >> to
> > > > >> > > make changes and improve it.
> > > > >> > >
> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > > zshen@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Do we have any convention about "user.name" and
> "user.email"?
> > > For
> > > > >> > >> example,
> > > > >> > >> we'd like to use @apache.org for the email.
> > > > >> > >>
> > > > >> > >
> > > > >> > > May be, we can ask people to use project-specific configs here
> > and
> > > > use
> > > > >> > > their real name and @apache.org address.
> > > > >> > >
> > > > >> > > Is there any downside to letting people use their global
> values
> > > for
> > > > >> these
> > > > >> > > configs?
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > > ');>>"
> > > > >> > >> when committing on behalf of a particular contributor?
> > > > >> > >>
> > > > >> > >
> > > > >> > > Fetching the email-address is complicated here. Should we use
> > the
> > > > >> > > contributor's email from JIRA? What if that is not their
> @apache
> > > > >> address?
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
> kasha@cloudera.com
> > > > ');>>
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
> out
> > > > that
> > > > >> > >> late, I
> > > > >> > >> > sent it as soon as I could.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > > >> > stevel@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > > >> > >> >
> > > > >> > >> > wrote:
> > > > >> > >> >
> > > > >> > >> > > just caught up with this after some offlininess...15:48
> PST
> > > is
> > > > >> too
> > > > >> > >> late
> > > > >> > >> > for
> > > > >> > >> > > me.
> > > > >> > >> > >
> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
> that
> > > it
> > > > >> does
> > > > >> > >> break
> > > > >> > >> > > existing code -especially people that have trunk off the
> > git
> > > > >> mirrors
> > > > >> > >> and
> > > > >> > >> > > automated builds/merges to go with it.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > > someone
> > > > >> is
> > > > >> > >> > against it being trunk.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > >
> > > > >> > >> > > "master" may be viewed as the official git way, but it
> > > doesn't
> > > > >> have
> > > > >> > to
> > > > >> > >> > be.
> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
> is
> > > for
> > > > >> > >> releases,
> > > > >> > >> > > develop/ for dev.
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> > >> > >
> > > > >> > >> > > > Couple of things:
> > > > >> > >> > > >
> > > > >> > >> > > > 1. Since no one expressed any reservations against
> doing
> > > this
> > > > >> on
> > > > >> > >> Sunday
> > > > >> > >> > > or
> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> > that. I
> > > > >> think
> > > > >> > >> that
> > > > >> > >> > > > serves us better in the long run.
> > > > >> > >> > > >
> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > > definitely
> > > > >> > fix
> > > > >> > >> > them
> > > > >> > >> > > as
> > > > >> > >> > > > soon as we can. I understand Giri maintains those
> builds,
> > > do
> > > > we
> > > > >> > have
> > > > >> > >> > > anyone
> > > > >> > >> > > > else who has access in case Giri is not reachable?
> Giri -
> > > > >> please
> > > > >> > >> shout
> > > > >> > >> > > out
> > > > >> > >> > > > if you can help us with this either on Sunday or
> Monday.
> > > > >> > >> > > >
> > > > >> > >> > > > Thanks
> > > > >> > >> > > > Karthik
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > > >> > >> kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > wrote:
> > > > >> > >> > > >
> > > > >> > >> > > > > Also, does anyone know what we use for integration
> > > between
> > > > >> JIRA
> > > > >> > >> and
> > > > >> > >> > > svn?
> > > > >> > >> > > > I
> > > > >> > >> > > > > am assuming svn2jira.
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > > >> > >> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > > wrote:
> > > > >> > >> > > > >
> > > > >> > >> > > > >> Hi folks,
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
> As
> > a
> > > > >> result,
> > > > >> > >> the
> > > > >> > >> > > > >> subversion repository would be read-only. If this
> is a
> > > > major
> > > > >> > >> issue
> > > > >> > >> > for
> > > > >> > >> > > > you,
> > > > >> > >> > > > >> please shout out.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> > was
> > > > >> asking
> > > > >> > >> if
> > > > >> > >> > we
> > > > >> > >> > > > are
> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
> conform
> > > to
> > > > >> git
> > > > >> > >> > lingo. I
> > > > >> > >> > > > am
> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
> > git
> > > > repo
> > > > >> > has
> > > > >> > >> > > > >> everything.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Thanks
> > > > >> > >> > > > >> Karthik
> > > > >> > >> > > > >>
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > >
> > > > >> > >> > >
> > > > >> > >> > > --
> > > > >> > >> > > CONFIDENTIALITY NOTICE
> > > > >> > >> > > NOTICE: This message is intended for the use of the
> > > individual
> > > > or
> > > > >> > >> entity
> > > > >> > >> > to
> > > > >> > >> > > which it is addressed and may contain information that is
> > > > >> > >> confidential,
> > > > >> > >> > > privileged and exempt from disclosure under applicable
> law.
> > > If
> > > > >> the
> > > > >> > >> reader
> > > > >> > >> > > of this message is not the intended recipient, you are
> > hereby
> > > > >> > notified
> > > > >> > >> > that
> > > > >> > >> > > any printing, copying, dissemination, distribution,
> > > disclosure
> > > > or
> > > > >> > >> > > forwarding of this communication is strictly prohibited.
> If
> > > you
> > > > >> have
> > > > >> > >> > > received this communication in error, please contact the
> > > sender
> > > > >> > >> > immediately
> > > > >> > >> > > and delete it from your system. Thank You.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> Zhijie Shen
> > > > >> > >> Hortonworks Inc.
> > > > >> > >> http://hortonworks.com/
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> CONFIDENTIALITY NOTICE
> > > > >> > >> NOTICE: This message is intended for the use of the
> individual
> > or
> > > > >> entity
> > > > >> > >> to
> > > > >> > >> which it is addressed and may contain information that is
> > > > >> confidential,
> > > > >> > >> privileged and exempt from disclosure under applicable law.
> If
> > > the
> > > > >> > reader
> > > > >> > >> of this message is not the intended recipient, you are hereby
> > > > >> notified
> > > > >> > >> that
> > > > >> > >> any printing, copying, dissemination, distribution,
> disclosure
> > or
> > > > >> > >> forwarding of this communication is strictly prohibited. If
> you
> > > > have
> > > > >> > >> received this communication in error, please contact the
> sender
> > > > >> > >> immediately
> > > > >> > >> and delete it from your system. Thank You.
> > > > >> > >>
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> http://hortonworks.com/download/
> > > > >>
> > > > >> --
> > > > >> CONFIDENTIALITY NOTICE
> > > > >> NOTICE: This message is intended for the use of the individual or
> > > entity
> > > > >> to
> > > > >> which it is addressed and may contain information that is
> > > confidential,
> > > > >> privileged and exempt from disclosure under applicable law. If the
> > > > reader
> > > > >> of this message is not the intended recipient, you are hereby
> > notified
> > > > >> that
> > > > >> any printing, copying, dissemination, distribution, disclosure or
> > > > >> forwarding of this communication is strictly prohibited. If you
> have
> > > > >> received this communication in error, please contact the sender
> > > > >> immediately
> > > > >> and delete it from your system. Thank You.
> > > > >>
> > > > >
> > > > >
> > > >
> > > > --
> > > > Mobile
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Yes, we have requested for force-push disabled on trunk and branch-*
branches. I didn't test it though :P, it is not writable yet.


On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:

> Hey Karthik,
>
> Just to confirm, have we disabled force-push support on the repo?
>
> In my experience, especially when a project has committers new to git,
> force-push support causes more trouble than it's worth.
>
> -Todd
>
>
> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Looks like our git repo is good to go.
> >
> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
> find
> > any issues, please comment on the JIRA.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
> >
> > wrote:
> >
> > > I cloned the new repo, built trunk and branch-2, verified all the
> > branches
> > > are present. Also checked a few branches and the recent commit history
> > > matches our existing repo. Everything looks good so far.
> > >
> > >
> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > The git repository is now ready for inspection. I ll take a look
> > shortly,
> > > > but it would be great if a few others could too.
> > > >
> > > > Once we are okay with it, we can ask it to be writable.
> > > >
> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > > >
> > > > > Hi Suresh
> > > > >
> > > > > There was one vote thread on whether to migrate to git, and the
> > > > > implications to the commit process for individual patches and
> feature
> > > > > branches -
> > > > >
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > > .
> > > > > Prior to that, there was a discuss thread on the same topic.
> > > > >
> > > > > As INFRA handles the actual migration from subversion to git, the
> > vote
> > > > > didn't include those specifics. The migration is going on as we
> speak
> > > > (See
> > > > > INFRA-8195). The initial expectation was that the migration would
> be
> > > done
> > > > > in a few hours, but it has been several hours and the last I heard
> > the
> > > > > import was still running.
> > > > >
> > > > > I have elaborated on the points in the vote thread and drafted up a
> > > wiki
> > > > > page on how-to-commit -
> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > > . We can work on improving this further and call a vote thread on
> > those
> > > > > items if need be.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > > suresh@hortonworks.com
> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > > >
> > > > >> Karthik,
> > > > >>
> > > > >> I would like to see detailed information on how this migration
> will
> > be
> > > > >> done, how it will affect the existing project and commit process.
> > This
> > > > >> should be done in a document that can be reviewed instead of in an
> > > email
> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > > should
> > > > >> we have a vote to ensure everyone is one the same page on doing
> this
> > > and
> > > > >> how to go about it?
> > > > >>
> > > > >> Regards,
> > > > >> Suresh
> > > > >>
> > > > >>
> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> wrote:
> > > > >>
> > > > >> > Last I heard, the import is still going on and appears closer to
> > > > getting
> > > > >> > done. Thanks for your patience with the migration.
> > > > >> >
> > > > >> > I ll update you as and when there is something. Eventually, the
> > git
> > > > repo
> > > > >> > should be at the location in the wiki.
> > > > >> >
> > > > >> >
> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > Thanks for bringing these points up, Zhijie.
> > > > >> > >
> > > > >> > > By the way, a revised How-to-commit wiki is at:
> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
> feel
> > > > free
> > > > >> to
> > > > >> > > make changes and improve it.
> > > > >> > >
> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > > zshen@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Do we have any convention about "user.name" and
> "user.email"?
> > > For
> > > > >> > >> example,
> > > > >> > >> we'd like to use @apache.org for the email.
> > > > >> > >>
> > > > >> > >
> > > > >> > > May be, we can ask people to use project-specific configs here
> > and
> > > > use
> > > > >> > > their real name and @apache.org address.
> > > > >> > >
> > > > >> > > Is there any downside to letting people use their global
> values
> > > for
> > > > >> these
> > > > >> > > configs?
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > > ');>>"
> > > > >> > >> when committing on behalf of a particular contributor?
> > > > >> > >>
> > > > >> > >
> > > > >> > > Fetching the email-address is complicated here. Should we use
> > the
> > > > >> > > contributor's email from JIRA? What if that is not their
> @apache
> > > > >> address?
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
> kasha@cloudera.com
> > > > ');>>
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
> out
> > > > that
> > > > >> > >> late, I
> > > > >> > >> > sent it as soon as I could.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > > >> > stevel@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > > >> > >> >
> > > > >> > >> > wrote:
> > > > >> > >> >
> > > > >> > >> > > just caught up with this after some offlininess...15:48
> PST
> > > is
> > > > >> too
> > > > >> > >> late
> > > > >> > >> > for
> > > > >> > >> > > me.
> > > > >> > >> > >
> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
> that
> > > it
> > > > >> does
> > > > >> > >> break
> > > > >> > >> > > existing code -especially people that have trunk off the
> > git
> > > > >> mirrors
> > > > >> > >> and
> > > > >> > >> > > automated builds/merges to go with it.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > > someone
> > > > >> is
> > > > >> > >> > against it being trunk.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > >
> > > > >> > >> > > "master" may be viewed as the official git way, but it
> > > doesn't
> > > > >> have
> > > > >> > to
> > > > >> > >> > be.
> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
> is
> > > for
> > > > >> > >> releases,
> > > > >> > >> > > develop/ for dev.
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> > >> > >
> > > > >> > >> > > > Couple of things:
> > > > >> > >> > > >
> > > > >> > >> > > > 1. Since no one expressed any reservations against
> doing
> > > this
> > > > >> on
> > > > >> > >> Sunday
> > > > >> > >> > > or
> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> > that. I
> > > > >> think
> > > > >> > >> that
> > > > >> > >> > > > serves us better in the long run.
> > > > >> > >> > > >
> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > > definitely
> > > > >> > fix
> > > > >> > >> > them
> > > > >> > >> > > as
> > > > >> > >> > > > soon as we can. I understand Giri maintains those
> builds,
> > > do
> > > > we
> > > > >> > have
> > > > >> > >> > > anyone
> > > > >> > >> > > > else who has access in case Giri is not reachable?
> Giri -
> > > > >> please
> > > > >> > >> shout
> > > > >> > >> > > out
> > > > >> > >> > > > if you can help us with this either on Sunday or
> Monday.
> > > > >> > >> > > >
> > > > >> > >> > > > Thanks
> > > > >> > >> > > > Karthik
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > > >> > >> kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > wrote:
> > > > >> > >> > > >
> > > > >> > >> > > > > Also, does anyone know what we use for integration
> > > between
> > > > >> JIRA
> > > > >> > >> and
> > > > >> > >> > > svn?
> > > > >> > >> > > > I
> > > > >> > >> > > > > am assuming svn2jira.
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > > >> > >> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > > wrote:
> > > > >> > >> > > > >
> > > > >> > >> > > > >> Hi folks,
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
> As
> > a
> > > > >> result,
> > > > >> > >> the
> > > > >> > >> > > > >> subversion repository would be read-only. If this
> is a
> > > > major
> > > > >> > >> issue
> > > > >> > >> > for
> > > > >> > >> > > > you,
> > > > >> > >> > > > >> please shout out.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> > was
> > > > >> asking
> > > > >> > >> if
> > > > >> > >> > we
> > > > >> > >> > > > are
> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
> conform
> > > to
> > > > >> git
> > > > >> > >> > lingo. I
> > > > >> > >> > > > am
> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
> > git
> > > > repo
> > > > >> > has
> > > > >> > >> > > > >> everything.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Thanks
> > > > >> > >> > > > >> Karthik
> > > > >> > >> > > > >>
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > >
> > > > >> > >> > >
> > > > >> > >> > > --
> > > > >> > >> > > CONFIDENTIALITY NOTICE
> > > > >> > >> > > NOTICE: This message is intended for the use of the
> > > individual
> > > > or
> > > > >> > >> entity
> > > > >> > >> > to
> > > > >> > >> > > which it is addressed and may contain information that is
> > > > >> > >> confidential,
> > > > >> > >> > > privileged and exempt from disclosure under applicable
> law.
> > > If
> > > > >> the
> > > > >> > >> reader
> > > > >> > >> > > of this message is not the intended recipient, you are
> > hereby
> > > > >> > notified
> > > > >> > >> > that
> > > > >> > >> > > any printing, copying, dissemination, distribution,
> > > disclosure
> > > > or
> > > > >> > >> > > forwarding of this communication is strictly prohibited.
> If
> > > you
> > > > >> have
> > > > >> > >> > > received this communication in error, please contact the
> > > sender
> > > > >> > >> > immediately
> > > > >> > >> > > and delete it from your system. Thank You.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> Zhijie Shen
> > > > >> > >> Hortonworks Inc.
> > > > >> > >> http://hortonworks.com/
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> CONFIDENTIALITY NOTICE
> > > > >> > >> NOTICE: This message is intended for the use of the
> individual
> > or
> > > > >> entity
> > > > >> > >> to
> > > > >> > >> which it is addressed and may contain information that is
> > > > >> confidential,
> > > > >> > >> privileged and exempt from disclosure under applicable law.
> If
> > > the
> > > > >> > reader
> > > > >> > >> of this message is not the intended recipient, you are hereby
> > > > >> notified
> > > > >> > >> that
> > > > >> > >> any printing, copying, dissemination, distribution,
> disclosure
> > or
> > > > >> > >> forwarding of this communication is strictly prohibited. If
> you
> > > > have
> > > > >> > >> received this communication in error, please contact the
> sender
> > > > >> > >> immediately
> > > > >> > >> and delete it from your system. Thank You.
> > > > >> > >>
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> http://hortonworks.com/download/
> > > > >>
> > > > >> --
> > > > >> CONFIDENTIALITY NOTICE
> > > > >> NOTICE: This message is intended for the use of the individual or
> > > entity
> > > > >> to
> > > > >> which it is addressed and may contain information that is
> > > confidential,
> > > > >> privileged and exempt from disclosure under applicable law. If the
> > > > reader
> > > > >> of this message is not the intended recipient, you are hereby
> > notified
> > > > >> that
> > > > >> any printing, copying, dissemination, distribution, disclosure or
> > > > >> forwarding of this communication is strictly prohibited. If you
> have
> > > > >> received this communication in error, please contact the sender
> > > > >> immediately
> > > > >> and delete it from your system. Thank You.
> > > > >>
> > > > >
> > > > >
> > > >
> > > > --
> > > > Mobile
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Yes, we have requested for force-push disabled on trunk and branch-*
branches. I didn't test it though :P, it is not writable yet.


On Tue, Aug 26, 2014 at 5:48 PM, Todd Lipcon <to...@cloudera.com> wrote:

> Hey Karthik,
>
> Just to confirm, have we disabled force-push support on the repo?
>
> In my experience, especially when a project has committers new to git,
> force-push support causes more trouble than it's worth.
>
> -Todd
>
>
> On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Looks like our git repo is good to go.
> >
> > On INFRA-8195, I am asking Daniel to enable writing to it. In case you
> find
> > any issues, please comment on the JIRA.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aagarwal@hortonworks.com
> >
> > wrote:
> >
> > > I cloned the new repo, built trunk and branch-2, verified all the
> > branches
> > > are present. Also checked a few branches and the recent commit history
> > > matches our existing repo. Everything looks good so far.
> > >
> > >
> > > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > The git repository is now ready for inspection. I ll take a look
> > shortly,
> > > > but it would be great if a few others could too.
> > > >
> > > > Once we are okay with it, we can ask it to be writable.
> > > >
> > > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > > >
> > > > > Hi Suresh
> > > > >
> > > > > There was one vote thread on whether to migrate to git, and the
> > > > > implications to the commit process for individual patches and
> feature
> > > > > branches -
> > > > >
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > > .
> > > > > Prior to that, there was a discuss thread on the same topic.
> > > > >
> > > > > As INFRA handles the actual migration from subversion to git, the
> > vote
> > > > > didn't include those specifics. The migration is going on as we
> speak
> > > > (See
> > > > > INFRA-8195). The initial expectation was that the migration would
> be
> > > done
> > > > > in a few hours, but it has been several hours and the last I heard
> > the
> > > > > import was still running.
> > > > >
> > > > > I have elaborated on the points in the vote thread and drafted up a
> > > wiki
> > > > > page on how-to-commit -
> > > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > > . We can work on improving this further and call a vote thread on
> > those
> > > > > items if need be.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > > suresh@hortonworks.com
> > > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > > >
> > > > >> Karthik,
> > > > >>
> > > > >> I would like to see detailed information on how this migration
> will
> > be
> > > > >> done, how it will affect the existing project and commit process.
> > This
> > > > >> should be done in a document that can be reviewed instead of in an
> > > email
> > > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > > should
> > > > >> we have a vote to ensure everyone is one the same page on doing
> this
> > > and
> > > > >> how to go about it?
> > > > >>
> > > > >> Regards,
> > > > >> Suresh
> > > > >>
> > > > >>
> > > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> wrote:
> > > > >>
> > > > >> > Last I heard, the import is still going on and appears closer to
> > > > getting
> > > > >> > done. Thanks for your patience with the migration.
> > > > >> >
> > > > >> > I ll update you as and when there is something. Eventually, the
> > git
> > > > repo
> > > > >> > should be at the location in the wiki.
> > > > >> >
> > > > >> >
> > > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > Thanks for bringing these points up, Zhijie.
> > > > >> > >
> > > > >> > > By the way, a revised How-to-commit wiki is at:
> > > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please
> feel
> > > > free
> > > > >> to
> > > > >> > > make changes and improve it.
> > > > >> > >
> > > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > > zshen@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > >> Do we have any convention about "user.name" and
> "user.email"?
> > > For
> > > > >> > >> example,
> > > > >> > >> we'd like to use @apache.org for the email.
> > > > >> > >>
> > > > >> > >
> > > > >> > > May be, we can ask people to use project-specific configs here
> > and
> > > > use
> > > > >> > > their real name and @apache.org address.
> > > > >> > >
> > > > >> > > Is there any downside to letting people use their global
> values
> > > for
> > > > >> these
> > > > >> > > configs?
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > > ');>>"
> > > > >> > >> when committing on behalf of a particular contributor?
> > > > >> > >>
> > > > >> > >
> > > > >> > > Fetching the email-address is complicated here. Should we use
> > the
> > > > >> > > contributor's email from JIRA? What if that is not their
> @apache
> > > > >> address?
> > > > >> > >
> > > > >> > >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','
> kasha@cloudera.com
> > > > ');>>
> > > > >> > >> wrote:
> > > > >> > >>
> > > > >> > >> > Thanks for your input, Steve. Sorry for sending the email
> out
> > > > that
> > > > >> > >> late, I
> > > > >> > >> > sent it as soon as I could.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > > >> > stevel@hortonworks.com
> > > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > > >> > >> >
> > > > >> > >> > wrote:
> > > > >> > >> >
> > > > >> > >> > > just caught up with this after some offlininess...15:48
> PST
> > > is
> > > > >> too
> > > > >> > >> late
> > > > >> > >> > for
> > > > >> > >> > > me.
> > > > >> > >> > >
> > > > >> > >> > > I'd be -1 to a change to "master" because of that risk
> that
> > > it
> > > > >> does
> > > > >> > >> break
> > > > >> > >> > > existing code -especially people that have trunk off the
> > git
> > > > >> mirrors
> > > > >> > >> and
> > > > >> > >> > > automated builds/merges to go with it.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > > someone
> > > > >> is
> > > > >> > >> > against it being trunk.
> > > > >> > >> >
> > > > >> > >> >
> > > > >> > >> > >
> > > > >> > >> > > "master" may be viewed as the official git way, but it
> > > doesn't
> > > > >> have
> > > > >> > to
> > > > >> > >> > be.
> > > > >> > >> > > For git-flow workflows (which we use in slider) master/
> is
> > > for
> > > > >> > >> releases,
> > > > >> > >> > > develop/ for dev.
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > >
> > > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > wrote:
> > > > >> > >> > >
> > > > >> > >> > > > Couple of things:
> > > > >> > >> > > >
> > > > >> > >> > > > 1. Since no one expressed any reservations against
> doing
> > > this
> > > > >> on
> > > > >> > >> Sunday
> > > > >> > >> > > or
> > > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> > that. I
> > > > >> think
> > > > >> > >> that
> > > > >> > >> > > > serves us better in the long run.
> > > > >> > >> > > >
> > > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > > definitely
> > > > >> > fix
> > > > >> > >> > them
> > > > >> > >> > > as
> > > > >> > >> > > > soon as we can. I understand Giri maintains those
> builds,
> > > do
> > > > we
> > > > >> > have
> > > > >> > >> > > anyone
> > > > >> > >> > > > else who has access in case Giri is not reachable?
> Giri -
> > > > >> please
> > > > >> > >> shout
> > > > >> > >> > > out
> > > > >> > >> > > > if you can help us with this either on Sunday or
> Monday.
> > > > >> > >> > > >
> > > > >> > >> > > > Thanks
> > > > >> > >> > > > Karthik
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > >
> > > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > > >> > >> kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > wrote:
> > > > >> > >> > > >
> > > > >> > >> > > > > Also, does anyone know what we use for integration
> > > between
> > > > >> JIRA
> > > > >> > >> and
> > > > >> > >> > > svn?
> > > > >> > >> > > > I
> > > > >> > >> > > > > am assuming svn2jira.
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > > >> > >> > kasha@cloudera.com
> > > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > > >> > >> > > > > wrote:
> > > > >> > >> > > > >
> > > > >> > >> > > > >> Hi folks,
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Most of this is planned to be handled this Sunday.
> As
> > a
> > > > >> result,
> > > > >> > >> the
> > > > >> > >> > > > >> subversion repository would be read-only. If this
> is a
> > > > major
> > > > >> > >> issue
> > > > >> > >> > for
> > > > >> > >> > > > you,
> > > > >> > >> > > > >> please shout out.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> > was
> > > > >> asking
> > > > >> > >> if
> > > > >> > >> > we
> > > > >> > >> > > > are
> > > > >> > >> > > > >> open to renaming "trunk" to "master" to better
> conform
> > > to
> > > > >> git
> > > > >> > >> > lingo. I
> > > > >> > >> > > > am
> > > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Would greatly appreciate any help with checking the
> > git
> > > > repo
> > > > >> > has
> > > > >> > >> > > > >> everything.
> > > > >> > >> > > > >>
> > > > >> > >> > > > >> Thanks
> > > > >> > >> > > > >> Karthik
> > > > >> > >> > > > >>
> > > > >> > >> > > > >
> > > > >> > >> > > > >
> > > > >> > >> > > >
> > > > >> > >> > >
> > > > >> > >> > > --
> > > > >> > >> > > CONFIDENTIALITY NOTICE
> > > > >> > >> > > NOTICE: This message is intended for the use of the
> > > individual
> > > > or
> > > > >> > >> entity
> > > > >> > >> > to
> > > > >> > >> > > which it is addressed and may contain information that is
> > > > >> > >> confidential,
> > > > >> > >> > > privileged and exempt from disclosure under applicable
> law.
> > > If
> > > > >> the
> > > > >> > >> reader
> > > > >> > >> > > of this message is not the intended recipient, you are
> > hereby
> > > > >> > notified
> > > > >> > >> > that
> > > > >> > >> > > any printing, copying, dissemination, distribution,
> > > disclosure
> > > > or
> > > > >> > >> > > forwarding of this communication is strictly prohibited.
> If
> > > you
> > > > >> have
> > > > >> > >> > > received this communication in error, please contact the
> > > sender
> > > > >> > >> > immediately
> > > > >> > >> > > and delete it from your system. Thank You.
> > > > >> > >> > >
> > > > >> > >> >
> > > > >> > >>
> > > > >> > >>
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> Zhijie Shen
> > > > >> > >> Hortonworks Inc.
> > > > >> > >> http://hortonworks.com/
> > > > >> > >>
> > > > >> > >> --
> > > > >> > >> CONFIDENTIALITY NOTICE
> > > > >> > >> NOTICE: This message is intended for the use of the
> individual
> > or
> > > > >> entity
> > > > >> > >> to
> > > > >> > >> which it is addressed and may contain information that is
> > > > >> confidential,
> > > > >> > >> privileged and exempt from disclosure under applicable law.
> If
> > > the
> > > > >> > reader
> > > > >> > >> of this message is not the intended recipient, you are hereby
> > > > >> notified
> > > > >> > >> that
> > > > >> > >> any printing, copying, dissemination, distribution,
> disclosure
> > or
> > > > >> > >> forwarding of this communication is strictly prohibited. If
> you
> > > > have
> > > > >> > >> received this communication in error, please contact the
> sender
> > > > >> > >> immediately
> > > > >> > >> and delete it from your system. Thank You.
> > > > >> > >>
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > > >>
> > > > >>
> > > > >> --
> > > > >> http://hortonworks.com/download/
> > > > >>
> > > > >> --
> > > > >> CONFIDENTIALITY NOTICE
> > > > >> NOTICE: This message is intended for the use of the individual or
> > > entity
> > > > >> to
> > > > >> which it is addressed and may contain information that is
> > > confidential,
> > > > >> privileged and exempt from disclosure under applicable law. If the
> > > > reader
> > > > >> of this message is not the intended recipient, you are hereby
> > notified
> > > > >> that
> > > > >> any printing, copying, dissemination, distribution, disclosure or
> > > > >> forwarding of this communication is strictly prohibited. If you
> have
> > > > >> received this communication in error, please contact the sender
> > > > >> immediately
> > > > >> and delete it from your system. Thank You.
> > > > >>
> > > > >
> > > > >
> > > >
> > > > --
> > > > Mobile
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Re: Updates on migration to git

Posted by Todd Lipcon <to...@cloudera.com>.
Hey Karthik,

Just to confirm, have we disabled force-push support on the repo?

In my experience, especially when a project has committers new to git,
force-push support causes more trouble than it's worth.

-Todd


On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Looks like our git repo is good to go.
>
> On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
> any issues, please comment on the JIRA.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
> wrote:
>
> > I cloned the new repo, built trunk and branch-2, verified all the
> branches
> > are present. Also checked a few branches and the recent commit history
> > matches our existing repo. Everything looks good so far.
> >
> >
> > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > The git repository is now ready for inspection. I ll take a look
> shortly,
> > > but it would be great if a few others could too.
> > >
> > > Once we are okay with it, we can ask it to be writable.
> > >
> > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >
> > > > Hi Suresh
> > > >
> > > > There was one vote thread on whether to migrate to git, and the
> > > > implications to the commit process for individual patches and feature
> > > > branches -
> > > >
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > .
> > > > Prior to that, there was a discuss thread on the same topic.
> > > >
> > > > As INFRA handles the actual migration from subversion to git, the
> vote
> > > > didn't include those specifics. The migration is going on as we speak
> > > (See
> > > > INFRA-8195). The initial expectation was that the migration would be
> > done
> > > > in a few hours, but it has been several hours and the last I heard
> the
> > > > import was still running.
> > > >
> > > > I have elaborated on the points in the vote thread and drafted up a
> > wiki
> > > > page on how-to-commit -
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > . We can work on improving this further and call a vote thread on
> those
> > > > items if need be.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > suresh@hortonworks.com
> > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > >
> > > >> Karthik,
> > > >>
> > > >> I would like to see detailed information on how this migration will
> be
> > > >> done, how it will affect the existing project and commit process.
> This
> > > >> should be done in a document that can be reviewed instead of in an
> > email
> > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > should
> > > >> we have a vote to ensure everyone is one the same page on doing this
> > and
> > > >> how to go about it?
> > > >>
> > > >> Regards,
> > > >> Suresh
> > > >>
> > > >>
> > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> wrote:
> > > >>
> > > >> > Last I heard, the import is still going on and appears closer to
> > > getting
> > > >> > done. Thanks for your patience with the migration.
> > > >> >
> > > >> > I ll update you as and when there is something. Eventually, the
> git
> > > repo
> > > >> > should be at the location in the wiki.
> > > >> >
> > > >> >
> > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> >
> > > >> > > Thanks for bringing these points up, Zhijie.
> > > >> > >
> > > >> > > By the way, a revised How-to-commit wiki is at:
> > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > > free
> > > >> to
> > > >> > > make changes and improve it.
> > > >> > >
> > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > zshen@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Do we have any convention about "user.name" and "user.email"?
> > For
> > > >> > >> example,
> > > >> > >> we'd like to use @apache.org for the email.
> > > >> > >>
> > > >> > >
> > > >> > > May be, we can ask people to use project-specific configs here
> and
> > > use
> > > >> > > their real name and @apache.org address.
> > > >> > >
> > > >> > > Is there any downside to letting people use their global values
> > for
> > > >> these
> > > >> > > configs?
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > ');>>"
> > > >> > >> when committing on behalf of a particular contributor?
> > > >> > >>
> > > >> > >
> > > >> > > Fetching the email-address is complicated here. Should we use
> the
> > > >> > > contributor's email from JIRA? What if that is not their @apache
> > > >> address?
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > > ');>>
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > > that
> > > >> > >> late, I
> > > >> > >> > sent it as soon as I could.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > >> > stevel@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > >> > >> >
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > just caught up with this after some offlininess...15:48 PST
> > is
> > > >> too
> > > >> > >> late
> > > >> > >> > for
> > > >> > >> > > me.
> > > >> > >> > >
> > > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> > it
> > > >> does
> > > >> > >> break
> > > >> > >> > > existing code -especially people that have trunk off the
> git
> > > >> mirrors
> > > >> > >> and
> > > >> > >> > > automated builds/merges to go with it.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > someone
> > > >> is
> > > >> > >> > against it being trunk.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > >
> > > >> > >> > > "master" may be viewed as the official git way, but it
> > doesn't
> > > >> have
> > > >> > to
> > > >> > >> > be.
> > > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> > for
> > > >> > >> releases,
> > > >> > >> > > develop/ for dev.
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> > >> > >
> > > >> > >> > > > Couple of things:
> > > >> > >> > > >
> > > >> > >> > > > 1. Since no one expressed any reservations against doing
> > this
> > > >> on
> > > >> > >> Sunday
> > > >> > >> > > or
> > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> that. I
> > > >> think
> > > >> > >> that
> > > >> > >> > > > serves us better in the long run.
> > > >> > >> > > >
> > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > definitely
> > > >> > fix
> > > >> > >> > them
> > > >> > >> > > as
> > > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> > do
> > > we
> > > >> > have
> > > >> > >> > > anyone
> > > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > > >> please
> > > >> > >> shout
> > > >> > >> > > out
> > > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > > >> > >> > > >
> > > >> > >> > > > Thanks
> > > >> > >> > > > Karthik
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > >> > >> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > wrote:
> > > >> > >> > > >
> > > >> > >> > > > > Also, does anyone know what we use for integration
> > between
> > > >> JIRA
> > > >> > >> and
> > > >> > >> > > svn?
> > > >> > >> > > > I
> > > >> > >> > > > > am assuming svn2jira.
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > >> > >> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > > wrote:
> > > >> > >> > > > >
> > > >> > >> > > > >> Hi folks,
> > > >> > >> > > > >>
> > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >> > >> > > > >>
> > > >> > >> > > > >> Most of this is planned to be handled this Sunday. As
> a
> > > >> result,
> > > >> > >> the
> > > >> > >> > > > >> subversion repository would be read-only. If this is a
> > > major
> > > >> > >> issue
> > > >> > >> > for
> > > >> > >> > > > you,
> > > >> > >> > > > >> please shout out.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> was
> > > >> asking
> > > >> > >> if
> > > >> > >> > we
> > > >> > >> > > > are
> > > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> > to
> > > >> git
> > > >> > >> > lingo. I
> > > >> > >> > > > am
> > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Would greatly appreciate any help with checking the
> git
> > > repo
> > > >> > has
> > > >> > >> > > > >> everything.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Thanks
> > > >> > >> > > > >> Karthik
> > > >> > >> > > > >>
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> > > --
> > > >> > >> > > CONFIDENTIALITY NOTICE
> > > >> > >> > > NOTICE: This message is intended for the use of the
> > individual
> > > or
> > > >> > >> entity
> > > >> > >> > to
> > > >> > >> > > which it is addressed and may contain information that is
> > > >> > >> confidential,
> > > >> > >> > > privileged and exempt from disclosure under applicable law.
> > If
> > > >> the
> > > >> > >> reader
> > > >> > >> > > of this message is not the intended recipient, you are
> hereby
> > > >> > notified
> > > >> > >> > that
> > > >> > >> > > any printing, copying, dissemination, distribution,
> > disclosure
> > > or
> > > >> > >> > > forwarding of this communication is strictly prohibited. If
> > you
> > > >> have
> > > >> > >> > > received this communication in error, please contact the
> > sender
> > > >> > >> > immediately
> > > >> > >> > > and delete it from your system. Thank You.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> --
> > > >> > >> Zhijie Shen
> > > >> > >> Hortonworks Inc.
> > > >> > >> http://hortonworks.com/
> > > >> > >>
> > > >> > >> --
> > > >> > >> CONFIDENTIALITY NOTICE
> > > >> > >> NOTICE: This message is intended for the use of the individual
> or
> > > >> entity
> > > >> > >> to
> > > >> > >> which it is addressed and may contain information that is
> > > >> confidential,
> > > >> > >> privileged and exempt from disclosure under applicable law. If
> > the
> > > >> > reader
> > > >> > >> of this message is not the intended recipient, you are hereby
> > > >> notified
> > > >> > >> that
> > > >> > >> any printing, copying, dissemination, distribution, disclosure
> or
> > > >> > >> forwarding of this communication is strictly prohibited. If you
> > > have
> > > >> > >> received this communication in error, please contact the sender
> > > >> > >> immediately
> > > >> > >> and delete it from your system. Thank You.
> > > >> > >>
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> http://hortonworks.com/download/
> > > >>
> > > >> --
> > > >> CONFIDENTIALITY NOTICE
> > > >> NOTICE: This message is intended for the use of the individual or
> > entity
> > > >> to
> > > >> which it is addressed and may contain information that is
> > confidential,
> > > >> privileged and exempt from disclosure under applicable law. If the
> > > reader
> > > >> of this message is not the intended recipient, you are hereby
> notified
> > > >> that
> > > >> any printing, copying, dissemination, distribution, disclosure or
> > > >> forwarding of this communication is strictly prohibited. If you have
> > > >> received this communication in error, please contact the sender
> > > >> immediately
> > > >> and delete it from your system. Thank You.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Mobile
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Updates on migration to git

Posted by Todd Lipcon <to...@cloudera.com>.
Hey Karthik,

Just to confirm, have we disabled force-push support on the repo?

In my experience, especially when a project has committers new to git,
force-push support causes more trouble than it's worth.

-Todd


On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Looks like our git repo is good to go.
>
> On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
> any issues, please comment on the JIRA.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
> wrote:
>
> > I cloned the new repo, built trunk and branch-2, verified all the
> branches
> > are present. Also checked a few branches and the recent commit history
> > matches our existing repo. Everything looks good so far.
> >
> >
> > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > The git repository is now ready for inspection. I ll take a look
> shortly,
> > > but it would be great if a few others could too.
> > >
> > > Once we are okay with it, we can ask it to be writable.
> > >
> > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >
> > > > Hi Suresh
> > > >
> > > > There was one vote thread on whether to migrate to git, and the
> > > > implications to the commit process for individual patches and feature
> > > > branches -
> > > >
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > .
> > > > Prior to that, there was a discuss thread on the same topic.
> > > >
> > > > As INFRA handles the actual migration from subversion to git, the
> vote
> > > > didn't include those specifics. The migration is going on as we speak
> > > (See
> > > > INFRA-8195). The initial expectation was that the migration would be
> > done
> > > > in a few hours, but it has been several hours and the last I heard
> the
> > > > import was still running.
> > > >
> > > > I have elaborated on the points in the vote thread and drafted up a
> > wiki
> > > > page on how-to-commit -
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > . We can work on improving this further and call a vote thread on
> those
> > > > items if need be.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > suresh@hortonworks.com
> > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > >
> > > >> Karthik,
> > > >>
> > > >> I would like to see detailed information on how this migration will
> be
> > > >> done, how it will affect the existing project and commit process.
> This
> > > >> should be done in a document that can be reviewed instead of in an
> > email
> > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > should
> > > >> we have a vote to ensure everyone is one the same page on doing this
> > and
> > > >> how to go about it?
> > > >>
> > > >> Regards,
> > > >> Suresh
> > > >>
> > > >>
> > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> wrote:
> > > >>
> > > >> > Last I heard, the import is still going on and appears closer to
> > > getting
> > > >> > done. Thanks for your patience with the migration.
> > > >> >
> > > >> > I ll update you as and when there is something. Eventually, the
> git
> > > repo
> > > >> > should be at the location in the wiki.
> > > >> >
> > > >> >
> > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> >
> > > >> > > Thanks for bringing these points up, Zhijie.
> > > >> > >
> > > >> > > By the way, a revised How-to-commit wiki is at:
> > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > > free
> > > >> to
> > > >> > > make changes and improve it.
> > > >> > >
> > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > zshen@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Do we have any convention about "user.name" and "user.email"?
> > For
> > > >> > >> example,
> > > >> > >> we'd like to use @apache.org for the email.
> > > >> > >>
> > > >> > >
> > > >> > > May be, we can ask people to use project-specific configs here
> and
> > > use
> > > >> > > their real name and @apache.org address.
> > > >> > >
> > > >> > > Is there any downside to letting people use their global values
> > for
> > > >> these
> > > >> > > configs?
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > ');>>"
> > > >> > >> when committing on behalf of a particular contributor?
> > > >> > >>
> > > >> > >
> > > >> > > Fetching the email-address is complicated here. Should we use
> the
> > > >> > > contributor's email from JIRA? What if that is not their @apache
> > > >> address?
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > > ');>>
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > > that
> > > >> > >> late, I
> > > >> > >> > sent it as soon as I could.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > >> > stevel@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > >> > >> >
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > just caught up with this after some offlininess...15:48 PST
> > is
> > > >> too
> > > >> > >> late
> > > >> > >> > for
> > > >> > >> > > me.
> > > >> > >> > >
> > > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> > it
> > > >> does
> > > >> > >> break
> > > >> > >> > > existing code -especially people that have trunk off the
> git
> > > >> mirrors
> > > >> > >> and
> > > >> > >> > > automated builds/merges to go with it.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > someone
> > > >> is
> > > >> > >> > against it being trunk.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > >
> > > >> > >> > > "master" may be viewed as the official git way, but it
> > doesn't
> > > >> have
> > > >> > to
> > > >> > >> > be.
> > > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> > for
> > > >> > >> releases,
> > > >> > >> > > develop/ for dev.
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> > >> > >
> > > >> > >> > > > Couple of things:
> > > >> > >> > > >
> > > >> > >> > > > 1. Since no one expressed any reservations against doing
> > this
> > > >> on
> > > >> > >> Sunday
> > > >> > >> > > or
> > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> that. I
> > > >> think
> > > >> > >> that
> > > >> > >> > > > serves us better in the long run.
> > > >> > >> > > >
> > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > definitely
> > > >> > fix
> > > >> > >> > them
> > > >> > >> > > as
> > > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> > do
> > > we
> > > >> > have
> > > >> > >> > > anyone
> > > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > > >> please
> > > >> > >> shout
> > > >> > >> > > out
> > > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > > >> > >> > > >
> > > >> > >> > > > Thanks
> > > >> > >> > > > Karthik
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > >> > >> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > wrote:
> > > >> > >> > > >
> > > >> > >> > > > > Also, does anyone know what we use for integration
> > between
> > > >> JIRA
> > > >> > >> and
> > > >> > >> > > svn?
> > > >> > >> > > > I
> > > >> > >> > > > > am assuming svn2jira.
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > >> > >> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > > wrote:
> > > >> > >> > > > >
> > > >> > >> > > > >> Hi folks,
> > > >> > >> > > > >>
> > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >> > >> > > > >>
> > > >> > >> > > > >> Most of this is planned to be handled this Sunday. As
> a
> > > >> result,
> > > >> > >> the
> > > >> > >> > > > >> subversion repository would be read-only. If this is a
> > > major
> > > >> > >> issue
> > > >> > >> > for
> > > >> > >> > > > you,
> > > >> > >> > > > >> please shout out.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> was
> > > >> asking
> > > >> > >> if
> > > >> > >> > we
> > > >> > >> > > > are
> > > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> > to
> > > >> git
> > > >> > >> > lingo. I
> > > >> > >> > > > am
> > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Would greatly appreciate any help with checking the
> git
> > > repo
> > > >> > has
> > > >> > >> > > > >> everything.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Thanks
> > > >> > >> > > > >> Karthik
> > > >> > >> > > > >>
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> > > --
> > > >> > >> > > CONFIDENTIALITY NOTICE
> > > >> > >> > > NOTICE: This message is intended for the use of the
> > individual
> > > or
> > > >> > >> entity
> > > >> > >> > to
> > > >> > >> > > which it is addressed and may contain information that is
> > > >> > >> confidential,
> > > >> > >> > > privileged and exempt from disclosure under applicable law.
> > If
> > > >> the
> > > >> > >> reader
> > > >> > >> > > of this message is not the intended recipient, you are
> hereby
> > > >> > notified
> > > >> > >> > that
> > > >> > >> > > any printing, copying, dissemination, distribution,
> > disclosure
> > > or
> > > >> > >> > > forwarding of this communication is strictly prohibited. If
> > you
> > > >> have
> > > >> > >> > > received this communication in error, please contact the
> > sender
> > > >> > >> > immediately
> > > >> > >> > > and delete it from your system. Thank You.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> --
> > > >> > >> Zhijie Shen
> > > >> > >> Hortonworks Inc.
> > > >> > >> http://hortonworks.com/
> > > >> > >>
> > > >> > >> --
> > > >> > >> CONFIDENTIALITY NOTICE
> > > >> > >> NOTICE: This message is intended for the use of the individual
> or
> > > >> entity
> > > >> > >> to
> > > >> > >> which it is addressed and may contain information that is
> > > >> confidential,
> > > >> > >> privileged and exempt from disclosure under applicable law. If
> > the
> > > >> > reader
> > > >> > >> of this message is not the intended recipient, you are hereby
> > > >> notified
> > > >> > >> that
> > > >> > >> any printing, copying, dissemination, distribution, disclosure
> or
> > > >> > >> forwarding of this communication is strictly prohibited. If you
> > > have
> > > >> > >> received this communication in error, please contact the sender
> > > >> > >> immediately
> > > >> > >> and delete it from your system. Thank You.
> > > >> > >>
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> http://hortonworks.com/download/
> > > >>
> > > >> --
> > > >> CONFIDENTIALITY NOTICE
> > > >> NOTICE: This message is intended for the use of the individual or
> > entity
> > > >> to
> > > >> which it is addressed and may contain information that is
> > confidential,
> > > >> privileged and exempt from disclosure under applicable law. If the
> > > reader
> > > >> of this message is not the intended recipient, you are hereby
> notified
> > > >> that
> > > >> any printing, copying, dissemination, distribution, disclosure or
> > > >> forwarding of this communication is strictly prohibited. If you have
> > > >> received this communication in error, please contact the sender
> > > >> immediately
> > > >> and delete it from your system. Thank You.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Mobile
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Updates on migration to git

Posted by Todd Lipcon <to...@cloudera.com>.
Hey Karthik,

Just to confirm, have we disabled force-push support on the repo?

In my experience, especially when a project has committers new to git,
force-push support causes more trouble than it's worth.

-Todd


On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Looks like our git repo is good to go.
>
> On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
> any issues, please comment on the JIRA.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
> wrote:
>
> > I cloned the new repo, built trunk and branch-2, verified all the
> branches
> > are present. Also checked a few branches and the recent commit history
> > matches our existing repo. Everything looks good so far.
> >
> >
> > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > The git repository is now ready for inspection. I ll take a look
> shortly,
> > > but it would be great if a few others could too.
> > >
> > > Once we are okay with it, we can ask it to be writable.
> > >
> > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >
> > > > Hi Suresh
> > > >
> > > > There was one vote thread on whether to migrate to git, and the
> > > > implications to the commit process for individual patches and feature
> > > > branches -
> > > >
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > .
> > > > Prior to that, there was a discuss thread on the same topic.
> > > >
> > > > As INFRA handles the actual migration from subversion to git, the
> vote
> > > > didn't include those specifics. The migration is going on as we speak
> > > (See
> > > > INFRA-8195). The initial expectation was that the migration would be
> > done
> > > > in a few hours, but it has been several hours and the last I heard
> the
> > > > import was still running.
> > > >
> > > > I have elaborated on the points in the vote thread and drafted up a
> > wiki
> > > > page on how-to-commit -
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > . We can work on improving this further and call a vote thread on
> those
> > > > items if need be.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > suresh@hortonworks.com
> > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > >
> > > >> Karthik,
> > > >>
> > > >> I would like to see detailed information on how this migration will
> be
> > > >> done, how it will affect the existing project and commit process.
> This
> > > >> should be done in a document that can be reviewed instead of in an
> > email
> > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > should
> > > >> we have a vote to ensure everyone is one the same page on doing this
> > and
> > > >> how to go about it?
> > > >>
> > > >> Regards,
> > > >> Suresh
> > > >>
> > > >>
> > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> wrote:
> > > >>
> > > >> > Last I heard, the import is still going on and appears closer to
> > > getting
> > > >> > done. Thanks for your patience with the migration.
> > > >> >
> > > >> > I ll update you as and when there is something. Eventually, the
> git
> > > repo
> > > >> > should be at the location in the wiki.
> > > >> >
> > > >> >
> > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> >
> > > >> > > Thanks for bringing these points up, Zhijie.
> > > >> > >
> > > >> > > By the way, a revised How-to-commit wiki is at:
> > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > > free
> > > >> to
> > > >> > > make changes and improve it.
> > > >> > >
> > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > zshen@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Do we have any convention about "user.name" and "user.email"?
> > For
> > > >> > >> example,
> > > >> > >> we'd like to use @apache.org for the email.
> > > >> > >>
> > > >> > >
> > > >> > > May be, we can ask people to use project-specific configs here
> and
> > > use
> > > >> > > their real name and @apache.org address.
> > > >> > >
> > > >> > > Is there any downside to letting people use their global values
> > for
> > > >> these
> > > >> > > configs?
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > ');>>"
> > > >> > >> when committing on behalf of a particular contributor?
> > > >> > >>
> > > >> > >
> > > >> > > Fetching the email-address is complicated here. Should we use
> the
> > > >> > > contributor's email from JIRA? What if that is not their @apache
> > > >> address?
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > > ');>>
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > > that
> > > >> > >> late, I
> > > >> > >> > sent it as soon as I could.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > >> > stevel@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > >> > >> >
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > just caught up with this after some offlininess...15:48 PST
> > is
> > > >> too
> > > >> > >> late
> > > >> > >> > for
> > > >> > >> > > me.
> > > >> > >> > >
> > > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> > it
> > > >> does
> > > >> > >> break
> > > >> > >> > > existing code -especially people that have trunk off the
> git
> > > >> mirrors
> > > >> > >> and
> > > >> > >> > > automated builds/merges to go with it.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > someone
> > > >> is
> > > >> > >> > against it being trunk.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > >
> > > >> > >> > > "master" may be viewed as the official git way, but it
> > doesn't
> > > >> have
> > > >> > to
> > > >> > >> > be.
> > > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> > for
> > > >> > >> releases,
> > > >> > >> > > develop/ for dev.
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> > >> > >
> > > >> > >> > > > Couple of things:
> > > >> > >> > > >
> > > >> > >> > > > 1. Since no one expressed any reservations against doing
> > this
> > > >> on
> > > >> > >> Sunday
> > > >> > >> > > or
> > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> that. I
> > > >> think
> > > >> > >> that
> > > >> > >> > > > serves us better in the long run.
> > > >> > >> > > >
> > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > definitely
> > > >> > fix
> > > >> > >> > them
> > > >> > >> > > as
> > > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> > do
> > > we
> > > >> > have
> > > >> > >> > > anyone
> > > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > > >> please
> > > >> > >> shout
> > > >> > >> > > out
> > > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > > >> > >> > > >
> > > >> > >> > > > Thanks
> > > >> > >> > > > Karthik
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > >> > >> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > wrote:
> > > >> > >> > > >
> > > >> > >> > > > > Also, does anyone know what we use for integration
> > between
> > > >> JIRA
> > > >> > >> and
> > > >> > >> > > svn?
> > > >> > >> > > > I
> > > >> > >> > > > > am assuming svn2jira.
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > >> > >> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > > wrote:
> > > >> > >> > > > >
> > > >> > >> > > > >> Hi folks,
> > > >> > >> > > > >>
> > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >> > >> > > > >>
> > > >> > >> > > > >> Most of this is planned to be handled this Sunday. As
> a
> > > >> result,
> > > >> > >> the
> > > >> > >> > > > >> subversion repository would be read-only. If this is a
> > > major
> > > >> > >> issue
> > > >> > >> > for
> > > >> > >> > > > you,
> > > >> > >> > > > >> please shout out.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> was
> > > >> asking
> > > >> > >> if
> > > >> > >> > we
> > > >> > >> > > > are
> > > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> > to
> > > >> git
> > > >> > >> > lingo. I
> > > >> > >> > > > am
> > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Would greatly appreciate any help with checking the
> git
> > > repo
> > > >> > has
> > > >> > >> > > > >> everything.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Thanks
> > > >> > >> > > > >> Karthik
> > > >> > >> > > > >>
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> > > --
> > > >> > >> > > CONFIDENTIALITY NOTICE
> > > >> > >> > > NOTICE: This message is intended for the use of the
> > individual
> > > or
> > > >> > >> entity
> > > >> > >> > to
> > > >> > >> > > which it is addressed and may contain information that is
> > > >> > >> confidential,
> > > >> > >> > > privileged and exempt from disclosure under applicable law.
> > If
> > > >> the
> > > >> > >> reader
> > > >> > >> > > of this message is not the intended recipient, you are
> hereby
> > > >> > notified
> > > >> > >> > that
> > > >> > >> > > any printing, copying, dissemination, distribution,
> > disclosure
> > > or
> > > >> > >> > > forwarding of this communication is strictly prohibited. If
> > you
> > > >> have
> > > >> > >> > > received this communication in error, please contact the
> > sender
> > > >> > >> > immediately
> > > >> > >> > > and delete it from your system. Thank You.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> --
> > > >> > >> Zhijie Shen
> > > >> > >> Hortonworks Inc.
> > > >> > >> http://hortonworks.com/
> > > >> > >>
> > > >> > >> --
> > > >> > >> CONFIDENTIALITY NOTICE
> > > >> > >> NOTICE: This message is intended for the use of the individual
> or
> > > >> entity
> > > >> > >> to
> > > >> > >> which it is addressed and may contain information that is
> > > >> confidential,
> > > >> > >> privileged and exempt from disclosure under applicable law. If
> > the
> > > >> > reader
> > > >> > >> of this message is not the intended recipient, you are hereby
> > > >> notified
> > > >> > >> that
> > > >> > >> any printing, copying, dissemination, distribution, disclosure
> or
> > > >> > >> forwarding of this communication is strictly prohibited. If you
> > > have
> > > >> > >> received this communication in error, please contact the sender
> > > >> > >> immediately
> > > >> > >> and delete it from your system. Thank You.
> > > >> > >>
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> http://hortonworks.com/download/
> > > >>
> > > >> --
> > > >> CONFIDENTIALITY NOTICE
> > > >> NOTICE: This message is intended for the use of the individual or
> > entity
> > > >> to
> > > >> which it is addressed and may contain information that is
> > confidential,
> > > >> privileged and exempt from disclosure under applicable law. If the
> > > reader
> > > >> of this message is not the intended recipient, you are hereby
> notified
> > > >> that
> > > >> any printing, copying, dissemination, distribution, disclosure or
> > > >> forwarding of this communication is strictly prohibited. If you have
> > > >> received this communication in error, please contact the sender
> > > >> immediately
> > > >> and delete it from your system. Thank You.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Mobile
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Updates on migration to git

Posted by Todd Lipcon <to...@cloudera.com>.
Hey Karthik,

Just to confirm, have we disabled force-push support on the repo?

In my experience, especially when a project has committers new to git,
force-push support causes more trouble than it's worth.

-Todd


On Tue, Aug 26, 2014 at 4:39 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Looks like our git repo is good to go.
>
> On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
> any issues, please comment on the JIRA.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
> wrote:
>
> > I cloned the new repo, built trunk and branch-2, verified all the
> branches
> > are present. Also checked a few branches and the recent commit history
> > matches our existing repo. Everything looks good so far.
> >
> >
> > On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > The git repository is now ready for inspection. I ll take a look
> shortly,
> > > but it would be great if a few others could too.
> > >
> > > Once we are okay with it, we can ask it to be writable.
> > >
> > > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >
> > > > Hi Suresh
> > > >
> > > > There was one vote thread on whether to migrate to git, and the
> > > > implications to the commit process for individual patches and feature
> > > > branches -
> > > >
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > > .
> > > > Prior to that, there was a discuss thread on the same topic.
> > > >
> > > > As INFRA handles the actual migration from subversion to git, the
> vote
> > > > didn't include those specifics. The migration is going on as we speak
> > > (See
> > > > INFRA-8195). The initial expectation was that the migration would be
> > done
> > > > in a few hours, but it has been several hours and the last I heard
> the
> > > > import was still running.
> > > >
> > > > I have elaborated on the points in the vote thread and drafted up a
> > wiki
> > > > page on how-to-commit -
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > > . We can work on improving this further and call a vote thread on
> those
> > > > items if need be.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > > suresh@hortonworks.com
> > > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > > >
> > > >> Karthik,
> > > >>
> > > >> I would like to see detailed information on how this migration will
> be
> > > >> done, how it will affect the existing project and commit process.
> This
> > > >> should be done in a document that can be reviewed instead of in an
> > email
> > > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > > should
> > > >> we have a vote to ensure everyone is one the same page on doing this
> > and
> > > >> how to go about it?
> > > >>
> > > >> Regards,
> > > >> Suresh
> > > >>
> > > >>
> > > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <
> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> wrote:
> > > >>
> > > >> > Last I heard, the import is still going on and appears closer to
> > > getting
> > > >> > done. Thanks for your patience with the migration.
> > > >> >
> > > >> > I ll update you as and when there is something. Eventually, the
> git
> > > repo
> > > >> > should be at the location in the wiki.
> > > >> >
> > > >> >
> > > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> >
> > > >> > > Thanks for bringing these points up, Zhijie.
> > > >> > >
> > > >> > > By the way, a revised How-to-commit wiki is at:
> > > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > > free
> > > >> to
> > > >> > > make changes and improve it.
> > > >> > >
> > > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > > zshen@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> Do we have any convention about "user.name" and "user.email"?
> > For
> > > >> > >> example,
> > > >> > >> we'd like to use @apache.org for the email.
> > > >> > >>
> > > >> > >
> > > >> > > May be, we can ask people to use project-specific configs here
> and
> > > use
> > > >> > > their real name and @apache.org address.
> > > >> > >
> > > >> > > Is there any downside to letting people use their global values
> > for
> > > >> these
> > > >> > > configs?
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >> Moreover, do we want to use "--author="Author Name <
> > > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> > ');>>"
> > > >> > >> when committing on behalf of a particular contributor?
> > > >> > >>
> > > >> > >
> > > >> > > Fetching the email-address is complicated here. Should we use
> the
> > > >> > > contributor's email from JIRA? What if that is not their @apache
> > > >> address?
> > > >> > >
> > > >> > >
> > > >> > >>
> > > >> > >>
> > > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > > ');>>
> > > >> > >> wrote:
> > > >> > >>
> > > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > > that
> > > >> > >> late, I
> > > >> > >> > sent it as soon as I could.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > > >> > stevel@hortonworks.com
> > > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > > >> > >> >
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > just caught up with this after some offlininess...15:48 PST
> > is
> > > >> too
> > > >> > >> late
> > > >> > >> > for
> > > >> > >> > > me.
> > > >> > >> > >
> > > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> > it
> > > >> does
> > > >> > >> break
> > > >> > >> > > existing code -especially people that have trunk off the
> git
> > > >> mirrors
> > > >> > >> and
> > > >> > >> > > automated builds/merges to go with it.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > > someone
> > > >> is
> > > >> > >> > against it being trunk.
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > >
> > > >> > >> > > "master" may be viewed as the official git way, but it
> > doesn't
> > > >> have
> > > >> > to
> > > >> > >> > be.
> > > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> > for
> > > >> > >> releases,
> > > >> > >> > > develop/ for dev.
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > wrote:
> > > >> > >> > >
> > > >> > >> > > > Couple of things:
> > > >> > >> > > >
> > > >> > >> > > > 1. Since no one expressed any reservations against doing
> > this
> > > >> on
> > > >> > >> Sunday
> > > >> > >> > > or
> > > >> > >> > > > renaming trunk to master, I ll go ahead and confirm
> that. I
> > > >> think
> > > >> > >> that
> > > >> > >> > > > serves us better in the long run.
> > > >> > >> > > >
> > > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > > definitely
> > > >> > fix
> > > >> > >> > them
> > > >> > >> > > as
> > > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> > do
> > > we
> > > >> > have
> > > >> > >> > > anyone
> > > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > > >> please
> > > >> > >> shout
> > > >> > >> > > out
> > > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > > >> > >> > > >
> > > >> > >> > > > Thanks
> > > >> > >> > > > Karthik
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > >
> > > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > > >> > >> kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > wrote:
> > > >> > >> > > >
> > > >> > >> > > > > Also, does anyone know what we use for integration
> > between
> > > >> JIRA
> > > >> > >> and
> > > >> > >> > > svn?
> > > >> > >> > > > I
> > > >> > >> > > > > am assuming svn2jira.
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > >> > >> > kasha@cloudera.com
> > > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > > >> > >> > > > > wrote:
> > > >> > >> > > > >
> > > >> > >> > > > >> Hi folks,
> > > >> > >> > > > >>
> > > >> > >> > > > >> For the SCM migration, feel free to follow
> > > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >> > >> > > > >>
> > > >> > >> > > > >> Most of this is planned to be handled this Sunday. As
> a
> > > >> result,
> > > >> > >> the
> > > >> > >> > > > >> subversion repository would be read-only. If this is a
> > > major
> > > >> > >> issue
> > > >> > >> > for
> > > >> > >> > > > you,
> > > >> > >> > > > >> please shout out.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Daniel Gruno, the one helping us with the migration,
> was
> > > >> asking
> > > >> > >> if
> > > >> > >> > we
> > > >> > >> > > > are
> > > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> > to
> > > >> git
> > > >> > >> > lingo. I
> > > >> > >> > > > am
> > > >> > >> > > > >> tempted to say yes, but wanted to check.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Would greatly appreciate any help with checking the
> git
> > > repo
> > > >> > has
> > > >> > >> > > > >> everything.
> > > >> > >> > > > >>
> > > >> > >> > > > >> Thanks
> > > >> > >> > > > >> Karthik
> > > >> > >> > > > >>
> > > >> > >> > > > >
> > > >> > >> > > > >
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> > > --
> > > >> > >> > > CONFIDENTIALITY NOTICE
> > > >> > >> > > NOTICE: This message is intended for the use of the
> > individual
> > > or
> > > >> > >> entity
> > > >> > >> > to
> > > >> > >> > > which it is addressed and may contain information that is
> > > >> > >> confidential,
> > > >> > >> > > privileged and exempt from disclosure under applicable law.
> > If
> > > >> the
> > > >> > >> reader
> > > >> > >> > > of this message is not the intended recipient, you are
> hereby
> > > >> > notified
> > > >> > >> > that
> > > >> > >> > > any printing, copying, dissemination, distribution,
> > disclosure
> > > or
> > > >> > >> > > forwarding of this communication is strictly prohibited. If
> > you
> > > >> have
> > > >> > >> > > received this communication in error, please contact the
> > sender
> > > >> > >> > immediately
> > > >> > >> > > and delete it from your system. Thank You.
> > > >> > >> > >
> > > >> > >> >
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> --
> > > >> > >> Zhijie Shen
> > > >> > >> Hortonworks Inc.
> > > >> > >> http://hortonworks.com/
> > > >> > >>
> > > >> > >> --
> > > >> > >> CONFIDENTIALITY NOTICE
> > > >> > >> NOTICE: This message is intended for the use of the individual
> or
> > > >> entity
> > > >> > >> to
> > > >> > >> which it is addressed and may contain information that is
> > > >> confidential,
> > > >> > >> privileged and exempt from disclosure under applicable law. If
> > the
> > > >> > reader
> > > >> > >> of this message is not the intended recipient, you are hereby
> > > >> notified
> > > >> > >> that
> > > >> > >> any printing, copying, dissemination, distribution, disclosure
> or
> > > >> > >> forwarding of this communication is strictly prohibited. If you
> > > have
> > > >> > >> received this communication in error, please contact the sender
> > > >> > >> immediately
> > > >> > >> and delete it from your system. Thank You.
> > > >> > >>
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> http://hortonworks.com/download/
> > > >>
> > > >> --
> > > >> CONFIDENTIALITY NOTICE
> > > >> NOTICE: This message is intended for the use of the individual or
> > entity
> > > >> to
> > > >> which it is addressed and may contain information that is
> > confidential,
> > > >> privileged and exempt from disclosure under applicable law. If the
> > > reader
> > > >> of this message is not the intended recipient, you are hereby
> notified
> > > >> that
> > > >> any printing, copying, dissemination, distribution, disclosure or
> > > >> forwarding of this communication is strictly prohibited. If you have
> > > >> received this communication in error, please contact the sender
> > > >> immediately
> > > >> and delete it from your system. Thank You.
> > > >>
> > > >
> > > >
> > >
> > > --
> > > Mobile
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Looks like our git repo is good to go.

On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
any issues, please comment on the JIRA.

Thanks
Karthik


On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
wrote:

> I cloned the new repo, built trunk and branch-2, verified all the branches
> are present. Also checked a few branches and the recent commit history
> matches our existing repo. Everything looks good so far.
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> > > Hi Suresh
> > >
> > > There was one vote thread on whether to migrate to git, and the
> > > implications to the commit process for individual patches and feature
> > > branches -
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > .
> > > Prior to that, there was a discuss thread on the same topic.
> > >
> > > As INFRA handles the actual migration from subversion to git, the vote
> > > didn't include those specifics. The migration is going on as we speak
> > (See
> > > INFRA-8195). The initial expectation was that the migration would be
> done
> > > in a few hours, but it has been several hours and the last I heard the
> > > import was still running.
> > >
> > > I have elaborated on the points in the vote thread and drafted up a
> wiki
> > > page on how-to-commit -
> > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > . We can work on improving this further and call a vote thread on those
> > > items if need be.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > suresh@hortonworks.com
> > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > >
> > >> Karthik,
> > >>
> > >> I would like to see detailed information on how this migration will be
> > >> done, how it will affect the existing project and commit process. This
> > >> should be done in a document that can be reviewed instead of in an
> email
> > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > should
> > >> we have a vote to ensure everyone is one the same page on doing this
> and
> > >> how to go about it?
> > >>
> > >> Regards,
> > >> Suresh
> > >>
> > >>
> > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> wrote:
> > >>
> > >> > Last I heard, the import is still going on and appears closer to
> > getting
> > >> > done. Thanks for your patience with the migration.
> > >> >
> > >> > I ll update you as and when there is something. Eventually, the git
> > repo
> > >> > should be at the location in the wiki.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> >
> > >> > > Thanks for bringing these points up, Zhijie.
> > >> > >
> > >> > > By the way, a revised How-to-commit wiki is at:
> > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > free
> > >> to
> > >> > > make changes and improve it.
> > >> > >
> > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > zshen@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > >> > > wrote:
> > >> > >
> > >> > >> Do we have any convention about "user.name" and "user.email"?
> For
> > >> > >> example,
> > >> > >> we'd like to use @apache.org for the email.
> > >> > >>
> > >> > >
> > >> > > May be, we can ask people to use project-specific configs here and
> > use
> > >> > > their real name and @apache.org address.
> > >> > >
> > >> > > Is there any downside to letting people use their global values
> for
> > >> these
> > >> > > configs?
> > >> > >
> > >> > >
> > >> > >
> > >> > >>
> > >> > >> Moreover, do we want to use "--author="Author Name <
> > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> ');>>"
> > >> > >> when committing on behalf of a particular contributor?
> > >> > >>
> > >> > >
> > >> > > Fetching the email-address is complicated here. Should we use the
> > >> > > contributor's email from JIRA? What if that is not their @apache
> > >> address?
> > >> > >
> > >> > >
> > >> > >>
> > >> > >>
> > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > ');>>
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > that
> > >> > >> late, I
> > >> > >> > sent it as soon as I could.
> > >> > >> >
> > >> > >> >
> > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > >> > stevel@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > >> > >> >
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > just caught up with this after some offlininess...15:48 PST
> is
> > >> too
> > >> > >> late
> > >> > >> > for
> > >> > >> > > me.
> > >> > >> > >
> > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> it
> > >> does
> > >> > >> break
> > >> > >> > > existing code -especially people that have trunk off the git
> > >> mirrors
> > >> > >> and
> > >> > >> > > automated builds/merges to go with it.
> > >> > >> > >
> > >> > >> >
> > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > someone
> > >> is
> > >> > >> > against it being trunk.
> > >> > >> >
> > >> > >> >
> > >> > >> > >
> > >> > >> > > "master" may be viewed as the official git way, but it
> doesn't
> > >> have
> > >> > to
> > >> > >> > be.
> > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> for
> > >> > >> releases,
> > >> > >> > > develop/ for dev.
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> > >> > >
> > >> > >> > > > Couple of things:
> > >> > >> > > >
> > >> > >> > > > 1. Since no one expressed any reservations against doing
> this
> > >> on
> > >> > >> Sunday
> > >> > >> > > or
> > >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> > >> think
> > >> > >> that
> > >> > >> > > > serves us better in the long run.
> > >> > >> > > >
> > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > definitely
> > >> > fix
> > >> > >> > them
> > >> > >> > > as
> > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> do
> > we
> > >> > have
> > >> > >> > > anyone
> > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > >> please
> > >> > >> shout
> > >> > >> > > out
> > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > >> > > >
> > >> > >> > > > Thanks
> > >> > >> > > > Karthik
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> > >> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > wrote:
> > >> > >> > > >
> > >> > >> > > > > Also, does anyone know what we use for integration
> between
> > >> JIRA
> > >> > >> and
> > >> > >> > > svn?
> > >> > >> > > > I
> > >> > >> > > > > am assuming svn2jira.
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > >> > kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > > wrote:
> > >> > >> > > > >
> > >> > >> > > > >> Hi folks,
> > >> > >> > > > >>
> > >> > >> > > > >> For the SCM migration, feel free to follow
> > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > >> > > > >>
> > >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> > >> result,
> > >> > >> the
> > >> > >> > > > >> subversion repository would be read-only. If this is a
> > major
> > >> > >> issue
> > >> > >> > for
> > >> > >> > > > you,
> > >> > >> > > > >> please shout out.
> > >> > >> > > > >>
> > >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> > >> asking
> > >> > >> if
> > >> > >> > we
> > >> > >> > > > are
> > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> to
> > >> git
> > >> > >> > lingo. I
> > >> > >> > > > am
> > >> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > >> > > > >>
> > >> > >> > > > >> Would greatly appreciate any help with checking the git
> > repo
> > >> > has
> > >> > >> > > > >> everything.
> > >> > >> > > > >>
> > >> > >> > > > >> Thanks
> > >> > >> > > > >> Karthik
> > >> > >> > > > >>
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> > > --
> > >> > >> > > CONFIDENTIALITY NOTICE
> > >> > >> > > NOTICE: This message is intended for the use of the
> individual
> > or
> > >> > >> entity
> > >> > >> > to
> > >> > >> > > which it is addressed and may contain information that is
> > >> > >> confidential,
> > >> > >> > > privileged and exempt from disclosure under applicable law.
> If
> > >> the
> > >> > >> reader
> > >> > >> > > of this message is not the intended recipient, you are hereby
> > >> > notified
> > >> > >> > that
> > >> > >> > > any printing, copying, dissemination, distribution,
> disclosure
> > or
> > >> > >> > > forwarding of this communication is strictly prohibited. If
> you
> > >> have
> > >> > >> > > received this communication in error, please contact the
> sender
> > >> > >> > immediately
> > >> > >> > > and delete it from your system. Thank You.
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> --
> > >> > >> Zhijie Shen
> > >> > >> Hortonworks Inc.
> > >> > >> http://hortonworks.com/
> > >> > >>
> > >> > >> --
> > >> > >> CONFIDENTIALITY NOTICE
> > >> > >> NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > >> to
> > >> > >> which it is addressed and may contain information that is
> > >> confidential,
> > >> > >> privileged and exempt from disclosure under applicable law. If
> the
> > >> > reader
> > >> > >> of this message is not the intended recipient, you are hereby
> > >> notified
> > >> > >> that
> > >> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> > >> forwarding of this communication is strictly prohibited. If you
> > have
> > >> > >> received this communication in error, please contact the sender
> > >> > >> immediately
> > >> > >> and delete it from your system. Thank You.
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> http://hortonworks.com/download/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
> > --
> > Mobile
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Looks like our git repo is good to go.

On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
any issues, please comment on the JIRA.

Thanks
Karthik


On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
wrote:

> I cloned the new repo, built trunk and branch-2, verified all the branches
> are present. Also checked a few branches and the recent commit history
> matches our existing repo. Everything looks good so far.
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> > > Hi Suresh
> > >
> > > There was one vote thread on whether to migrate to git, and the
> > > implications to the commit process for individual patches and feature
> > > branches -
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > .
> > > Prior to that, there was a discuss thread on the same topic.
> > >
> > > As INFRA handles the actual migration from subversion to git, the vote
> > > didn't include those specifics. The migration is going on as we speak
> > (See
> > > INFRA-8195). The initial expectation was that the migration would be
> done
> > > in a few hours, but it has been several hours and the last I heard the
> > > import was still running.
> > >
> > > I have elaborated on the points in the vote thread and drafted up a
> wiki
> > > page on how-to-commit -
> > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > . We can work on improving this further and call a vote thread on those
> > > items if need be.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > suresh@hortonworks.com
> > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > >
> > >> Karthik,
> > >>
> > >> I would like to see detailed information on how this migration will be
> > >> done, how it will affect the existing project and commit process. This
> > >> should be done in a document that can be reviewed instead of in an
> email
> > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > should
> > >> we have a vote to ensure everyone is one the same page on doing this
> and
> > >> how to go about it?
> > >>
> > >> Regards,
> > >> Suresh
> > >>
> > >>
> > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> wrote:
> > >>
> > >> > Last I heard, the import is still going on and appears closer to
> > getting
> > >> > done. Thanks for your patience with the migration.
> > >> >
> > >> > I ll update you as and when there is something. Eventually, the git
> > repo
> > >> > should be at the location in the wiki.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> >
> > >> > > Thanks for bringing these points up, Zhijie.
> > >> > >
> > >> > > By the way, a revised How-to-commit wiki is at:
> > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > free
> > >> to
> > >> > > make changes and improve it.
> > >> > >
> > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > zshen@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > >> > > wrote:
> > >> > >
> > >> > >> Do we have any convention about "user.name" and "user.email"?
> For
> > >> > >> example,
> > >> > >> we'd like to use @apache.org for the email.
> > >> > >>
> > >> > >
> > >> > > May be, we can ask people to use project-specific configs here and
> > use
> > >> > > their real name and @apache.org address.
> > >> > >
> > >> > > Is there any downside to letting people use their global values
> for
> > >> these
> > >> > > configs?
> > >> > >
> > >> > >
> > >> > >
> > >> > >>
> > >> > >> Moreover, do we want to use "--author="Author Name <
> > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> ');>>"
> > >> > >> when committing on behalf of a particular contributor?
> > >> > >>
> > >> > >
> > >> > > Fetching the email-address is complicated here. Should we use the
> > >> > > contributor's email from JIRA? What if that is not their @apache
> > >> address?
> > >> > >
> > >> > >
> > >> > >>
> > >> > >>
> > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > ');>>
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > that
> > >> > >> late, I
> > >> > >> > sent it as soon as I could.
> > >> > >> >
> > >> > >> >
> > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > >> > stevel@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > >> > >> >
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > just caught up with this after some offlininess...15:48 PST
> is
> > >> too
> > >> > >> late
> > >> > >> > for
> > >> > >> > > me.
> > >> > >> > >
> > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> it
> > >> does
> > >> > >> break
> > >> > >> > > existing code -especially people that have trunk off the git
> > >> mirrors
> > >> > >> and
> > >> > >> > > automated builds/merges to go with it.
> > >> > >> > >
> > >> > >> >
> > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > someone
> > >> is
> > >> > >> > against it being trunk.
> > >> > >> >
> > >> > >> >
> > >> > >> > >
> > >> > >> > > "master" may be viewed as the official git way, but it
> doesn't
> > >> have
> > >> > to
> > >> > >> > be.
> > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> for
> > >> > >> releases,
> > >> > >> > > develop/ for dev.
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> > >> > >
> > >> > >> > > > Couple of things:
> > >> > >> > > >
> > >> > >> > > > 1. Since no one expressed any reservations against doing
> this
> > >> on
> > >> > >> Sunday
> > >> > >> > > or
> > >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> > >> think
> > >> > >> that
> > >> > >> > > > serves us better in the long run.
> > >> > >> > > >
> > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > definitely
> > >> > fix
> > >> > >> > them
> > >> > >> > > as
> > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> do
> > we
> > >> > have
> > >> > >> > > anyone
> > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > >> please
> > >> > >> shout
> > >> > >> > > out
> > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > >> > > >
> > >> > >> > > > Thanks
> > >> > >> > > > Karthik
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> > >> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > wrote:
> > >> > >> > > >
> > >> > >> > > > > Also, does anyone know what we use for integration
> between
> > >> JIRA
> > >> > >> and
> > >> > >> > > svn?
> > >> > >> > > > I
> > >> > >> > > > > am assuming svn2jira.
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > >> > kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > > wrote:
> > >> > >> > > > >
> > >> > >> > > > >> Hi folks,
> > >> > >> > > > >>
> > >> > >> > > > >> For the SCM migration, feel free to follow
> > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > >> > > > >>
> > >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> > >> result,
> > >> > >> the
> > >> > >> > > > >> subversion repository would be read-only. If this is a
> > major
> > >> > >> issue
> > >> > >> > for
> > >> > >> > > > you,
> > >> > >> > > > >> please shout out.
> > >> > >> > > > >>
> > >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> > >> asking
> > >> > >> if
> > >> > >> > we
> > >> > >> > > > are
> > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> to
> > >> git
> > >> > >> > lingo. I
> > >> > >> > > > am
> > >> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > >> > > > >>
> > >> > >> > > > >> Would greatly appreciate any help with checking the git
> > repo
> > >> > has
> > >> > >> > > > >> everything.
> > >> > >> > > > >>
> > >> > >> > > > >> Thanks
> > >> > >> > > > >> Karthik
> > >> > >> > > > >>
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> > > --
> > >> > >> > > CONFIDENTIALITY NOTICE
> > >> > >> > > NOTICE: This message is intended for the use of the
> individual
> > or
> > >> > >> entity
> > >> > >> > to
> > >> > >> > > which it is addressed and may contain information that is
> > >> > >> confidential,
> > >> > >> > > privileged and exempt from disclosure under applicable law.
> If
> > >> the
> > >> > >> reader
> > >> > >> > > of this message is not the intended recipient, you are hereby
> > >> > notified
> > >> > >> > that
> > >> > >> > > any printing, copying, dissemination, distribution,
> disclosure
> > or
> > >> > >> > > forwarding of this communication is strictly prohibited. If
> you
> > >> have
> > >> > >> > > received this communication in error, please contact the
> sender
> > >> > >> > immediately
> > >> > >> > > and delete it from your system. Thank You.
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> --
> > >> > >> Zhijie Shen
> > >> > >> Hortonworks Inc.
> > >> > >> http://hortonworks.com/
> > >> > >>
> > >> > >> --
> > >> > >> CONFIDENTIALITY NOTICE
> > >> > >> NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > >> to
> > >> > >> which it is addressed and may contain information that is
> > >> confidential,
> > >> > >> privileged and exempt from disclosure under applicable law. If
> the
> > >> > reader
> > >> > >> of this message is not the intended recipient, you are hereby
> > >> notified
> > >> > >> that
> > >> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> > >> forwarding of this communication is strictly prohibited. If you
> > have
> > >> > >> received this communication in error, please contact the sender
> > >> > >> immediately
> > >> > >> and delete it from your system. Thank You.
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> http://hortonworks.com/download/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
> > --
> > Mobile
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Looks like our git repo is good to go.

On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
any issues, please comment on the JIRA.

Thanks
Karthik


On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
wrote:

> I cloned the new repo, built trunk and branch-2, verified all the branches
> are present. Also checked a few branches and the recent commit history
> matches our existing repo. Everything looks good so far.
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> > > Hi Suresh
> > >
> > > There was one vote thread on whether to migrate to git, and the
> > > implications to the commit process for individual patches and feature
> > > branches -
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > .
> > > Prior to that, there was a discuss thread on the same topic.
> > >
> > > As INFRA handles the actual migration from subversion to git, the vote
> > > didn't include those specifics. The migration is going on as we speak
> > (See
> > > INFRA-8195). The initial expectation was that the migration would be
> done
> > > in a few hours, but it has been several hours and the last I heard the
> > > import was still running.
> > >
> > > I have elaborated on the points in the vote thread and drafted up a
> wiki
> > > page on how-to-commit -
> > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > . We can work on improving this further and call a vote thread on those
> > > items if need be.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > suresh@hortonworks.com
> > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > >
> > >> Karthik,
> > >>
> > >> I would like to see detailed information on how this migration will be
> > >> done, how it will affect the existing project and commit process. This
> > >> should be done in a document that can be reviewed instead of in an
> email
> > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > should
> > >> we have a vote to ensure everyone is one the same page on doing this
> and
> > >> how to go about it?
> > >>
> > >> Regards,
> > >> Suresh
> > >>
> > >>
> > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> wrote:
> > >>
> > >> > Last I heard, the import is still going on and appears closer to
> > getting
> > >> > done. Thanks for your patience with the migration.
> > >> >
> > >> > I ll update you as and when there is something. Eventually, the git
> > repo
> > >> > should be at the location in the wiki.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> >
> > >> > > Thanks for bringing these points up, Zhijie.
> > >> > >
> > >> > > By the way, a revised How-to-commit wiki is at:
> > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > free
> > >> to
> > >> > > make changes and improve it.
> > >> > >
> > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > zshen@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > >> > > wrote:
> > >> > >
> > >> > >> Do we have any convention about "user.name" and "user.email"?
> For
> > >> > >> example,
> > >> > >> we'd like to use @apache.org for the email.
> > >> > >>
> > >> > >
> > >> > > May be, we can ask people to use project-specific configs here and
> > use
> > >> > > their real name and @apache.org address.
> > >> > >
> > >> > > Is there any downside to letting people use their global values
> for
> > >> these
> > >> > > configs?
> > >> > >
> > >> > >
> > >> > >
> > >> > >>
> > >> > >> Moreover, do we want to use "--author="Author Name <
> > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> ');>>"
> > >> > >> when committing on behalf of a particular contributor?
> > >> > >>
> > >> > >
> > >> > > Fetching the email-address is complicated here. Should we use the
> > >> > > contributor's email from JIRA? What if that is not their @apache
> > >> address?
> > >> > >
> > >> > >
> > >> > >>
> > >> > >>
> > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > ');>>
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > that
> > >> > >> late, I
> > >> > >> > sent it as soon as I could.
> > >> > >> >
> > >> > >> >
> > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > >> > stevel@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > >> > >> >
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > just caught up with this after some offlininess...15:48 PST
> is
> > >> too
> > >> > >> late
> > >> > >> > for
> > >> > >> > > me.
> > >> > >> > >
> > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> it
> > >> does
> > >> > >> break
> > >> > >> > > existing code -especially people that have trunk off the git
> > >> mirrors
> > >> > >> and
> > >> > >> > > automated builds/merges to go with it.
> > >> > >> > >
> > >> > >> >
> > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > someone
> > >> is
> > >> > >> > against it being trunk.
> > >> > >> >
> > >> > >> >
> > >> > >> > >
> > >> > >> > > "master" may be viewed as the official git way, but it
> doesn't
> > >> have
> > >> > to
> > >> > >> > be.
> > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> for
> > >> > >> releases,
> > >> > >> > > develop/ for dev.
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> > >> > >
> > >> > >> > > > Couple of things:
> > >> > >> > > >
> > >> > >> > > > 1. Since no one expressed any reservations against doing
> this
> > >> on
> > >> > >> Sunday
> > >> > >> > > or
> > >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> > >> think
> > >> > >> that
> > >> > >> > > > serves us better in the long run.
> > >> > >> > > >
> > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > definitely
> > >> > fix
> > >> > >> > them
> > >> > >> > > as
> > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> do
> > we
> > >> > have
> > >> > >> > > anyone
> > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > >> please
> > >> > >> shout
> > >> > >> > > out
> > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > >> > > >
> > >> > >> > > > Thanks
> > >> > >> > > > Karthik
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> > >> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > wrote:
> > >> > >> > > >
> > >> > >> > > > > Also, does anyone know what we use for integration
> between
> > >> JIRA
> > >> > >> and
> > >> > >> > > svn?
> > >> > >> > > > I
> > >> > >> > > > > am assuming svn2jira.
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > >> > kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > > wrote:
> > >> > >> > > > >
> > >> > >> > > > >> Hi folks,
> > >> > >> > > > >>
> > >> > >> > > > >> For the SCM migration, feel free to follow
> > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > >> > > > >>
> > >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> > >> result,
> > >> > >> the
> > >> > >> > > > >> subversion repository would be read-only. If this is a
> > major
> > >> > >> issue
> > >> > >> > for
> > >> > >> > > > you,
> > >> > >> > > > >> please shout out.
> > >> > >> > > > >>
> > >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> > >> asking
> > >> > >> if
> > >> > >> > we
> > >> > >> > > > are
> > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> to
> > >> git
> > >> > >> > lingo. I
> > >> > >> > > > am
> > >> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > >> > > > >>
> > >> > >> > > > >> Would greatly appreciate any help with checking the git
> > repo
> > >> > has
> > >> > >> > > > >> everything.
> > >> > >> > > > >>
> > >> > >> > > > >> Thanks
> > >> > >> > > > >> Karthik
> > >> > >> > > > >>
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> > > --
> > >> > >> > > CONFIDENTIALITY NOTICE
> > >> > >> > > NOTICE: This message is intended for the use of the
> individual
> > or
> > >> > >> entity
> > >> > >> > to
> > >> > >> > > which it is addressed and may contain information that is
> > >> > >> confidential,
> > >> > >> > > privileged and exempt from disclosure under applicable law.
> If
> > >> the
> > >> > >> reader
> > >> > >> > > of this message is not the intended recipient, you are hereby
> > >> > notified
> > >> > >> > that
> > >> > >> > > any printing, copying, dissemination, distribution,
> disclosure
> > or
> > >> > >> > > forwarding of this communication is strictly prohibited. If
> you
> > >> have
> > >> > >> > > received this communication in error, please contact the
> sender
> > >> > >> > immediately
> > >> > >> > > and delete it from your system. Thank You.
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> --
> > >> > >> Zhijie Shen
> > >> > >> Hortonworks Inc.
> > >> > >> http://hortonworks.com/
> > >> > >>
> > >> > >> --
> > >> > >> CONFIDENTIALITY NOTICE
> > >> > >> NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > >> to
> > >> > >> which it is addressed and may contain information that is
> > >> confidential,
> > >> > >> privileged and exempt from disclosure under applicable law. If
> the
> > >> > reader
> > >> > >> of this message is not the intended recipient, you are hereby
> > >> notified
> > >> > >> that
> > >> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> > >> forwarding of this communication is strictly prohibited. If you
> > have
> > >> > >> received this communication in error, please contact the sender
> > >> > >> immediately
> > >> > >> and delete it from your system. Thank You.
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> http://hortonworks.com/download/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
> > --
> > Mobile
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Looks like our git repo is good to go.

On INFRA-8195, I am asking Daniel to enable writing to it. In case you find
any issues, please comment on the JIRA.

Thanks
Karthik


On Tue, Aug 26, 2014 at 3:28 PM, Arpit Agarwal <aa...@hortonworks.com>
wrote:

> I cloned the new repo, built trunk and branch-2, verified all the branches
> are present. Also checked a few branches and the recent commit history
> matches our existing repo. Everything looks good so far.
>
>
> On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > The git repository is now ready for inspection. I ll take a look shortly,
> > but it would be great if a few others could too.
> >
> > Once we are okay with it, we can ask it to be writable.
> >
> > On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >
> > > Hi Suresh
> > >
> > > There was one vote thread on whether to migrate to git, and the
> > > implications to the commit process for individual patches and feature
> > > branches -
> > >
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> > .
> > > Prior to that, there was a discuss thread on the same topic.
> > >
> > > As INFRA handles the actual migration from subversion to git, the vote
> > > didn't include those specifics. The migration is going on as we speak
> > (See
> > > INFRA-8195). The initial expectation was that the migration would be
> done
> > > in a few hours, but it has been several hours and the last I heard the
> > > import was still running.
> > >
> > > I have elaborated on the points in the vote thread and drafted up a
> wiki
> > > page on how-to-commit -
> > https://wiki.apache.org/hadoop/HowToCommitWithGit
> > > . We can work on improving this further and call a vote thread on those
> > > items if need be.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> > suresh@hortonworks.com
> > > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> > >
> > >> Karthik,
> > >>
> > >> I would like to see detailed information on how this migration will be
> > >> done, how it will affect the existing project and commit process. This
> > >> should be done in a document that can be reviewed instead of in an
> email
> > >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> > should
> > >> we have a vote to ensure everyone is one the same page on doing this
> and
> > >> how to go about it?
> > >>
> > >> Regards,
> > >> Suresh
> > >>
> > >>
> > >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> wrote:
> > >>
> > >> > Last I heard, the import is still going on and appears closer to
> > getting
> > >> > done. Thanks for your patience with the migration.
> > >> >
> > >> > I ll update you as and when there is something. Eventually, the git
> > repo
> > >> > should be at the location in the wiki.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> >
> > >> > > Thanks for bringing these points up, Zhijie.
> > >> > >
> > >> > > By the way, a revised How-to-commit wiki is at:
> > >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> > free
> > >> to
> > >> > > make changes and improve it.
> > >> > >
> > >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> > zshen@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> > >> > > wrote:
> > >> > >
> > >> > >> Do we have any convention about "user.name" and "user.email"?
> For
> > >> > >> example,
> > >> > >> we'd like to use @apache.org for the email.
> > >> > >>
> > >> > >
> > >> > > May be, we can ask people to use project-specific configs here and
> > use
> > >> > > their real name and @apache.org address.
> > >> > >
> > >> > > Is there any downside to letting people use their global values
> for
> > >> these
> > >> > > configs?
> > >> > >
> > >> > >
> > >> > >
> > >> > >>
> > >> > >> Moreover, do we want to use "--author="Author Name <
> > >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com
> ');>>"
> > >> > >> when committing on behalf of a particular contributor?
> > >> > >>
> > >> > >
> > >> > > Fetching the email-address is complicated here. Should we use the
> > >> > > contributor's email from JIRA? What if that is not their @apache
> > >> address?
> > >> > >
> > >> > >
> > >> > >>
> > >> > >>
> > >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> > >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> > ');>>
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> > that
> > >> > >> late, I
> > >> > >> > sent it as soon as I could.
> > >> > >> >
> > >> > >> >
> > >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > >> > stevel@hortonworks.com
> > >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> > >> > >> >
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > just caught up with this after some offlininess...15:48 PST
> is
> > >> too
> > >> > >> late
> > >> > >> > for
> > >> > >> > > me.
> > >> > >> > >
> > >> > >> > > I'd be -1 to a change to "master" because of that risk that
> it
> > >> does
> > >> > >> break
> > >> > >> > > existing code -especially people that have trunk off the git
> > >> mirrors
> > >> > >> and
> > >> > >> > > automated builds/merges to go with it.
> > >> > >> > >
> > >> > >> >
> > >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> > someone
> > >> is
> > >> > >> > against it being trunk.
> > >> > >> >
> > >> > >> >
> > >> > >> > >
> > >> > >> > > "master" may be viewed as the official git way, but it
> doesn't
> > >> have
> > >> > to
> > >> > >> > be.
> > >> > >> > > For git-flow workflows (which we use in slider) master/ is
> for
> > >> > >> releases,
> > >> > >> > > develop/ for dev.
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <
> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > wrote:
> > >> > >> > >
> > >> > >> > > > Couple of things:
> > >> > >> > > >
> > >> > >> > > > 1. Since no one expressed any reservations against doing
> this
> > >> on
> > >> > >> Sunday
> > >> > >> > > or
> > >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> > >> think
> > >> > >> that
> > >> > >> > > > serves us better in the long run.
> > >> > >> > > >
> > >> > >> > > > 2. Arpit brought up the precommit builds - we should
> > definitely
> > >> > fix
> > >> > >> > them
> > >> > >> > > as
> > >> > >> > > > soon as we can. I understand Giri maintains those builds,
> do
> > we
> > >> > have
> > >> > >> > > anyone
> > >> > >> > > > else who has access in case Giri is not reachable? Giri -
> > >> please
> > >> > >> shout
> > >> > >> > > out
> > >> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > >> > > >
> > >> > >> > > > Thanks
> > >> > >> > > > Karthik
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> > >> kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > wrote:
> > >> > >> > > >
> > >> > >> > > > > Also, does anyone know what we use for integration
> between
> > >> JIRA
> > >> > >> and
> > >> > >> > > svn?
> > >> > >> > > > I
> > >> > >> > > > > am assuming svn2jira.
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > >> > kasha@cloudera.com
> > >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> > >> > >> > > > > wrote:
> > >> > >> > > > >
> > >> > >> > > > >> Hi folks,
> > >> > >> > > > >>
> > >> > >> > > > >> For the SCM migration, feel free to follow
> > >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > >> > > > >>
> > >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> > >> result,
> > >> > >> the
> > >> > >> > > > >> subversion repository would be read-only. If this is a
> > major
> > >> > >> issue
> > >> > >> > for
> > >> > >> > > > you,
> > >> > >> > > > >> please shout out.
> > >> > >> > > > >>
> > >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> > >> asking
> > >> > >> if
> > >> > >> > we
> > >> > >> > > > are
> > >> > >> > > > >> open to renaming "trunk" to "master" to better conform
> to
> > >> git
> > >> > >> > lingo. I
> > >> > >> > > > am
> > >> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > >> > > > >>
> > >> > >> > > > >> Would greatly appreciate any help with checking the git
> > repo
> > >> > has
> > >> > >> > > > >> everything.
> > >> > >> > > > >>
> > >> > >> > > > >> Thanks
> > >> > >> > > > >> Karthik
> > >> > >> > > > >>
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> > > --
> > >> > >> > > CONFIDENTIALITY NOTICE
> > >> > >> > > NOTICE: This message is intended for the use of the
> individual
> > or
> > >> > >> entity
> > >> > >> > to
> > >> > >> > > which it is addressed and may contain information that is
> > >> > >> confidential,
> > >> > >> > > privileged and exempt from disclosure under applicable law.
> If
> > >> the
> > >> > >> reader
> > >> > >> > > of this message is not the intended recipient, you are hereby
> > >> > notified
> > >> > >> > that
> > >> > >> > > any printing, copying, dissemination, distribution,
> disclosure
> > or
> > >> > >> > > forwarding of this communication is strictly prohibited. If
> you
> > >> have
> > >> > >> > > received this communication in error, please contact the
> sender
> > >> > >> > immediately
> > >> > >> > > and delete it from your system. Thank You.
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> --
> > >> > >> Zhijie Shen
> > >> > >> Hortonworks Inc.
> > >> > >> http://hortonworks.com/
> > >> > >>
> > >> > >> --
> > >> > >> CONFIDENTIALITY NOTICE
> > >> > >> NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > >> to
> > >> > >> which it is addressed and may contain information that is
> > >> confidential,
> > >> > >> privileged and exempt from disclosure under applicable law. If
> the
> > >> > reader
> > >> > >> of this message is not the intended recipient, you are hereby
> > >> notified
> > >> > >> that
> > >> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> > >> forwarding of this communication is strictly prohibited. If you
> > have
> > >> > >> received this communication in error, please contact the sender
> > >> > >> immediately
> > >> > >> and delete it from your system. Thank You.
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> http://hortonworks.com/download/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
> > --
> > Mobile
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Arpit Agarwal <aa...@hortonworks.com>.
I cloned the new repo, built trunk and branch-2, verified all the branches
are present. Also checked a few branches and the recent commit history
matches our existing repo. Everything looks good so far.


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Hi Suresh
> >
> > There was one vote thread on whether to migrate to git, and the
> > implications to the commit process for individual patches and feature
> > branches -
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> .
> > Prior to that, there was a discuss thread on the same topic.
> >
> > As INFRA handles the actual migration from subversion to git, the vote
> > didn't include those specifics. The migration is going on as we speak
> (See
> > INFRA-8195). The initial expectation was that the migration would be done
> > in a few hours, but it has been several hours and the last I heard the
> > import was still running.
> >
> > I have elaborated on the points in the vote thread and drafted up a wiki
> > page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> > . We can work on improving this further and call a vote thread on those
> > items if need be.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> >
> >> Karthik,
> >>
> >> I would like to see detailed information on how this migration will be
> >> done, how it will affect the existing project and commit process. This
> >> should be done in a document that can be reviewed instead of in an email
> >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >> we have a vote to ensure everyone is one the same page on doing this and
> >> how to go about it?
> >>
> >> Regards,
> >> Suresh
> >>
> >>
> >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> wrote:
> >>
> >> > Last I heard, the import is still going on and appears closer to
> getting
> >> > done. Thanks for your patience with the migration.
> >> >
> >> > I ll update you as and when there is something. Eventually, the git
> repo
> >> > should be at the location in the wiki.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> >
> >> > > Thanks for bringing these points up, Zhijie.
> >> > >
> >> > > By the way, a revised How-to-commit wiki is at:
> >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> free
> >> to
> >> > > make changes and improve it.
> >> > >
> >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> >> > > wrote:
> >> > >
> >> > >> Do we have any convention about "user.name" and "user.email"? For
> >> > >> example,
> >> > >> we'd like to use @apache.org for the email.
> >> > >>
> >> > >
> >> > > May be, we can ask people to use project-specific configs here and
> use
> >> > > their real name and @apache.org address.
> >> > >
> >> > > Is there any downside to letting people use their global values for
> >> these
> >> > > configs?
> >> > >
> >> > >
> >> > >
> >> > >>
> >> > >> Moreover, do we want to use "--author="Author Name <
> >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
> >> > >> when committing on behalf of a particular contributor?
> >> > >>
> >> > >
> >> > > Fetching the email-address is complicated here. Should we use the
> >> > > contributor's email from JIRA? What if that is not their @apache
> >> address?
> >> > >
> >> > >
> >> > >>
> >> > >>
> >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> ');>>
> >> > >> wrote:
> >> > >>
> >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >> > >> late, I
> >> > >> > sent it as soon as I could.
> >> > >> >
> >> > >> >
> >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >> > stevel@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> >> > >> >
> >> > >> > wrote:
> >> > >> >
> >> > >> > > just caught up with this after some offlininess...15:48 PST is
> >> too
> >> > >> late
> >> > >> > for
> >> > >> > > me.
> >> > >> > >
> >> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >> does
> >> > >> break
> >> > >> > > existing code -especially people that have trunk off the git
> >> mirrors
> >> > >> and
> >> > >> > > automated builds/merges to go with it.
> >> > >> > >
> >> > >> >
> >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> someone
> >> is
> >> > >> > against it being trunk.
> >> > >> >
> >> > >> >
> >> > >> > >
> >> > >> > > "master" may be viewed as the official git way, but it doesn't
> >> have
> >> > to
> >> > >> > be.
> >> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >> > >> releases,
> >> > >> > > develop/ for dev.
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> > >> > >
> >> > >> > > > Couple of things:
> >> > >> > > >
> >> > >> > > > 1. Since no one expressed any reservations against doing this
> >> on
> >> > >> Sunday
> >> > >> > > or
> >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >> think
> >> > >> that
> >> > >> > > > serves us better in the long run.
> >> > >> > > >
> >> > >> > > > 2. Arpit brought up the precommit builds - we should
> definitely
> >> > fix
> >> > >> > them
> >> > >> > > as
> >> > >> > > > soon as we can. I understand Giri maintains those builds, do
> we
> >> > have
> >> > >> > > anyone
> >> > >> > > > else who has access in case Giri is not reachable? Giri -
> >> please
> >> > >> shout
> >> > >> > > out
> >> > >> > > > if you can help us with this either on Sunday or Monday.
> >> > >> > > >
> >> > >> > > > Thanks
> >> > >> > > > Karthik
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> > >> kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > wrote:
> >> > >> > > >
> >> > >> > > > > Also, does anyone know what we use for integration between
> >> JIRA
> >> > >> and
> >> > >> > > svn?
> >> > >> > > > I
> >> > >> > > > > am assuming svn2jira.
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > >> > kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > > wrote:
> >> > >> > > > >
> >> > >> > > > >> Hi folks,
> >> > >> > > > >>
> >> > >> > > > >> For the SCM migration, feel free to follow
> >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > >> > > > >>
> >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >> result,
> >> > >> the
> >> > >> > > > >> subversion repository would be read-only. If this is a
> major
> >> > >> issue
> >> > >> > for
> >> > >> > > > you,
> >> > >> > > > >> please shout out.
> >> > >> > > > >>
> >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >> asking
> >> > >> if
> >> > >> > we
> >> > >> > > > are
> >> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >> git
> >> > >> > lingo. I
> >> > >> > > > am
> >> > >> > > > >> tempted to say yes, but wanted to check.
> >> > >> > > > >>
> >> > >> > > > >> Would greatly appreciate any help with checking the git
> repo
> >> > has
> >> > >> > > > >> everything.
> >> > >> > > > >>
> >> > >> > > > >> Thanks
> >> > >> > > > >> Karthik
> >> > >> > > > >>
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > CONFIDENTIALITY NOTICE
> >> > >> > > NOTICE: This message is intended for the use of the individual
> or
> >> > >> entity
> >> > >> > to
> >> > >> > > which it is addressed and may contain information that is
> >> > >> confidential,
> >> > >> > > privileged and exempt from disclosure under applicable law. If
> >> the
> >> > >> reader
> >> > >> > > of this message is not the intended recipient, you are hereby
> >> > notified
> >> > >> > that
> >> > >> > > any printing, copying, dissemination, distribution, disclosure
> or
> >> > >> > > forwarding of this communication is strictly prohibited. If you
> >> have
> >> > >> > > received this communication in error, please contact the sender
> >> > >> > immediately
> >> > >> > > and delete it from your system. Thank You.
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Zhijie Shen
> >> > >> Hortonworks Inc.
> >> > >> http://hortonworks.com/
> >> > >>
> >> > >> --
> >> > >> CONFIDENTIALITY NOTICE
> >> > >> NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > >> to
> >> > >> which it is addressed and may contain information that is
> >> confidential,
> >> > >> privileged and exempt from disclosure under applicable law. If the
> >> > reader
> >> > >> of this message is not the intended recipient, you are hereby
> >> notified
> >> > >> that
> >> > >> any printing, copying, dissemination, distribution, disclosure or
> >> > >> forwarding of this communication is strictly prohibited. If you
> have
> >> > >> received this communication in error, please contact the sender
> >> > >> immediately
> >> > >> and delete it from your system. Thank You.
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> http://hortonworks.com/download/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>
> --
> Mobile
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
I compared the new asf git repo against the svn and github repos (mirrored
from svn). Here is what I see:
- for i in *; do git diff $i ../hadoop-github/$i; done showed no
differences between the two. So, I think all the source is there.
- The branches match
- All svn tags exist in git, but git has a few more. These additional ones
are those that we "deleted" from svn.
- git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
and 29549 revisions in the github repo. Checking with Daniel, he said the
git svn import works differently compared to the git mirroring.

Are we comfortable with making the git repo writable under these
conditions? I ll let other people poke around and report.

Thanks for your cooperation,
Karthik


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
>> Hi Suresh
>>
>> There was one vote thread on whether to migrate to git, and the
>> implications to the commit process for individual patches and feature
>> branches -
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> . Prior to that, there was a discuss thread on the same topic.
>>
>> As INFRA handles the actual migration from subversion to git, the vote
>> didn't include those specifics. The migration is going on as we speak (See
>> INFRA-8195). The initial expectation was that the migration would be done
>> in a few hours, but it has been several hours and the last I heard the
>> import was still running.
>>
>> I have elaborated on the points in the vote thread and drafted up a wiki
>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>> . We can work on improving this further and call a vote thread on those
>> items if need be.
>>
>> Thanks
>> Karthik
>>
>>
>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>> > wrote:
>>
>>> Karthik,
>>>
>>> I would like to see detailed information on how this migration will be
>>> done, how it will affect the existing project and commit process. This
>>> should be done in a document that can be reviewed instead of in an email
>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>> we have a vote to ensure everyone is one the same page on doing this and
>>> how to go about it?
>>>
>>> Regards,
>>> Suresh
>>>
>>>
>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>> wrote:
>>>
>>> > Last I heard, the import is still going on and appears closer to
>>> getting
>>> > done. Thanks for your patience with the migration.
>>> >
>>> > I ll update you as and when there is something. Eventually, the git
>>> repo
>>> > should be at the location in the wiki.
>>> >
>>> >
>>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> >
>>> > > Thanks for bringing these points up, Zhijie.
>>> > >
>>> > > By the way, a revised How-to-commit wiki is at:
>>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>> free to
>>> > > make changes and improve it.
>>> > >
>>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>> >
>>> > > wrote:
>>> > >
>>> > >> Do we have any convention about "user.name" and "user.email"? For
>>> > >> example,
>>> > >> we'd like to use @apache.org for the email.
>>> > >>
>>> > >
>>> > > May be, we can ask people to use project-specific configs here and
>>> use
>>> > > their real name and @apache.org address.
>>> > >
>>> > > Is there any downside to letting people use their global values for
>>> these
>>> > > configs?
>>> > >
>>> > >
>>> > >
>>> > >>
>>> > >> Moreover, do we want to use "--author="Author Name <
>>> email@address.com>"
>>> > >> when committing on behalf of a particular contributor?
>>> > >>
>>> > >
>>> > > Fetching the email-address is complicated here. Should we use the
>>> > > contributor's email from JIRA? What if that is not their @apache
>>> address?
>>> > >
>>> > >
>>> > >>
>>> > >>
>>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>> kasha@cloudera.com>
>>> > >> wrote:
>>> > >>
>>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>>> > >> late, I
>>> > >> > sent it as soon as I could.
>>> > >> >
>>> > >> >
>>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>> > stevel@hortonworks.com
>>> > >> >
>>> > >> > wrote:
>>> > >> >
>>> > >> > > just caught up with this after some offlininess...15:48 PST is
>>> too
>>> > >> late
>>> > >> > for
>>> > >> > > me.
>>> > >> > >
>>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>>> does
>>> > >> break
>>> > >> > > existing code -especially people that have trunk off the git
>>> mirrors
>>> > >> and
>>> > >> > > automated builds/merges to go with it.
>>> > >> > >
>>> > >> >
>>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>>> someone is
>>> > >> > against it being trunk.
>>> > >> >
>>> > >> >
>>> > >> > >
>>> > >> > > "master" may be viewed as the official git way, but it doesn't
>>> have
>>> > to
>>> > >> > be.
>>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>>> > >> releases,
>>> > >> > > develop/ for dev.
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> > >> > >
>>> > >> > > > Couple of things:
>>> > >> > > >
>>> > >> > > > 1. Since no one expressed any reservations against doing this
>>> on
>>> > >> Sunday
>>> > >> > > or
>>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>>> think
>>> > >> that
>>> > >> > > > serves us better in the long run.
>>> > >> > > >
>>> > >> > > > 2. Arpit brought up the precommit builds - we should
>>> definitely
>>> > fix
>>> > >> > them
>>> > >> > > as
>>> > >> > > > soon as we can. I understand Giri maintains those builds, do
>>> we
>>> > have
>>> > >> > > anyone
>>> > >> > > > else who has access in case Giri is not reachable? Giri -
>>> please
>>> > >> shout
>>> > >> > > out
>>> > >> > > > if you can help us with this either on Sunday or Monday.
>>> > >> > > >
>>> > >> > > > Thanks
>>> > >> > > > Karthik
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>> > >> kasha@cloudera.com>
>>> > >> > > > wrote:
>>> > >> > > >
>>> > >> > > > > Also, does anyone know what we use for integration between
>>> JIRA
>>> > >> and
>>> > >> > > svn?
>>> > >> > > > I
>>> > >> > > > > am assuming svn2jira.
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>> > >> > kasha@cloudera.com>
>>> > >> > > > > wrote:
>>> > >> > > > >
>>> > >> > > > >> Hi folks,
>>> > >> > > > >>
>>> > >> > > > >> For the SCM migration, feel free to follow
>>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>>> > >> > > > >>
>>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>>> result,
>>> > >> the
>>> > >> > > > >> subversion repository would be read-only. If this is a
>>> major
>>> > >> issue
>>> > >> > for
>>> > >> > > > you,
>>> > >> > > > >> please shout out.
>>> > >> > > > >>
>>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>>> asking
>>> > >> if
>>> > >> > we
>>> > >> > > > are
>>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>>> git
>>> > >> > lingo. I
>>> > >> > > > am
>>> > >> > > > >> tempted to say yes, but wanted to check.
>>> > >> > > > >>
>>> > >> > > > >> Would greatly appreciate any help with checking the git
>>> repo
>>> > has
>>> > >> > > > >> everything.
>>> > >> > > > >>
>>> > >> > > > >> Thanks
>>> > >> > > > >> Karthik
>>> > >> > > > >>
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> > > --
>>> > >> > > CONFIDENTIALITY NOTICE
>>> > >> > > NOTICE: This message is intended for the use of the individual
>>> or
>>> > >> entity
>>> > >> > to
>>> > >> > > which it is addressed and may contain information that is
>>> > >> confidential,
>>> > >> > > privileged and exempt from disclosure under applicable law. If
>>> the
>>> > >> reader
>>> > >> > > of this message is not the intended recipient, you are hereby
>>> > notified
>>> > >> > that
>>> > >> > > any printing, copying, dissemination, distribution, disclosure
>>> or
>>> > >> > > forwarding of this communication is strictly prohibited. If you
>>> have
>>> > >> > > received this communication in error, please contact the sender
>>> > >> > immediately
>>> > >> > > and delete it from your system. Thank You.
>>> > >> > >
>>> > >> >
>>> > >>
>>> > >>
>>> > >>
>>> > >> --
>>> > >> Zhijie Shen
>>> > >> Hortonworks Inc.
>>> > >> http://hortonworks.com/
>>> > >>
>>> > >> --
>>> > >> CONFIDENTIALITY NOTICE
>>> > >> NOTICE: This message is intended for the use of the individual or
>>> entity
>>> > >> to
>>> > >> which it is addressed and may contain information that is
>>> confidential,
>>> > >> privileged and exempt from disclosure under applicable law. If the
>>> > reader
>>> > >> of this message is not the intended recipient, you are hereby
>>> notified
>>> > >> that
>>> > >> any printing, copying, dissemination, distribution, disclosure or
>>> > >> forwarding of this communication is strictly prohibited. If you have
>>> > >> received this communication in error, please contact the sender
>>> > >> immediately
>>> > >> and delete it from your system. Thank You.
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> http://hortonworks.com/download/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>>> immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>
> --
> Mobile
>

Re: Updates on migration to git

Posted by Arpit Agarwal <aa...@hortonworks.com>.
I cloned the new repo, built trunk and branch-2, verified all the branches
are present. Also checked a few branches and the recent commit history
matches our existing repo. Everything looks good so far.


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Hi Suresh
> >
> > There was one vote thread on whether to migrate to git, and the
> > implications to the commit process for individual patches and feature
> > branches -
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> .
> > Prior to that, there was a discuss thread on the same topic.
> >
> > As INFRA handles the actual migration from subversion to git, the vote
> > didn't include those specifics. The migration is going on as we speak
> (See
> > INFRA-8195). The initial expectation was that the migration would be done
> > in a few hours, but it has been several hours and the last I heard the
> > import was still running.
> >
> > I have elaborated on the points in the vote thread and drafted up a wiki
> > page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> > . We can work on improving this further and call a vote thread on those
> > items if need be.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> >
> >> Karthik,
> >>
> >> I would like to see detailed information on how this migration will be
> >> done, how it will affect the existing project and commit process. This
> >> should be done in a document that can be reviewed instead of in an email
> >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >> we have a vote to ensure everyone is one the same page on doing this and
> >> how to go about it?
> >>
> >> Regards,
> >> Suresh
> >>
> >>
> >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> wrote:
> >>
> >> > Last I heard, the import is still going on and appears closer to
> getting
> >> > done. Thanks for your patience with the migration.
> >> >
> >> > I ll update you as and when there is something. Eventually, the git
> repo
> >> > should be at the location in the wiki.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> >
> >> > > Thanks for bringing these points up, Zhijie.
> >> > >
> >> > > By the way, a revised How-to-commit wiki is at:
> >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> free
> >> to
> >> > > make changes and improve it.
> >> > >
> >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> >> > > wrote:
> >> > >
> >> > >> Do we have any convention about "user.name" and "user.email"? For
> >> > >> example,
> >> > >> we'd like to use @apache.org for the email.
> >> > >>
> >> > >
> >> > > May be, we can ask people to use project-specific configs here and
> use
> >> > > their real name and @apache.org address.
> >> > >
> >> > > Is there any downside to letting people use their global values for
> >> these
> >> > > configs?
> >> > >
> >> > >
> >> > >
> >> > >>
> >> > >> Moreover, do we want to use "--author="Author Name <
> >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
> >> > >> when committing on behalf of a particular contributor?
> >> > >>
> >> > >
> >> > > Fetching the email-address is complicated here. Should we use the
> >> > > contributor's email from JIRA? What if that is not their @apache
> >> address?
> >> > >
> >> > >
> >> > >>
> >> > >>
> >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> ');>>
> >> > >> wrote:
> >> > >>
> >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >> > >> late, I
> >> > >> > sent it as soon as I could.
> >> > >> >
> >> > >> >
> >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >> > stevel@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> >> > >> >
> >> > >> > wrote:
> >> > >> >
> >> > >> > > just caught up with this after some offlininess...15:48 PST is
> >> too
> >> > >> late
> >> > >> > for
> >> > >> > > me.
> >> > >> > >
> >> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >> does
> >> > >> break
> >> > >> > > existing code -especially people that have trunk off the git
> >> mirrors
> >> > >> and
> >> > >> > > automated builds/merges to go with it.
> >> > >> > >
> >> > >> >
> >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> someone
> >> is
> >> > >> > against it being trunk.
> >> > >> >
> >> > >> >
> >> > >> > >
> >> > >> > > "master" may be viewed as the official git way, but it doesn't
> >> have
> >> > to
> >> > >> > be.
> >> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >> > >> releases,
> >> > >> > > develop/ for dev.
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> > >> > >
> >> > >> > > > Couple of things:
> >> > >> > > >
> >> > >> > > > 1. Since no one expressed any reservations against doing this
> >> on
> >> > >> Sunday
> >> > >> > > or
> >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >> think
> >> > >> that
> >> > >> > > > serves us better in the long run.
> >> > >> > > >
> >> > >> > > > 2. Arpit brought up the precommit builds - we should
> definitely
> >> > fix
> >> > >> > them
> >> > >> > > as
> >> > >> > > > soon as we can. I understand Giri maintains those builds, do
> we
> >> > have
> >> > >> > > anyone
> >> > >> > > > else who has access in case Giri is not reachable? Giri -
> >> please
> >> > >> shout
> >> > >> > > out
> >> > >> > > > if you can help us with this either on Sunday or Monday.
> >> > >> > > >
> >> > >> > > > Thanks
> >> > >> > > > Karthik
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> > >> kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > wrote:
> >> > >> > > >
> >> > >> > > > > Also, does anyone know what we use for integration between
> >> JIRA
> >> > >> and
> >> > >> > > svn?
> >> > >> > > > I
> >> > >> > > > > am assuming svn2jira.
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > >> > kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > > wrote:
> >> > >> > > > >
> >> > >> > > > >> Hi folks,
> >> > >> > > > >>
> >> > >> > > > >> For the SCM migration, feel free to follow
> >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > >> > > > >>
> >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >> result,
> >> > >> the
> >> > >> > > > >> subversion repository would be read-only. If this is a
> major
> >> > >> issue
> >> > >> > for
> >> > >> > > > you,
> >> > >> > > > >> please shout out.
> >> > >> > > > >>
> >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >> asking
> >> > >> if
> >> > >> > we
> >> > >> > > > are
> >> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >> git
> >> > >> > lingo. I
> >> > >> > > > am
> >> > >> > > > >> tempted to say yes, but wanted to check.
> >> > >> > > > >>
> >> > >> > > > >> Would greatly appreciate any help with checking the git
> repo
> >> > has
> >> > >> > > > >> everything.
> >> > >> > > > >>
> >> > >> > > > >> Thanks
> >> > >> > > > >> Karthik
> >> > >> > > > >>
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > CONFIDENTIALITY NOTICE
> >> > >> > > NOTICE: This message is intended for the use of the individual
> or
> >> > >> entity
> >> > >> > to
> >> > >> > > which it is addressed and may contain information that is
> >> > >> confidential,
> >> > >> > > privileged and exempt from disclosure under applicable law. If
> >> the
> >> > >> reader
> >> > >> > > of this message is not the intended recipient, you are hereby
> >> > notified
> >> > >> > that
> >> > >> > > any printing, copying, dissemination, distribution, disclosure
> or
> >> > >> > > forwarding of this communication is strictly prohibited. If you
> >> have
> >> > >> > > received this communication in error, please contact the sender
> >> > >> > immediately
> >> > >> > > and delete it from your system. Thank You.
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Zhijie Shen
> >> > >> Hortonworks Inc.
> >> > >> http://hortonworks.com/
> >> > >>
> >> > >> --
> >> > >> CONFIDENTIALITY NOTICE
> >> > >> NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > >> to
> >> > >> which it is addressed and may contain information that is
> >> confidential,
> >> > >> privileged and exempt from disclosure under applicable law. If the
> >> > reader
> >> > >> of this message is not the intended recipient, you are hereby
> >> notified
> >> > >> that
> >> > >> any printing, copying, dissemination, distribution, disclosure or
> >> > >> forwarding of this communication is strictly prohibited. If you
> have
> >> > >> received this communication in error, please contact the sender
> >> > >> immediately
> >> > >> and delete it from your system. Thank You.
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> http://hortonworks.com/download/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>
> --
> Mobile
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Arpit Agarwal <aa...@hortonworks.com>.
I cloned the new repo, built trunk and branch-2, verified all the branches
are present. Also checked a few branches and the recent commit history
matches our existing repo. Everything looks good so far.


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Hi Suresh
> >
> > There was one vote thread on whether to migrate to git, and the
> > implications to the commit process for individual patches and feature
> > branches -
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> .
> > Prior to that, there was a discuss thread on the same topic.
> >
> > As INFRA handles the actual migration from subversion to git, the vote
> > didn't include those specifics. The migration is going on as we speak
> (See
> > INFRA-8195). The initial expectation was that the migration would be done
> > in a few hours, but it has been several hours and the last I heard the
> > import was still running.
> >
> > I have elaborated on the points in the vote thread and drafted up a wiki
> > page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> > . We can work on improving this further and call a vote thread on those
> > items if need be.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> >
> >> Karthik,
> >>
> >> I would like to see detailed information on how this migration will be
> >> done, how it will affect the existing project and commit process. This
> >> should be done in a document that can be reviewed instead of in an email
> >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >> we have a vote to ensure everyone is one the same page on doing this and
> >> how to go about it?
> >>
> >> Regards,
> >> Suresh
> >>
> >>
> >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> wrote:
> >>
> >> > Last I heard, the import is still going on and appears closer to
> getting
> >> > done. Thanks for your patience with the migration.
> >> >
> >> > I ll update you as and when there is something. Eventually, the git
> repo
> >> > should be at the location in the wiki.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> >
> >> > > Thanks for bringing these points up, Zhijie.
> >> > >
> >> > > By the way, a revised How-to-commit wiki is at:
> >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> free
> >> to
> >> > > make changes and improve it.
> >> > >
> >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> >> > > wrote:
> >> > >
> >> > >> Do we have any convention about "user.name" and "user.email"? For
> >> > >> example,
> >> > >> we'd like to use @apache.org for the email.
> >> > >>
> >> > >
> >> > > May be, we can ask people to use project-specific configs here and
> use
> >> > > their real name and @apache.org address.
> >> > >
> >> > > Is there any downside to letting people use their global values for
> >> these
> >> > > configs?
> >> > >
> >> > >
> >> > >
> >> > >>
> >> > >> Moreover, do we want to use "--author="Author Name <
> >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
> >> > >> when committing on behalf of a particular contributor?
> >> > >>
> >> > >
> >> > > Fetching the email-address is complicated here. Should we use the
> >> > > contributor's email from JIRA? What if that is not their @apache
> >> address?
> >> > >
> >> > >
> >> > >>
> >> > >>
> >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> ');>>
> >> > >> wrote:
> >> > >>
> >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >> > >> late, I
> >> > >> > sent it as soon as I could.
> >> > >> >
> >> > >> >
> >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >> > stevel@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> >> > >> >
> >> > >> > wrote:
> >> > >> >
> >> > >> > > just caught up with this after some offlininess...15:48 PST is
> >> too
> >> > >> late
> >> > >> > for
> >> > >> > > me.
> >> > >> > >
> >> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >> does
> >> > >> break
> >> > >> > > existing code -especially people that have trunk off the git
> >> mirrors
> >> > >> and
> >> > >> > > automated builds/merges to go with it.
> >> > >> > >
> >> > >> >
> >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> someone
> >> is
> >> > >> > against it being trunk.
> >> > >> >
> >> > >> >
> >> > >> > >
> >> > >> > > "master" may be viewed as the official git way, but it doesn't
> >> have
> >> > to
> >> > >> > be.
> >> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >> > >> releases,
> >> > >> > > develop/ for dev.
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> > >> > >
> >> > >> > > > Couple of things:
> >> > >> > > >
> >> > >> > > > 1. Since no one expressed any reservations against doing this
> >> on
> >> > >> Sunday
> >> > >> > > or
> >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >> think
> >> > >> that
> >> > >> > > > serves us better in the long run.
> >> > >> > > >
> >> > >> > > > 2. Arpit brought up the precommit builds - we should
> definitely
> >> > fix
> >> > >> > them
> >> > >> > > as
> >> > >> > > > soon as we can. I understand Giri maintains those builds, do
> we
> >> > have
> >> > >> > > anyone
> >> > >> > > > else who has access in case Giri is not reachable? Giri -
> >> please
> >> > >> shout
> >> > >> > > out
> >> > >> > > > if you can help us with this either on Sunday or Monday.
> >> > >> > > >
> >> > >> > > > Thanks
> >> > >> > > > Karthik
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> > >> kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > wrote:
> >> > >> > > >
> >> > >> > > > > Also, does anyone know what we use for integration between
> >> JIRA
> >> > >> and
> >> > >> > > svn?
> >> > >> > > > I
> >> > >> > > > > am assuming svn2jira.
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > >> > kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > > wrote:
> >> > >> > > > >
> >> > >> > > > >> Hi folks,
> >> > >> > > > >>
> >> > >> > > > >> For the SCM migration, feel free to follow
> >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > >> > > > >>
> >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >> result,
> >> > >> the
> >> > >> > > > >> subversion repository would be read-only. If this is a
> major
> >> > >> issue
> >> > >> > for
> >> > >> > > > you,
> >> > >> > > > >> please shout out.
> >> > >> > > > >>
> >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >> asking
> >> > >> if
> >> > >> > we
> >> > >> > > > are
> >> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >> git
> >> > >> > lingo. I
> >> > >> > > > am
> >> > >> > > > >> tempted to say yes, but wanted to check.
> >> > >> > > > >>
> >> > >> > > > >> Would greatly appreciate any help with checking the git
> repo
> >> > has
> >> > >> > > > >> everything.
> >> > >> > > > >>
> >> > >> > > > >> Thanks
> >> > >> > > > >> Karthik
> >> > >> > > > >>
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > CONFIDENTIALITY NOTICE
> >> > >> > > NOTICE: This message is intended for the use of the individual
> or
> >> > >> entity
> >> > >> > to
> >> > >> > > which it is addressed and may contain information that is
> >> > >> confidential,
> >> > >> > > privileged and exempt from disclosure under applicable law. If
> >> the
> >> > >> reader
> >> > >> > > of this message is not the intended recipient, you are hereby
> >> > notified
> >> > >> > that
> >> > >> > > any printing, copying, dissemination, distribution, disclosure
> or
> >> > >> > > forwarding of this communication is strictly prohibited. If you
> >> have
> >> > >> > > received this communication in error, please contact the sender
> >> > >> > immediately
> >> > >> > > and delete it from your system. Thank You.
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Zhijie Shen
> >> > >> Hortonworks Inc.
> >> > >> http://hortonworks.com/
> >> > >>
> >> > >> --
> >> > >> CONFIDENTIALITY NOTICE
> >> > >> NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > >> to
> >> > >> which it is addressed and may contain information that is
> >> confidential,
> >> > >> privileged and exempt from disclosure under applicable law. If the
> >> > reader
> >> > >> of this message is not the intended recipient, you are hereby
> >> notified
> >> > >> that
> >> > >> any printing, copying, dissemination, distribution, disclosure or
> >> > >> forwarding of this communication is strictly prohibited. If you
> have
> >> > >> received this communication in error, please contact the sender
> >> > >> immediately
> >> > >> and delete it from your system. Thank You.
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> http://hortonworks.com/download/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>
> --
> Mobile
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Arpit Agarwal <aa...@hortonworks.com>.
I cloned the new repo, built trunk and branch-2, verified all the branches
are present. Also checked a few branches and the recent commit history
matches our existing repo. Everything looks good so far.


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Hi Suresh
> >
> > There was one vote thread on whether to migrate to git, and the
> > implications to the commit process for individual patches and feature
> > branches -
> > https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
> .
> > Prior to that, there was a discuss thread on the same topic.
> >
> > As INFRA handles the actual migration from subversion to git, the vote
> > didn't include those specifics. The migration is going on as we speak
> (See
> > INFRA-8195). The initial expectation was that the migration would be done
> > in a few hours, but it has been several hours and the last I heard the
> > import was still running.
> >
> > I have elaborated on the points in the vote thread and drafted up a wiki
> > page on how-to-commit -
> https://wiki.apache.org/hadoop/HowToCommitWithGit
> > . We can work on improving this further and call a vote thread on those
> > items if need be.
> >
> > Thanks
> > Karthik
> >
> >
> > On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <
> suresh@hortonworks.com
> > <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
> >
> >> Karthik,
> >>
> >> I would like to see detailed information on how this migration will be
> >> done, how it will affect the existing project and commit process. This
> >> should be done in a document that can be reviewed instead of in an email
> >> thread on an ad-hoc basis. Was there any voting on this in PMC and
> should
> >> we have a vote to ensure everyone is one the same page on doing this and
> >> how to go about it?
> >>
> >> Regards,
> >> Suresh
> >>
> >>
> >> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> wrote:
> >>
> >> > Last I heard, the import is still going on and appears closer to
> getting
> >> > done. Thanks for your patience with the migration.
> >> >
> >> > I ll update you as and when there is something. Eventually, the git
> repo
> >> > should be at the location in the wiki.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> >
> >> > > Thanks for bringing these points up, Zhijie.
> >> > >
> >> > > By the way, a revised How-to-commit wiki is at:
> >> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
> free
> >> to
> >> > > make changes and improve it.
> >> > >
> >> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <
> zshen@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
> >> > > wrote:
> >> > >
> >> > >> Do we have any convention about "user.name" and "user.email"? For
> >> > >> example,
> >> > >> we'd like to use @apache.org for the email.
> >> > >>
> >> > >
> >> > > May be, we can ask people to use project-specific configs here and
> use
> >> > > their real name and @apache.org address.
> >> > >
> >> > > Is there any downside to letting people use their global values for
> >> these
> >> > > configs?
> >> > >
> >> > >
> >> > >
> >> > >>
> >> > >> Moreover, do we want to use "--author="Author Name <
> >> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
> >> > >> when committing on behalf of a particular contributor?
> >> > >>
> >> > >
> >> > > Fetching the email-address is complicated here. Should we use the
> >> > > contributor's email from JIRA? What if that is not their @apache
> >> address?
> >> > >
> >> > >
> >> > >>
> >> > >>
> >> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
> >> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com
> ');>>
> >> > >> wrote:
> >> > >>
> >> > >> > Thanks for your input, Steve. Sorry for sending the email out
> that
> >> > >> late, I
> >> > >> > sent it as soon as I could.
> >> > >> >
> >> > >> >
> >> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> >> > stevel@hortonworks.com
> >> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
> >> > >> >
> >> > >> > wrote:
> >> > >> >
> >> > >> > > just caught up with this after some offlininess...15:48 PST is
> >> too
> >> > >> late
> >> > >> > for
> >> > >> > > me.
> >> > >> > >
> >> > >> > > I'd be -1 to a change to "master" because of that risk that it
> >> does
> >> > >> break
> >> > >> > > existing code -especially people that have trunk off the git
> >> mirrors
> >> > >> and
> >> > >> > > automated builds/merges to go with it.
> >> > >> > >
> >> > >> >
> >> > >> > Fair enough. It makes sense to leave it as "trunk", unless
> someone
> >> is
> >> > >> > against it being trunk.
> >> > >> >
> >> > >> >
> >> > >> > >
> >> > >> > > "master" may be viewed as the official git way, but it doesn't
> >> have
> >> > to
> >> > >> > be.
> >> > >> > > For git-flow workflows (which we use in slider) master/ is for
> >> > >> releases,
> >> > >> > > develop/ for dev.
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > >
> >> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > wrote:
> >> > >> > >
> >> > >> > > > Couple of things:
> >> > >> > > >
> >> > >> > > > 1. Since no one expressed any reservations against doing this
> >> on
> >> > >> Sunday
> >> > >> > > or
> >> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> >> think
> >> > >> that
> >> > >> > > > serves us better in the long run.
> >> > >> > > >
> >> > >> > > > 2. Arpit brought up the precommit builds - we should
> definitely
> >> > fix
> >> > >> > them
> >> > >> > > as
> >> > >> > > > soon as we can. I understand Giri maintains those builds, do
> we
> >> > have
> >> > >> > > anyone
> >> > >> > > > else who has access in case Giri is not reachable? Giri -
> >> please
> >> > >> shout
> >> > >> > > out
> >> > >> > > > if you can help us with this either on Sunday or Monday.
> >> > >> > > >
> >> > >> > > > Thanks
> >> > >> > > > Karthik
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> > >> kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > wrote:
> >> > >> > > >
> >> > >> > > > > Also, does anyone know what we use for integration between
> >> JIRA
> >> > >> and
> >> > >> > > svn?
> >> > >> > > > I
> >> > >> > > > > am assuming svn2jira.
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > >> > kasha@cloudera.com
> >> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
> >> > >> > > > > wrote:
> >> > >> > > > >
> >> > >> > > > >> Hi folks,
> >> > >> > > > >>
> >> > >> > > > >> For the SCM migration, feel free to follow
> >> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > >> > > > >>
> >> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> >> result,
> >> > >> the
> >> > >> > > > >> subversion repository would be read-only. If this is a
> major
> >> > >> issue
> >> > >> > for
> >> > >> > > > you,
> >> > >> > > > >> please shout out.
> >> > >> > > > >>
> >> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> >> asking
> >> > >> if
> >> > >> > we
> >> > >> > > > are
> >> > >> > > > >> open to renaming "trunk" to "master" to better conform to
> >> git
> >> > >> > lingo. I
> >> > >> > > > am
> >> > >> > > > >> tempted to say yes, but wanted to check.
> >> > >> > > > >>
> >> > >> > > > >> Would greatly appreciate any help with checking the git
> repo
> >> > has
> >> > >> > > > >> everything.
> >> > >> > > > >>
> >> > >> > > > >> Thanks
> >> > >> > > > >> Karthik
> >> > >> > > > >>
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> > > --
> >> > >> > > CONFIDENTIALITY NOTICE
> >> > >> > > NOTICE: This message is intended for the use of the individual
> or
> >> > >> entity
> >> > >> > to
> >> > >> > > which it is addressed and may contain information that is
> >> > >> confidential,
> >> > >> > > privileged and exempt from disclosure under applicable law. If
> >> the
> >> > >> reader
> >> > >> > > of this message is not the intended recipient, you are hereby
> >> > notified
> >> > >> > that
> >> > >> > > any printing, copying, dissemination, distribution, disclosure
> or
> >> > >> > > forwarding of this communication is strictly prohibited. If you
> >> have
> >> > >> > > received this communication in error, please contact the sender
> >> > >> > immediately
> >> > >> > > and delete it from your system. Thank You.
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> > >> --
> >> > >> Zhijie Shen
> >> > >> Hortonworks Inc.
> >> > >> http://hortonworks.com/
> >> > >>
> >> > >> --
> >> > >> CONFIDENTIALITY NOTICE
> >> > >> NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > >> to
> >> > >> which it is addressed and may contain information that is
> >> confidential,
> >> > >> privileged and exempt from disclosure under applicable law. If the
> >> > reader
> >> > >> of this message is not the intended recipient, you are hereby
> >> notified
> >> > >> that
> >> > >> any printing, copying, dissemination, distribution, disclosure or
> >> > >> forwarding of this communication is strictly prohibited. If you
> have
> >> > >> received this communication in error, please contact the sender
> >> > >> immediately
> >> > >> and delete it from your system. Thank You.
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> http://hortonworks.com/download/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>
> --
> Mobile
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
I compared the new asf git repo against the svn and github repos (mirrored
from svn). Here is what I see:
- for i in *; do git diff $i ../hadoop-github/$i; done showed no
differences between the two. So, I think all the source is there.
- The branches match
- All svn tags exist in git, but git has a few more. These additional ones
are those that we "deleted" from svn.
- git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
and 29549 revisions in the github repo. Checking with Daniel, he said the
git svn import works differently compared to the git mirroring.

Are we comfortable with making the git repo writable under these
conditions? I ll let other people poke around and report.

Thanks for your cooperation,
Karthik


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
>> Hi Suresh
>>
>> There was one vote thread on whether to migrate to git, and the
>> implications to the commit process for individual patches and feature
>> branches -
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> . Prior to that, there was a discuss thread on the same topic.
>>
>> As INFRA handles the actual migration from subversion to git, the vote
>> didn't include those specifics. The migration is going on as we speak (See
>> INFRA-8195). The initial expectation was that the migration would be done
>> in a few hours, but it has been several hours and the last I heard the
>> import was still running.
>>
>> I have elaborated on the points in the vote thread and drafted up a wiki
>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>> . We can work on improving this further and call a vote thread on those
>> items if need be.
>>
>> Thanks
>> Karthik
>>
>>
>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>> > wrote:
>>
>>> Karthik,
>>>
>>> I would like to see detailed information on how this migration will be
>>> done, how it will affect the existing project and commit process. This
>>> should be done in a document that can be reviewed instead of in an email
>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>> we have a vote to ensure everyone is one the same page on doing this and
>>> how to go about it?
>>>
>>> Regards,
>>> Suresh
>>>
>>>
>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>> wrote:
>>>
>>> > Last I heard, the import is still going on and appears closer to
>>> getting
>>> > done. Thanks for your patience with the migration.
>>> >
>>> > I ll update you as and when there is something. Eventually, the git
>>> repo
>>> > should be at the location in the wiki.
>>> >
>>> >
>>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> >
>>> > > Thanks for bringing these points up, Zhijie.
>>> > >
>>> > > By the way, a revised How-to-commit wiki is at:
>>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>> free to
>>> > > make changes and improve it.
>>> > >
>>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>> >
>>> > > wrote:
>>> > >
>>> > >> Do we have any convention about "user.name" and "user.email"? For
>>> > >> example,
>>> > >> we'd like to use @apache.org for the email.
>>> > >>
>>> > >
>>> > > May be, we can ask people to use project-specific configs here and
>>> use
>>> > > their real name and @apache.org address.
>>> > >
>>> > > Is there any downside to letting people use their global values for
>>> these
>>> > > configs?
>>> > >
>>> > >
>>> > >
>>> > >>
>>> > >> Moreover, do we want to use "--author="Author Name <
>>> email@address.com>"
>>> > >> when committing on behalf of a particular contributor?
>>> > >>
>>> > >
>>> > > Fetching the email-address is complicated here. Should we use the
>>> > > contributor's email from JIRA? What if that is not their @apache
>>> address?
>>> > >
>>> > >
>>> > >>
>>> > >>
>>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>> kasha@cloudera.com>
>>> > >> wrote:
>>> > >>
>>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>>> > >> late, I
>>> > >> > sent it as soon as I could.
>>> > >> >
>>> > >> >
>>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>> > stevel@hortonworks.com
>>> > >> >
>>> > >> > wrote:
>>> > >> >
>>> > >> > > just caught up with this after some offlininess...15:48 PST is
>>> too
>>> > >> late
>>> > >> > for
>>> > >> > > me.
>>> > >> > >
>>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>>> does
>>> > >> break
>>> > >> > > existing code -especially people that have trunk off the git
>>> mirrors
>>> > >> and
>>> > >> > > automated builds/merges to go with it.
>>> > >> > >
>>> > >> >
>>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>>> someone is
>>> > >> > against it being trunk.
>>> > >> >
>>> > >> >
>>> > >> > >
>>> > >> > > "master" may be viewed as the official git way, but it doesn't
>>> have
>>> > to
>>> > >> > be.
>>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>>> > >> releases,
>>> > >> > > develop/ for dev.
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> > >> > >
>>> > >> > > > Couple of things:
>>> > >> > > >
>>> > >> > > > 1. Since no one expressed any reservations against doing this
>>> on
>>> > >> Sunday
>>> > >> > > or
>>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>>> think
>>> > >> that
>>> > >> > > > serves us better in the long run.
>>> > >> > > >
>>> > >> > > > 2. Arpit brought up the precommit builds - we should
>>> definitely
>>> > fix
>>> > >> > them
>>> > >> > > as
>>> > >> > > > soon as we can. I understand Giri maintains those builds, do
>>> we
>>> > have
>>> > >> > > anyone
>>> > >> > > > else who has access in case Giri is not reachable? Giri -
>>> please
>>> > >> shout
>>> > >> > > out
>>> > >> > > > if you can help us with this either on Sunday or Monday.
>>> > >> > > >
>>> > >> > > > Thanks
>>> > >> > > > Karthik
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>> > >> kasha@cloudera.com>
>>> > >> > > > wrote:
>>> > >> > > >
>>> > >> > > > > Also, does anyone know what we use for integration between
>>> JIRA
>>> > >> and
>>> > >> > > svn?
>>> > >> > > > I
>>> > >> > > > > am assuming svn2jira.
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>> > >> > kasha@cloudera.com>
>>> > >> > > > > wrote:
>>> > >> > > > >
>>> > >> > > > >> Hi folks,
>>> > >> > > > >>
>>> > >> > > > >> For the SCM migration, feel free to follow
>>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>>> > >> > > > >>
>>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>>> result,
>>> > >> the
>>> > >> > > > >> subversion repository would be read-only. If this is a
>>> major
>>> > >> issue
>>> > >> > for
>>> > >> > > > you,
>>> > >> > > > >> please shout out.
>>> > >> > > > >>
>>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>>> asking
>>> > >> if
>>> > >> > we
>>> > >> > > > are
>>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>>> git
>>> > >> > lingo. I
>>> > >> > > > am
>>> > >> > > > >> tempted to say yes, but wanted to check.
>>> > >> > > > >>
>>> > >> > > > >> Would greatly appreciate any help with checking the git
>>> repo
>>> > has
>>> > >> > > > >> everything.
>>> > >> > > > >>
>>> > >> > > > >> Thanks
>>> > >> > > > >> Karthik
>>> > >> > > > >>
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> > > --
>>> > >> > > CONFIDENTIALITY NOTICE
>>> > >> > > NOTICE: This message is intended for the use of the individual
>>> or
>>> > >> entity
>>> > >> > to
>>> > >> > > which it is addressed and may contain information that is
>>> > >> confidential,
>>> > >> > > privileged and exempt from disclosure under applicable law. If
>>> the
>>> > >> reader
>>> > >> > > of this message is not the intended recipient, you are hereby
>>> > notified
>>> > >> > that
>>> > >> > > any printing, copying, dissemination, distribution, disclosure
>>> or
>>> > >> > > forwarding of this communication is strictly prohibited. If you
>>> have
>>> > >> > > received this communication in error, please contact the sender
>>> > >> > immediately
>>> > >> > > and delete it from your system. Thank You.
>>> > >> > >
>>> > >> >
>>> > >>
>>> > >>
>>> > >>
>>> > >> --
>>> > >> Zhijie Shen
>>> > >> Hortonworks Inc.
>>> > >> http://hortonworks.com/
>>> > >>
>>> > >> --
>>> > >> CONFIDENTIALITY NOTICE
>>> > >> NOTICE: This message is intended for the use of the individual or
>>> entity
>>> > >> to
>>> > >> which it is addressed and may contain information that is
>>> confidential,
>>> > >> privileged and exempt from disclosure under applicable law. If the
>>> > reader
>>> > >> of this message is not the intended recipient, you are hereby
>>> notified
>>> > >> that
>>> > >> any printing, copying, dissemination, distribution, disclosure or
>>> > >> forwarding of this communication is strictly prohibited. If you have
>>> > >> received this communication in error, please contact the sender
>>> > >> immediately
>>> > >> and delete it from your system. Thank You.
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> http://hortonworks.com/download/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>>> immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>
> --
> Mobile
>

Re: Updates on migration to git

Posted by Niels Basjes <Ni...@basjes.nl>.
Hi,

Great to see the move towards git.

In terms of documentation could you please include the way binary files
should be included in a patch (see this discussion
https://www.mail-archive.com/common-dev%40hadoop.apache.org/msg13166.html )
and update http://wiki.apache.org/hadoop/GitAndHadoop too (this one still
talks about the time when there were 3 projects).

Thanks.

-- 
Best regards / Met vriendelijke groeten,

Niels Basjes

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
I compared the new asf git repo against the svn and github repos (mirrored
from svn). Here is what I see:
- for i in *; do git diff $i ../hadoop-github/$i; done showed no
differences between the two. So, I think all the source is there.
- The branches match
- All svn tags exist in git, but git has a few more. These additional ones
are those that we "deleted" from svn.
- git rev-list --remotes | wc -l shows 27006 revisions in the new git repo
and 29549 revisions in the github repo. Checking with Daniel, he said the
git svn import works differently compared to the git mirroring.

Are we comfortable with making the git repo writable under these
conditions? I ll let other people poke around and report.

Thanks for your cooperation,
Karthik


On Tue, Aug 26, 2014 at 1:19 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> The git repository is now ready for inspection. I ll take a look shortly,
> but it would be great if a few others could too.
>
> Once we are okay with it, we can ask it to be writable.
>
>
> On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:
>
>> Hi Suresh
>>
>> There was one vote thread on whether to migrate to git, and the
>> implications to the commit process for individual patches and feature
>> branches -
>> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html
>> . Prior to that, there was a discuss thread on the same topic.
>>
>> As INFRA handles the actual migration from subversion to git, the vote
>> didn't include those specifics. The migration is going on as we speak (See
>> INFRA-8195). The initial expectation was that the migration would be done
>> in a few hours, but it has been several hours and the last I heard the
>> import was still running.
>>
>> I have elaborated on the points in the vote thread and drafted up a wiki
>> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
>> . We can work on improving this further and call a vote thread on those
>> items if need be.
>>
>> Thanks
>> Karthik
>>
>>
>> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
>> > wrote:
>>
>>> Karthik,
>>>
>>> I would like to see detailed information on how this migration will be
>>> done, how it will affect the existing project and commit process. This
>>> should be done in a document that can be reviewed instead of in an email
>>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>>> we have a vote to ensure everyone is one the same page on doing this and
>>> how to go about it?
>>>
>>> Regards,
>>> Suresh
>>>
>>>
>>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
>>> wrote:
>>>
>>> > Last I heard, the import is still going on and appears closer to
>>> getting
>>> > done. Thanks for your patience with the migration.
>>> >
>>> > I ll update you as and when there is something. Eventually, the git
>>> repo
>>> > should be at the location in the wiki.
>>> >
>>> >
>>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> >
>>> > > Thanks for bringing these points up, Zhijie.
>>> > >
>>> > > By the way, a revised How-to-commit wiki is at:
>>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel
>>> free to
>>> > > make changes and improve it.
>>> > >
>>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>>> >
>>> > > wrote:
>>> > >
>>> > >> Do we have any convention about "user.name" and "user.email"? For
>>> > >> example,
>>> > >> we'd like to use @apache.org for the email.
>>> > >>
>>> > >
>>> > > May be, we can ask people to use project-specific configs here and
>>> use
>>> > > their real name and @apache.org address.
>>> > >
>>> > > Is there any downside to letting people use their global values for
>>> these
>>> > > configs?
>>> > >
>>> > >
>>> > >
>>> > >>
>>> > >> Moreover, do we want to use "--author="Author Name <
>>> email@address.com>"
>>> > >> when committing on behalf of a particular contributor?
>>> > >>
>>> > >
>>> > > Fetching the email-address is complicated here. Should we use the
>>> > > contributor's email from JIRA? What if that is not their @apache
>>> address?
>>> > >
>>> > >
>>> > >>
>>> > >>
>>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>>> kasha@cloudera.com>
>>> > >> wrote:
>>> > >>
>>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>>> > >> late, I
>>> > >> > sent it as soon as I could.
>>> > >> >
>>> > >> >
>>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>>> > stevel@hortonworks.com
>>> > >> >
>>> > >> > wrote:
>>> > >> >
>>> > >> > > just caught up with this after some offlininess...15:48 PST is
>>> too
>>> > >> late
>>> > >> > for
>>> > >> > > me.
>>> > >> > >
>>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>>> does
>>> > >> break
>>> > >> > > existing code -especially people that have trunk off the git
>>> mirrors
>>> > >> and
>>> > >> > > automated builds/merges to go with it.
>>> > >> > >
>>> > >> >
>>> > >> > Fair enough. It makes sense to leave it as "trunk", unless
>>> someone is
>>> > >> > against it being trunk.
>>> > >> >
>>> > >> >
>>> > >> > >
>>> > >> > > "master" may be viewed as the official git way, but it doesn't
>>> have
>>> > to
>>> > >> > be.
>>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>>> > >> releases,
>>> > >> > > develop/ for dev.
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > >
>>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>>> > wrote:
>>> > >> > >
>>> > >> > > > Couple of things:
>>> > >> > > >
>>> > >> > > > 1. Since no one expressed any reservations against doing this
>>> on
>>> > >> Sunday
>>> > >> > > or
>>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>>> think
>>> > >> that
>>> > >> > > > serves us better in the long run.
>>> > >> > > >
>>> > >> > > > 2. Arpit brought up the precommit builds - we should
>>> definitely
>>> > fix
>>> > >> > them
>>> > >> > > as
>>> > >> > > > soon as we can. I understand Giri maintains those builds, do
>>> we
>>> > have
>>> > >> > > anyone
>>> > >> > > > else who has access in case Giri is not reachable? Giri -
>>> please
>>> > >> shout
>>> > >> > > out
>>> > >> > > > if you can help us with this either on Sunday or Monday.
>>> > >> > > >
>>> > >> > > > Thanks
>>> > >> > > > Karthik
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > >
>>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>>> > >> kasha@cloudera.com>
>>> > >> > > > wrote:
>>> > >> > > >
>>> > >> > > > > Also, does anyone know what we use for integration between
>>> JIRA
>>> > >> and
>>> > >> > > svn?
>>> > >> > > > I
>>> > >> > > > > am assuming svn2jira.
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>>> > >> > kasha@cloudera.com>
>>> > >> > > > > wrote:
>>> > >> > > > >
>>> > >> > > > >> Hi folks,
>>> > >> > > > >>
>>> > >> > > > >> For the SCM migration, feel free to follow
>>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>>> > >> > > > >>
>>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>>> result,
>>> > >> the
>>> > >> > > > >> subversion repository would be read-only. If this is a
>>> major
>>> > >> issue
>>> > >> > for
>>> > >> > > > you,
>>> > >> > > > >> please shout out.
>>> > >> > > > >>
>>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>>> asking
>>> > >> if
>>> > >> > we
>>> > >> > > > are
>>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>>> git
>>> > >> > lingo. I
>>> > >> > > > am
>>> > >> > > > >> tempted to say yes, but wanted to check.
>>> > >> > > > >>
>>> > >> > > > >> Would greatly appreciate any help with checking the git
>>> repo
>>> > has
>>> > >> > > > >> everything.
>>> > >> > > > >>
>>> > >> > > > >> Thanks
>>> > >> > > > >> Karthik
>>> > >> > > > >>
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> > > --
>>> > >> > > CONFIDENTIALITY NOTICE
>>> > >> > > NOTICE: This message is intended for the use of the individual
>>> or
>>> > >> entity
>>> > >> > to
>>> > >> > > which it is addressed and may contain information that is
>>> > >> confidential,
>>> > >> > > privileged and exempt from disclosure under applicable law. If
>>> the
>>> > >> reader
>>> > >> > > of this message is not the intended recipient, you are hereby
>>> > notified
>>> > >> > that
>>> > >> > > any printing, copying, dissemination, distribution, disclosure
>>> or
>>> > >> > > forwarding of this communication is strictly prohibited. If you
>>> have
>>> > >> > > received this communication in error, please contact the sender
>>> > >> > immediately
>>> > >> > > and delete it from your system. Thank You.
>>> > >> > >
>>> > >> >
>>> > >>
>>> > >>
>>> > >>
>>> > >> --
>>> > >> Zhijie Shen
>>> > >> Hortonworks Inc.
>>> > >> http://hortonworks.com/
>>> > >>
>>> > >> --
>>> > >> CONFIDENTIALITY NOTICE
>>> > >> NOTICE: This message is intended for the use of the individual or
>>> entity
>>> > >> to
>>> > >> which it is addressed and may contain information that is
>>> confidential,
>>> > >> privileged and exempt from disclosure under applicable law. If the
>>> > reader
>>> > >> of this message is not the intended recipient, you are hereby
>>> notified
>>> > >> that
>>> > >> any printing, copying, dissemination, distribution, disclosure or
>>> > >> forwarding of this communication is strictly prohibited. If you have
>>> > >> received this communication in error, please contact the sender
>>> > >> immediately
>>> > >> and delete it from your system. Thank You.
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> http://hortonworks.com/download/
>>>
>>> --
>>> CONFIDENTIALITY NOTICE
>>> NOTICE: This message is intended for the use of the individual or entity
>>> to
>>> which it is addressed and may contain information that is confidential,
>>> privileged and exempt from disclosure under applicable law. If the reader
>>> of this message is not the intended recipient, you are hereby notified
>>> that
>>> any printing, copying, dissemination, distribution, disclosure or
>>> forwarding of this communication is strictly prohibited. If you have
>>> received this communication in error, please contact the sender
>>> immediately
>>> and delete it from your system. Thank You.
>>>
>>
>>
>
> --
> Mobile
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
The git repository is now ready for inspection. I ll take a look shortly,
but it would be great if a few others could too.

Once we are okay with it, we can ask it to be writable.

On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:

> Hi Suresh
>
> There was one vote thread on whether to migrate to git, and the
> implications to the commit process for individual patches and feature
> branches -
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
> Prior to that, there was a discuss thread on the same topic.
>
> As INFRA handles the actual migration from subversion to git, the vote
> didn't include those specifics. The migration is going on as we speak (See
> INFRA-8195). The initial expectation was that the migration would be done
> in a few hours, but it has been several hours and the last I heard the
> import was still running.
>
> I have elaborated on the points in the vote thread and drafted up a wiki
> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
> . We can work on improving this further and call a vote thread on those
> items if need be.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
> <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>
>> Karthik,
>>
>> I would like to see detailed information on how this migration will be
>> done, how it will affect the existing project and commit process. This
>> should be done in a document that can be reviewed instead of in an email
>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>> we have a vote to ensure everyone is one the same page on doing this and
>> how to go about it?
>>
>> Regards,
>> Suresh
>>
>>
>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> wrote:
>>
>> > Last I heard, the import is still going on and appears closer to getting
>> > done. Thanks for your patience with the migration.
>> >
>> > I ll update you as and when there is something. Eventually, the git repo
>> > should be at the location in the wiki.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> >
>> > > Thanks for bringing these points up, Zhijie.
>> > >
>> > > By the way, a revised How-to-commit wiki is at:
>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
>> to
>> > > make changes and improve it.
>> > >
>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > wrote:
>> > >
>> > >> Do we have any convention about "user.name" and "user.email"? For
>> > >> example,
>> > >> we'd like to use @apache.org for the email.
>> > >>
>> > >
>> > > May be, we can ask people to use project-specific configs here and use
>> > > their real name and @apache.org address.
>> > >
>> > > Is there any downside to letting people use their global values for
>> these
>> > > configs?
>> > >
>> > >
>> > >
>> > >>
>> > >> Moreover, do we want to use "--author="Author Name <
>> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
>> > >> when committing on behalf of a particular contributor?
>> > >>
>> > >
>> > > Fetching the email-address is complicated here. Should we use the
>> > > contributor's email from JIRA? What if that is not their @apache
>> address?
>> > >
>> > >
>> > >>
>> > >>
>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> wrote:
>> > >>
>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>> > >> late, I
>> > >> > sent it as soon as I could.
>> > >> >
>> > >> >
>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > stevel@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > >> >
>> > >> > wrote:
>> > >> >
>> > >> > > just caught up with this after some offlininess...15:48 PST is
>> too
>> > >> late
>> > >> > for
>> > >> > > me.
>> > >> > >
>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>> does
>> > >> break
>> > >> > > existing code -especially people that have trunk off the git
>> mirrors
>> > >> and
>> > >> > > automated builds/merges to go with it.
>> > >> > >
>> > >> >
>> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
>> is
>> > >> > against it being trunk.
>> > >> >
>> > >> >
>> > >> > >
>> > >> > > "master" may be viewed as the official git way, but it doesn't
>> have
>> > to
>> > >> > be.
>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>> > >> releases,
>> > >> > > develop/ for dev.
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> > >> > >
>> > >> > > > Couple of things:
>> > >> > > >
>> > >> > > > 1. Since no one expressed any reservations against doing this
>> on
>> > >> Sunday
>> > >> > > or
>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>> think
>> > >> that
>> > >> > > > serves us better in the long run.
>> > >> > > >
>> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> > fix
>> > >> > them
>> > >> > > as
>> > >> > > > soon as we can. I understand Giri maintains those builds, do we
>> > have
>> > >> > > anyone
>> > >> > > > else who has access in case Giri is not reachable? Giri -
>> please
>> > >> shout
>> > >> > > out
>> > >> > > > if you can help us with this either on Sunday or Monday.
>> > >> > > >
>> > >> > > > Thanks
>> > >> > > > Karthik
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > >> kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > > Also, does anyone know what we use for integration between
>> JIRA
>> > >> and
>> > >> > > svn?
>> > >> > > > I
>> > >> > > > > am assuming svn2jira.
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > >> > kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > >> Hi folks,
>> > >> > > > >>
>> > >> > > > >> For the SCM migration, feel free to follow
>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > >> > > > >>
>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> > >> the
>> > >> > > > >> subversion repository would be read-only. If this is a major
>> > >> issue
>> > >> > for
>> > >> > > > you,
>> > >> > > > >> please shout out.
>> > >> > > > >>
>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> > >> if
>> > >> > we
>> > >> > > > are
>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>> git
>> > >> > lingo. I
>> > >> > > > am
>> > >> > > > >> tempted to say yes, but wanted to check.
>> > >> > > > >>
>> > >> > > > >> Would greatly appreciate any help with checking the git repo
>> > has
>> > >> > > > >> everything.
>> > >> > > > >>
>> > >> > > > >> Thanks
>> > >> > > > >> Karthik
>> > >> > > > >>
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> > > --
>> > >> > > CONFIDENTIALITY NOTICE
>> > >> > > NOTICE: This message is intended for the use of the individual or
>> > >> entity
>> > >> > to
>> > >> > > which it is addressed and may contain information that is
>> > >> confidential,
>> > >> > > privileged and exempt from disclosure under applicable law. If
>> the
>> > >> reader
>> > >> > > of this message is not the intended recipient, you are hereby
>> > notified
>> > >> > that
>> > >> > > any printing, copying, dissemination, distribution, disclosure or
>> > >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> > >> > > received this communication in error, please contact the sender
>> > >> > immediately
>> > >> > > and delete it from your system. Thank You.
>> > >> > >
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Zhijie Shen
>> > >> Hortonworks Inc.
>> > >> http://hortonworks.com/
>> > >>
>> > >> --
>> > >> CONFIDENTIALITY NOTICE
>> > >> NOTICE: This message is intended for the use of the individual or
>> entity
>> > >> to
>> > >> which it is addressed and may contain information that is
>> confidential,
>> > >> privileged and exempt from disclosure under applicable law. If the
>> > reader
>> > >> of this message is not the intended recipient, you are hereby
>> notified
>> > >> that
>> > >> any printing, copying, dissemination, distribution, disclosure or
>> > >> forwarding of this communication is strictly prohibited. If you have
>> > >> received this communication in error, please contact the sender
>> > >> immediately
>> > >> and delete it from your system. Thank You.
>> > >>
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
The git repository is now ready for inspection. I ll take a look shortly,
but it would be great if a few others could too.

Once we are okay with it, we can ask it to be writable.

On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:

> Hi Suresh
>
> There was one vote thread on whether to migrate to git, and the
> implications to the commit process for individual patches and feature
> branches -
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
> Prior to that, there was a discuss thread on the same topic.
>
> As INFRA handles the actual migration from subversion to git, the vote
> didn't include those specifics. The migration is going on as we speak (See
> INFRA-8195). The initial expectation was that the migration would be done
> in a few hours, but it has been several hours and the last I heard the
> import was still running.
>
> I have elaborated on the points in the vote thread and drafted up a wiki
> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
> . We can work on improving this further and call a vote thread on those
> items if need be.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
> <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>
>> Karthik,
>>
>> I would like to see detailed information on how this migration will be
>> done, how it will affect the existing project and commit process. This
>> should be done in a document that can be reviewed instead of in an email
>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>> we have a vote to ensure everyone is one the same page on doing this and
>> how to go about it?
>>
>> Regards,
>> Suresh
>>
>>
>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> wrote:
>>
>> > Last I heard, the import is still going on and appears closer to getting
>> > done. Thanks for your patience with the migration.
>> >
>> > I ll update you as and when there is something. Eventually, the git repo
>> > should be at the location in the wiki.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> >
>> > > Thanks for bringing these points up, Zhijie.
>> > >
>> > > By the way, a revised How-to-commit wiki is at:
>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
>> to
>> > > make changes and improve it.
>> > >
>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > wrote:
>> > >
>> > >> Do we have any convention about "user.name" and "user.email"? For
>> > >> example,
>> > >> we'd like to use @apache.org for the email.
>> > >>
>> > >
>> > > May be, we can ask people to use project-specific configs here and use
>> > > their real name and @apache.org address.
>> > >
>> > > Is there any downside to letting people use their global values for
>> these
>> > > configs?
>> > >
>> > >
>> > >
>> > >>
>> > >> Moreover, do we want to use "--author="Author Name <
>> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
>> > >> when committing on behalf of a particular contributor?
>> > >>
>> > >
>> > > Fetching the email-address is complicated here. Should we use the
>> > > contributor's email from JIRA? What if that is not their @apache
>> address?
>> > >
>> > >
>> > >>
>> > >>
>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> wrote:
>> > >>
>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>> > >> late, I
>> > >> > sent it as soon as I could.
>> > >> >
>> > >> >
>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > stevel@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > >> >
>> > >> > wrote:
>> > >> >
>> > >> > > just caught up with this after some offlininess...15:48 PST is
>> too
>> > >> late
>> > >> > for
>> > >> > > me.
>> > >> > >
>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>> does
>> > >> break
>> > >> > > existing code -especially people that have trunk off the git
>> mirrors
>> > >> and
>> > >> > > automated builds/merges to go with it.
>> > >> > >
>> > >> >
>> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
>> is
>> > >> > against it being trunk.
>> > >> >
>> > >> >
>> > >> > >
>> > >> > > "master" may be viewed as the official git way, but it doesn't
>> have
>> > to
>> > >> > be.
>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>> > >> releases,
>> > >> > > develop/ for dev.
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> > >> > >
>> > >> > > > Couple of things:
>> > >> > > >
>> > >> > > > 1. Since no one expressed any reservations against doing this
>> on
>> > >> Sunday
>> > >> > > or
>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>> think
>> > >> that
>> > >> > > > serves us better in the long run.
>> > >> > > >
>> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> > fix
>> > >> > them
>> > >> > > as
>> > >> > > > soon as we can. I understand Giri maintains those builds, do we
>> > have
>> > >> > > anyone
>> > >> > > > else who has access in case Giri is not reachable? Giri -
>> please
>> > >> shout
>> > >> > > out
>> > >> > > > if you can help us with this either on Sunday or Monday.
>> > >> > > >
>> > >> > > > Thanks
>> > >> > > > Karthik
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > >> kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > > Also, does anyone know what we use for integration between
>> JIRA
>> > >> and
>> > >> > > svn?
>> > >> > > > I
>> > >> > > > > am assuming svn2jira.
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > >> > kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > >> Hi folks,
>> > >> > > > >>
>> > >> > > > >> For the SCM migration, feel free to follow
>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > >> > > > >>
>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> > >> the
>> > >> > > > >> subversion repository would be read-only. If this is a major
>> > >> issue
>> > >> > for
>> > >> > > > you,
>> > >> > > > >> please shout out.
>> > >> > > > >>
>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> > >> if
>> > >> > we
>> > >> > > > are
>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>> git
>> > >> > lingo. I
>> > >> > > > am
>> > >> > > > >> tempted to say yes, but wanted to check.
>> > >> > > > >>
>> > >> > > > >> Would greatly appreciate any help with checking the git repo
>> > has
>> > >> > > > >> everything.
>> > >> > > > >>
>> > >> > > > >> Thanks
>> > >> > > > >> Karthik
>> > >> > > > >>
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> > > --
>> > >> > > CONFIDENTIALITY NOTICE
>> > >> > > NOTICE: This message is intended for the use of the individual or
>> > >> entity
>> > >> > to
>> > >> > > which it is addressed and may contain information that is
>> > >> confidential,
>> > >> > > privileged and exempt from disclosure under applicable law. If
>> the
>> > >> reader
>> > >> > > of this message is not the intended recipient, you are hereby
>> > notified
>> > >> > that
>> > >> > > any printing, copying, dissemination, distribution, disclosure or
>> > >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> > >> > > received this communication in error, please contact the sender
>> > >> > immediately
>> > >> > > and delete it from your system. Thank You.
>> > >> > >
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Zhijie Shen
>> > >> Hortonworks Inc.
>> > >> http://hortonworks.com/
>> > >>
>> > >> --
>> > >> CONFIDENTIALITY NOTICE
>> > >> NOTICE: This message is intended for the use of the individual or
>> entity
>> > >> to
>> > >> which it is addressed and may contain information that is
>> confidential,
>> > >> privileged and exempt from disclosure under applicable law. If the
>> > reader
>> > >> of this message is not the intended recipient, you are hereby
>> notified
>> > >> that
>> > >> any printing, copying, dissemination, distribution, disclosure or
>> > >> forwarding of this communication is strictly prohibited. If you have
>> > >> received this communication in error, please contact the sender
>> > >> immediately
>> > >> and delete it from your system. Thank You.
>> > >>
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
The git repository is now ready for inspection. I ll take a look shortly,
but it would be great if a few others could too.

Once we are okay with it, we can ask it to be writable.

On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:

> Hi Suresh
>
> There was one vote thread on whether to migrate to git, and the
> implications to the commit process for individual patches and feature
> branches -
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
> Prior to that, there was a discuss thread on the same topic.
>
> As INFRA handles the actual migration from subversion to git, the vote
> didn't include those specifics. The migration is going on as we speak (See
> INFRA-8195). The initial expectation was that the migration would be done
> in a few hours, but it has been several hours and the last I heard the
> import was still running.
>
> I have elaborated on the points in the vote thread and drafted up a wiki
> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
> . We can work on improving this further and call a vote thread on those
> items if need be.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
> <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>
>> Karthik,
>>
>> I would like to see detailed information on how this migration will be
>> done, how it will affect the existing project and commit process. This
>> should be done in a document that can be reviewed instead of in an email
>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>> we have a vote to ensure everyone is one the same page on doing this and
>> how to go about it?
>>
>> Regards,
>> Suresh
>>
>>
>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> wrote:
>>
>> > Last I heard, the import is still going on and appears closer to getting
>> > done. Thanks for your patience with the migration.
>> >
>> > I ll update you as and when there is something. Eventually, the git repo
>> > should be at the location in the wiki.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> >
>> > > Thanks for bringing these points up, Zhijie.
>> > >
>> > > By the way, a revised How-to-commit wiki is at:
>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
>> to
>> > > make changes and improve it.
>> > >
>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > wrote:
>> > >
>> > >> Do we have any convention about "user.name" and "user.email"? For
>> > >> example,
>> > >> we'd like to use @apache.org for the email.
>> > >>
>> > >
>> > > May be, we can ask people to use project-specific configs here and use
>> > > their real name and @apache.org address.
>> > >
>> > > Is there any downside to letting people use their global values for
>> these
>> > > configs?
>> > >
>> > >
>> > >
>> > >>
>> > >> Moreover, do we want to use "--author="Author Name <
>> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
>> > >> when committing on behalf of a particular contributor?
>> > >>
>> > >
>> > > Fetching the email-address is complicated here. Should we use the
>> > > contributor's email from JIRA? What if that is not their @apache
>> address?
>> > >
>> > >
>> > >>
>> > >>
>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> wrote:
>> > >>
>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>> > >> late, I
>> > >> > sent it as soon as I could.
>> > >> >
>> > >> >
>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > stevel@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > >> >
>> > >> > wrote:
>> > >> >
>> > >> > > just caught up with this after some offlininess...15:48 PST is
>> too
>> > >> late
>> > >> > for
>> > >> > > me.
>> > >> > >
>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>> does
>> > >> break
>> > >> > > existing code -especially people that have trunk off the git
>> mirrors
>> > >> and
>> > >> > > automated builds/merges to go with it.
>> > >> > >
>> > >> >
>> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
>> is
>> > >> > against it being trunk.
>> > >> >
>> > >> >
>> > >> > >
>> > >> > > "master" may be viewed as the official git way, but it doesn't
>> have
>> > to
>> > >> > be.
>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>> > >> releases,
>> > >> > > develop/ for dev.
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> > >> > >
>> > >> > > > Couple of things:
>> > >> > > >
>> > >> > > > 1. Since no one expressed any reservations against doing this
>> on
>> > >> Sunday
>> > >> > > or
>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>> think
>> > >> that
>> > >> > > > serves us better in the long run.
>> > >> > > >
>> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> > fix
>> > >> > them
>> > >> > > as
>> > >> > > > soon as we can. I understand Giri maintains those builds, do we
>> > have
>> > >> > > anyone
>> > >> > > > else who has access in case Giri is not reachable? Giri -
>> please
>> > >> shout
>> > >> > > out
>> > >> > > > if you can help us with this either on Sunday or Monday.
>> > >> > > >
>> > >> > > > Thanks
>> > >> > > > Karthik
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > >> kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > > Also, does anyone know what we use for integration between
>> JIRA
>> > >> and
>> > >> > > svn?
>> > >> > > > I
>> > >> > > > > am assuming svn2jira.
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > >> > kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > >> Hi folks,
>> > >> > > > >>
>> > >> > > > >> For the SCM migration, feel free to follow
>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > >> > > > >>
>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> > >> the
>> > >> > > > >> subversion repository would be read-only. If this is a major
>> > >> issue
>> > >> > for
>> > >> > > > you,
>> > >> > > > >> please shout out.
>> > >> > > > >>
>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> > >> if
>> > >> > we
>> > >> > > > are
>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>> git
>> > >> > lingo. I
>> > >> > > > am
>> > >> > > > >> tempted to say yes, but wanted to check.
>> > >> > > > >>
>> > >> > > > >> Would greatly appreciate any help with checking the git repo
>> > has
>> > >> > > > >> everything.
>> > >> > > > >>
>> > >> > > > >> Thanks
>> > >> > > > >> Karthik
>> > >> > > > >>
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> > > --
>> > >> > > CONFIDENTIALITY NOTICE
>> > >> > > NOTICE: This message is intended for the use of the individual or
>> > >> entity
>> > >> > to
>> > >> > > which it is addressed and may contain information that is
>> > >> confidential,
>> > >> > > privileged and exempt from disclosure under applicable law. If
>> the
>> > >> reader
>> > >> > > of this message is not the intended recipient, you are hereby
>> > notified
>> > >> > that
>> > >> > > any printing, copying, dissemination, distribution, disclosure or
>> > >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> > >> > > received this communication in error, please contact the sender
>> > >> > immediately
>> > >> > > and delete it from your system. Thank You.
>> > >> > >
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Zhijie Shen
>> > >> Hortonworks Inc.
>> > >> http://hortonworks.com/
>> > >>
>> > >> --
>> > >> CONFIDENTIALITY NOTICE
>> > >> NOTICE: This message is intended for the use of the individual or
>> entity
>> > >> to
>> > >> which it is addressed and may contain information that is
>> confidential,
>> > >> privileged and exempt from disclosure under applicable law. If the
>> > reader
>> > >> of this message is not the intended recipient, you are hereby
>> notified
>> > >> that
>> > >> any printing, copying, dissemination, distribution, disclosure or
>> > >> forwarding of this communication is strictly prohibited. If you have
>> > >> received this communication in error, please contact the sender
>> > >> immediately
>> > >> and delete it from your system. Thank You.
>> > >>
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
The git repository is now ready for inspection. I ll take a look shortly,
but it would be great if a few others could too.

Once we are okay with it, we can ask it to be writable.

On Tuesday, August 26, 2014, Karthik Kambatla <ka...@cloudera.com> wrote:

> Hi Suresh
>
> There was one vote thread on whether to migrate to git, and the
> implications to the commit process for individual patches and feature
> branches -
> https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
> Prior to that, there was a discuss thread on the same topic.
>
> As INFRA handles the actual migration from subversion to git, the vote
> didn't include those specifics. The migration is going on as we speak (See
> INFRA-8195). The initial expectation was that the migration would be done
> in a few hours, but it has been several hours and the last I heard the
> import was still running.
>
> I have elaborated on the points in the vote thread and drafted up a wiki
> page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit
> . We can work on improving this further and call a vote thread on those
> items if need be.
>
> Thanks
> Karthik
>
>
> On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <suresh@hortonworks.com
> <javascript:_e(%7B%7D,'cvml','suresh@hortonworks.com');>> wrote:
>
>> Karthik,
>>
>> I would like to see detailed information on how this migration will be
>> done, how it will affect the existing project and commit process. This
>> should be done in a document that can be reviewed instead of in an email
>> thread on an ad-hoc basis. Was there any voting on this in PMC and should
>> we have a vote to ensure everyone is one the same page on doing this and
>> how to go about it?
>>
>> Regards,
>> Suresh
>>
>>
>> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> wrote:
>>
>> > Last I heard, the import is still going on and appears closer to getting
>> > done. Thanks for your patience with the migration.
>> >
>> > I ll update you as and when there is something. Eventually, the git repo
>> > should be at the location in the wiki.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> >
>> > > Thanks for bringing these points up, Zhijie.
>> > >
>> > > By the way, a revised How-to-commit wiki is at:
>> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
>> to
>> > > make changes and improve it.
>> > >
>> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zshen@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','zshen@hortonworks.com');>>
>> > > wrote:
>> > >
>> > >> Do we have any convention about "user.name" and "user.email"? For
>> > >> example,
>> > >> we'd like to use @apache.org for the email.
>> > >>
>> > >
>> > > May be, we can ask people to use project-specific configs here and use
>> > > their real name and @apache.org address.
>> > >
>> > > Is there any downside to letting people use their global values for
>> these
>> > > configs?
>> > >
>> > >
>> > >
>> > >>
>> > >> Moreover, do we want to use "--author="Author Name <
>> email@address.com <javascript:_e(%7B%7D,'cvml','email@address.com');>>"
>> > >> when committing on behalf of a particular contributor?
>> > >>
>> > >
>> > > Fetching the email-address is complicated here. Should we use the
>> > > contributor's email from JIRA? What if that is not their @apache
>> address?
>> > >
>> > >
>> > >>
>> > >>
>> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <
>> kasha@cloudera.com <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> wrote:
>> > >>
>> > >> > Thanks for your input, Steve. Sorry for sending the email out that
>> > >> late, I
>> > >> > sent it as soon as I could.
>> > >> >
>> > >> >
>> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> > stevel@hortonworks.com
>> <javascript:_e(%7B%7D,'cvml','stevel@hortonworks.com');>
>> > >> >
>> > >> > wrote:
>> > >> >
>> > >> > > just caught up with this after some offlininess...15:48 PST is
>> too
>> > >> late
>> > >> > for
>> > >> > > me.
>> > >> > >
>> > >> > > I'd be -1 to a change to "master" because of that risk that it
>> does
>> > >> break
>> > >> > > existing code -especially people that have trunk off the git
>> mirrors
>> > >> and
>> > >> > > automated builds/merges to go with it.
>> > >> > >
>> > >> >
>> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
>> is
>> > >> > against it being trunk.
>> > >> >
>> > >> >
>> > >> > >
>> > >> > > "master" may be viewed as the official git way, but it doesn't
>> have
>> > to
>> > >> > be.
>> > >> > > For git-flow workflows (which we use in slider) master/ is for
>> > >> releases,
>> > >> > > develop/ for dev.
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > >
>> > >> > > On 24 August 2014 02:31, Karthik Kambatla <kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > wrote:
>> > >> > >
>> > >> > > > Couple of things:
>> > >> > > >
>> > >> > > > 1. Since no one expressed any reservations against doing this
>> on
>> > >> Sunday
>> > >> > > or
>> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
>> think
>> > >> that
>> > >> > > > serves us better in the long run.
>> > >> > > >
>> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> > fix
>> > >> > them
>> > >> > > as
>> > >> > > > soon as we can. I understand Giri maintains those builds, do we
>> > have
>> > >> > > anyone
>> > >> > > > else who has access in case Giri is not reachable? Giri -
>> please
>> > >> shout
>> > >> > > out
>> > >> > > > if you can help us with this either on Sunday or Monday.
>> > >> > > >
>> > >> > > > Thanks
>> > >> > > > Karthik
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> > >> kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > > Also, does anyone know what we use for integration between
>> JIRA
>> > >> and
>> > >> > > svn?
>> > >> > > > I
>> > >> > > > > am assuming svn2jira.
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > >> > kasha@cloudera.com
>> <javascript:_e(%7B%7D,'cvml','kasha@cloudera.com');>>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > >> Hi folks,
>> > >> > > > >>
>> > >> > > > >> For the SCM migration, feel free to follow
>> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > >> > > > >>
>> > >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> > >> the
>> > >> > > > >> subversion repository would be read-only. If this is a major
>> > >> issue
>> > >> > for
>> > >> > > > you,
>> > >> > > > >> please shout out.
>> > >> > > > >>
>> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> > >> if
>> > >> > we
>> > >> > > > are
>> > >> > > > >> open to renaming "trunk" to "master" to better conform to
>> git
>> > >> > lingo. I
>> > >> > > > am
>> > >> > > > >> tempted to say yes, but wanted to check.
>> > >> > > > >>
>> > >> > > > >> Would greatly appreciate any help with checking the git repo
>> > has
>> > >> > > > >> everything.
>> > >> > > > >>
>> > >> > > > >> Thanks
>> > >> > > > >> Karthik
>> > >> > > > >>
>> > >> > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> > > --
>> > >> > > CONFIDENTIALITY NOTICE
>> > >> > > NOTICE: This message is intended for the use of the individual or
>> > >> entity
>> > >> > to
>> > >> > > which it is addressed and may contain information that is
>> > >> confidential,
>> > >> > > privileged and exempt from disclosure under applicable law. If
>> the
>> > >> reader
>> > >> > > of this message is not the intended recipient, you are hereby
>> > notified
>> > >> > that
>> > >> > > any printing, copying, dissemination, distribution, disclosure or
>> > >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> > >> > > received this communication in error, please contact the sender
>> > >> > immediately
>> > >> > > and delete it from your system. Thank You.
>> > >> > >
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Zhijie Shen
>> > >> Hortonworks Inc.
>> > >> http://hortonworks.com/
>> > >>
>> > >> --
>> > >> CONFIDENTIALITY NOTICE
>> > >> NOTICE: This message is intended for the use of the individual or
>> entity
>> > >> to
>> > >> which it is addressed and may contain information that is
>> confidential,
>> > >> privileged and exempt from disclosure under applicable law. If the
>> > reader
>> > >> of this message is not the intended recipient, you are hereby
>> notified
>> > >> that
>> > >> any printing, copying, dissemination, distribution, disclosure or
>> > >> forwarding of this communication is strictly prohibited. If you have
>> > >> received this communication in error, please contact the sender
>> > >> immediately
>> > >> and delete it from your system. Thank You.
>> > >>
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> http://hortonworks.com/download/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Hi Suresh

There was one vote thread on whether to migrate to git, and the
implications to the commit process for individual patches and feature
branches -
https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
Prior to that, there was a discuss thread on the same topic.

As INFRA handles the actual migration from subversion to git, the vote
didn't include those specifics. The migration is going on as we speak (See
INFRA-8195). The initial expectation was that the migration would be done
in a few hours, but it has been several hours and the last I heard the
import was still running.

I have elaborated on the points in the vote thread and drafted up a wiki
page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit .
We can work on improving this further and call a vote thread on those items
if need be.

Thanks
Karthik


On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Last I heard, the import is still going on and appears closer to getting
> > done. Thanks for your patience with the migration.
> >
> > I ll update you as and when there is something. Eventually, the git repo
> > should be at the location in the wiki.
> >
> >
> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for bringing these points up, Zhijie.
> > >
> > > By the way, a revised How-to-commit wiki is at:
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
> to
> > > make changes and improve it.
> > >
> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > > wrote:
> > >
> > >> Do we have any convention about "user.name" and "user.email"? For
> > >> example,
> > >> we'd like to use @apache.org for the email.
> > >>
> > >
> > > May be, we can ask people to use project-specific configs here and use
> > > their real name and @apache.org address.
> > >
> > > Is there any downside to letting people use their global values for
> these
> > > configs?
> > >
> > >
> > >
> > >>
> > >> Moreover, do we want to use "--author="Author Name <email@address.com
> >"
> > >> when committing on behalf of a particular contributor?
> > >>
> > >
> > > Fetching the email-address is complicated here. Should we use the
> > > contributor's email from JIRA? What if that is not their @apache
> address?
> > >
> > >
> > >>
> > >>
> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <kasha@cloudera.com
> >
> > >> wrote:
> > >>
> > >> > Thanks for your input, Steve. Sorry for sending the email out that
> > >> late, I
> > >> > sent it as soon as I could.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > stevel@hortonworks.com
> > >> >
> > >> > wrote:
> > >> >
> > >> > > just caught up with this after some offlininess...15:48 PST is too
> > >> late
> > >> > for
> > >> > > me.
> > >> > >
> > >> > > I'd be -1 to a change to "master" because of that risk that it
> does
> > >> break
> > >> > > existing code -especially people that have trunk off the git
> mirrors
> > >> and
> > >> > > automated builds/merges to go with it.
> > >> > >
> > >> >
> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
> is
> > >> > against it being trunk.
> > >> >
> > >> >
> > >> > >
> > >> > > "master" may be viewed as the official git way, but it doesn't
> have
> > to
> > >> > be.
> > >> > > For git-flow workflows (which we use in slider) master/ is for
> > >> releases,
> > >> > > develop/ for dev.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >> > >
> > >> > > > Couple of things:
> > >> > > >
> > >> > > > 1. Since no one expressed any reservations against doing this on
> > >> Sunday
> > >> > > or
> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> think
> > >> that
> > >> > > > serves us better in the long run.
> > >> > > >
> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
> > fix
> > >> > them
> > >> > > as
> > >> > > > soon as we can. I understand Giri maintains those builds, do we
> > have
> > >> > > anyone
> > >> > > > else who has access in case Giri is not reachable? Giri - please
> > >> shout
> > >> > > out
> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > > >
> > >> > > > Thanks
> > >> > > > Karthik
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> kasha@cloudera.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Also, does anyone know what we use for integration between
> JIRA
> > >> and
> > >> > > svn?
> > >> > > > I
> > >> > > > > am assuming svn2jira.
> > >> > > > >
> > >> > > > >
> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > kasha@cloudera.com>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> Hi folks,
> > >> > > > >>
> > >> > > > >> For the SCM migration, feel free to follow
> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > > > >>
> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> result,
> > >> the
> > >> > > > >> subversion repository would be read-only. If this is a major
> > >> issue
> > >> > for
> > >> > > > you,
> > >> > > > >> please shout out.
> > >> > > > >>
> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> asking
> > >> if
> > >> > we
> > >> > > > are
> > >> > > > >> open to renaming "trunk" to "master" to better conform to git
> > >> > lingo. I
> > >> > > > am
> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > > > >>
> > >> > > > >> Would greatly appreciate any help with checking the git repo
> > has
> > >> > > > >> everything.
> > >> > > > >>
> > >> > > > >> Thanks
> > >> > > > >> Karthik
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > CONFIDENTIALITY NOTICE
> > >> > > NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > to
> > >> > > which it is addressed and may contain information that is
> > >> confidential,
> > >> > > privileged and exempt from disclosure under applicable law. If the
> > >> reader
> > >> > > of this message is not the intended recipient, you are hereby
> > notified
> > >> > that
> > >> > > any printing, copying, dissemination, distribution, disclosure or
> > >> > > forwarding of this communication is strictly prohibited. If you
> have
> > >> > > received this communication in error, please contact the sender
> > >> > immediately
> > >> > > and delete it from your system. Thank You.
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Zhijie Shen
> > >> Hortonworks Inc.
> > >> http://hortonworks.com/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
:) I missed that voting thread. Thanks Karthik!

Arpit Agarwal also told me offline that commit process has been updated -
https://wiki.apache.org/hadoop/HowToCommit and git setup also has also been
documented - https://www.apache.org/dev/git.html. Thanks Arpit!



On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Last I heard, the import is still going on and appears closer to getting
>> done. Thanks for your patience with the migration.
>>
>> I ll update you as and when there is something. Eventually, the git repo
>> should be at the location in the wiki.
>>
>>
>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for bringing these points up, Zhijie.
>> >
>> > By the way, a revised How-to-commit wiki is at:
>> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
>> > make changes and improve it.
>> >
>> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
>> > wrote:
>> >
>> >> Do we have any convention about "user.name" and "user.email"? For
>> >> example,
>> >> we'd like to use @apache.org for the email.
>> >>
>> >
>> > May be, we can ask people to use project-specific configs here and use
>> > their real name and @apache.org address.
>> >
>> > Is there any downside to letting people use their global values for
>> these
>> > configs?
>> >
>> >
>> >
>> >>
>> >> Moreover, do we want to use "--author="Author Name <email@address.com
>> >"
>> >> when committing on behalf of a particular contributor?
>> >>
>> >
>> > Fetching the email-address is complicated here. Should we use the
>> > contributor's email from JIRA? What if that is not their @apache
>> address?
>> >
>> >
>> >>
>> >>
>> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> >> wrote:
>> >>
>> >> > Thanks for your input, Steve. Sorry for sending the email out that
>> >> late, I
>> >> > sent it as soon as I could.
>> >> >
>> >> >
>> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> stevel@hortonworks.com
>> >> >
>> >> > wrote:
>> >> >
>> >> > > just caught up with this after some offlininess...15:48 PST is too
>> >> late
>> >> > for
>> >> > > me.
>> >> > >
>> >> > > I'd be -1 to a change to "master" because of that risk that it does
>> >> break
>> >> > > existing code -especially people that have trunk off the git
>> mirrors
>> >> and
>> >> > > automated builds/merges to go with it.
>> >> > >
>> >> >
>> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> >> > against it being trunk.
>> >> >
>> >> >
>> >> > >
>> >> > > "master" may be viewed as the official git way, but it doesn't
>> have to
>> >> > be.
>> >> > > For git-flow workflows (which we use in slider) master/ is for
>> >> releases,
>> >> > > develop/ for dev.
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>> >> > >
>> >> > > > Couple of things:
>> >> > > >
>> >> > > > 1. Since no one expressed any reservations against doing this on
>> >> Sunday
>> >> > > or
>> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> >> that
>> >> > > > serves us better in the long run.
>> >> > > >
>> >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> fix
>> >> > them
>> >> > > as
>> >> > > > soon as we can. I understand Giri maintains those builds, do we
>> have
>> >> > > anyone
>> >> > > > else who has access in case Giri is not reachable? Giri - please
>> >> shout
>> >> > > out
>> >> > > > if you can help us with this either on Sunday or Monday.
>> >> > > >
>> >> > > > Thanks
>> >> > > > Karthik
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> >> kasha@cloudera.com>
>> >> > > > wrote:
>> >> > > >
>> >> > > > > Also, does anyone know what we use for integration between JIRA
>> >> and
>> >> > > svn?
>> >> > > > I
>> >> > > > > am assuming svn2jira.
>> >> > > > >
>> >> > > > >
>> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> >> > kasha@cloudera.com>
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > >> Hi folks,
>> >> > > > >>
>> >> > > > >> For the SCM migration, feel free to follow
>> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> >> > > > >>
>> >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> >> the
>> >> > > > >> subversion repository would be read-only. If this is a major
>> >> issue
>> >> > for
>> >> > > > you,
>> >> > > > >> please shout out.
>> >> > > > >>
>> >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> >> if
>> >> > we
>> >> > > > are
>> >> > > > >> open to renaming "trunk" to "master" to better conform to git
>> >> > lingo. I
>> >> > > > am
>> >> > > > >> tempted to say yes, but wanted to check.
>> >> > > > >>
>> >> > > > >> Would greatly appreciate any help with checking the git repo
>> has
>> >> > > > >> everything.
>> >> > > > >>
>> >> > > > >> Thanks
>> >> > > > >> Karthik
>> >> > > > >>
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > CONFIDENTIALITY NOTICE
>> >> > > NOTICE: This message is intended for the use of the individual or
>> >> entity
>> >> > to
>> >> > > which it is addressed and may contain information that is
>> >> confidential,
>> >> > > privileged and exempt from disclosure under applicable law. If the
>> >> reader
>> >> > > of this message is not the intended recipient, you are hereby
>> notified
>> >> > that
>> >> > > any printing, copying, dissemination, distribution, disclosure or
>> >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> >> > > received this communication in error, please contact the sender
>> >> > immediately
>> >> > > and delete it from your system. Thank You.
>> >> > >
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Zhijie Shen
>> >> Hortonworks Inc.
>> >> http://hortonworks.com/
>> >>
>> >> --
>> >> CONFIDENTIALITY NOTICE
>> >> NOTICE: This message is intended for the use of the individual or
>> entity
>> >> to
>> >> which it is addressed and may contain information that is confidential,
>> >> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >> of this message is not the intended recipient, you are hereby notified
>> >> that
>> >> any printing, copying, dissemination, distribution, disclosure or
>> >> forwarding of this communication is strictly prohibited. If you have
>> >> received this communication in error, please contact the sender
>> >> immediately
>> >> and delete it from your system. Thank You.
>> >>
>> >
>> >
>>
>
>
>
> --
> http://hortonworks.com/download/
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Hi Suresh

There was one vote thread on whether to migrate to git, and the
implications to the commit process for individual patches and feature
branches -
https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
Prior to that, there was a discuss thread on the same topic.

As INFRA handles the actual migration from subversion to git, the vote
didn't include those specifics. The migration is going on as we speak (See
INFRA-8195). The initial expectation was that the migration would be done
in a few hours, but it has been several hours and the last I heard the
import was still running.

I have elaborated on the points in the vote thread and drafted up a wiki
page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit .
We can work on improving this further and call a vote thread on those items
if need be.

Thanks
Karthik


On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Last I heard, the import is still going on and appears closer to getting
> > done. Thanks for your patience with the migration.
> >
> > I ll update you as and when there is something. Eventually, the git repo
> > should be at the location in the wiki.
> >
> >
> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for bringing these points up, Zhijie.
> > >
> > > By the way, a revised How-to-commit wiki is at:
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
> to
> > > make changes and improve it.
> > >
> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > > wrote:
> > >
> > >> Do we have any convention about "user.name" and "user.email"? For
> > >> example,
> > >> we'd like to use @apache.org for the email.
> > >>
> > >
> > > May be, we can ask people to use project-specific configs here and use
> > > their real name and @apache.org address.
> > >
> > > Is there any downside to letting people use their global values for
> these
> > > configs?
> > >
> > >
> > >
> > >>
> > >> Moreover, do we want to use "--author="Author Name <email@address.com
> >"
> > >> when committing on behalf of a particular contributor?
> > >>
> > >
> > > Fetching the email-address is complicated here. Should we use the
> > > contributor's email from JIRA? What if that is not their @apache
> address?
> > >
> > >
> > >>
> > >>
> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <kasha@cloudera.com
> >
> > >> wrote:
> > >>
> > >> > Thanks for your input, Steve. Sorry for sending the email out that
> > >> late, I
> > >> > sent it as soon as I could.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > stevel@hortonworks.com
> > >> >
> > >> > wrote:
> > >> >
> > >> > > just caught up with this after some offlininess...15:48 PST is too
> > >> late
> > >> > for
> > >> > > me.
> > >> > >
> > >> > > I'd be -1 to a change to "master" because of that risk that it
> does
> > >> break
> > >> > > existing code -especially people that have trunk off the git
> mirrors
> > >> and
> > >> > > automated builds/merges to go with it.
> > >> > >
> > >> >
> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
> is
> > >> > against it being trunk.
> > >> >
> > >> >
> > >> > >
> > >> > > "master" may be viewed as the official git way, but it doesn't
> have
> > to
> > >> > be.
> > >> > > For git-flow workflows (which we use in slider) master/ is for
> > >> releases,
> > >> > > develop/ for dev.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >> > >
> > >> > > > Couple of things:
> > >> > > >
> > >> > > > 1. Since no one expressed any reservations against doing this on
> > >> Sunday
> > >> > > or
> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> think
> > >> that
> > >> > > > serves us better in the long run.
> > >> > > >
> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
> > fix
> > >> > them
> > >> > > as
> > >> > > > soon as we can. I understand Giri maintains those builds, do we
> > have
> > >> > > anyone
> > >> > > > else who has access in case Giri is not reachable? Giri - please
> > >> shout
> > >> > > out
> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > > >
> > >> > > > Thanks
> > >> > > > Karthik
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> kasha@cloudera.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Also, does anyone know what we use for integration between
> JIRA
> > >> and
> > >> > > svn?
> > >> > > > I
> > >> > > > > am assuming svn2jira.
> > >> > > > >
> > >> > > > >
> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > kasha@cloudera.com>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> Hi folks,
> > >> > > > >>
> > >> > > > >> For the SCM migration, feel free to follow
> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > > > >>
> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> result,
> > >> the
> > >> > > > >> subversion repository would be read-only. If this is a major
> > >> issue
> > >> > for
> > >> > > > you,
> > >> > > > >> please shout out.
> > >> > > > >>
> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> asking
> > >> if
> > >> > we
> > >> > > > are
> > >> > > > >> open to renaming "trunk" to "master" to better conform to git
> > >> > lingo. I
> > >> > > > am
> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > > > >>
> > >> > > > >> Would greatly appreciate any help with checking the git repo
> > has
> > >> > > > >> everything.
> > >> > > > >>
> > >> > > > >> Thanks
> > >> > > > >> Karthik
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > CONFIDENTIALITY NOTICE
> > >> > > NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > to
> > >> > > which it is addressed and may contain information that is
> > >> confidential,
> > >> > > privileged and exempt from disclosure under applicable law. If the
> > >> reader
> > >> > > of this message is not the intended recipient, you are hereby
> > notified
> > >> > that
> > >> > > any printing, copying, dissemination, distribution, disclosure or
> > >> > > forwarding of this communication is strictly prohibited. If you
> have
> > >> > > received this communication in error, please contact the sender
> > >> > immediately
> > >> > > and delete it from your system. Thank You.
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Zhijie Shen
> > >> Hortonworks Inc.
> > >> http://hortonworks.com/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Hi Suresh

There was one vote thread on whether to migrate to git, and the
implications to the commit process for individual patches and feature
branches -
https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
Prior to that, there was a discuss thread on the same topic.

As INFRA handles the actual migration from subversion to git, the vote
didn't include those specifics. The migration is going on as we speak (See
INFRA-8195). The initial expectation was that the migration would be done
in a few hours, but it has been several hours and the last I heard the
import was still running.

I have elaborated on the points in the vote thread and drafted up a wiki
page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit .
We can work on improving this further and call a vote thread on those items
if need be.

Thanks
Karthik


On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Last I heard, the import is still going on and appears closer to getting
> > done. Thanks for your patience with the migration.
> >
> > I ll update you as and when there is something. Eventually, the git repo
> > should be at the location in the wiki.
> >
> >
> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for bringing these points up, Zhijie.
> > >
> > > By the way, a revised How-to-commit wiki is at:
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
> to
> > > make changes and improve it.
> > >
> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > > wrote:
> > >
> > >> Do we have any convention about "user.name" and "user.email"? For
> > >> example,
> > >> we'd like to use @apache.org for the email.
> > >>
> > >
> > > May be, we can ask people to use project-specific configs here and use
> > > their real name and @apache.org address.
> > >
> > > Is there any downside to letting people use their global values for
> these
> > > configs?
> > >
> > >
> > >
> > >>
> > >> Moreover, do we want to use "--author="Author Name <email@address.com
> >"
> > >> when committing on behalf of a particular contributor?
> > >>
> > >
> > > Fetching the email-address is complicated here. Should we use the
> > > contributor's email from JIRA? What if that is not their @apache
> address?
> > >
> > >
> > >>
> > >>
> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <kasha@cloudera.com
> >
> > >> wrote:
> > >>
> > >> > Thanks for your input, Steve. Sorry for sending the email out that
> > >> late, I
> > >> > sent it as soon as I could.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > stevel@hortonworks.com
> > >> >
> > >> > wrote:
> > >> >
> > >> > > just caught up with this after some offlininess...15:48 PST is too
> > >> late
> > >> > for
> > >> > > me.
> > >> > >
> > >> > > I'd be -1 to a change to "master" because of that risk that it
> does
> > >> break
> > >> > > existing code -especially people that have trunk off the git
> mirrors
> > >> and
> > >> > > automated builds/merges to go with it.
> > >> > >
> > >> >
> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
> is
> > >> > against it being trunk.
> > >> >
> > >> >
> > >> > >
> > >> > > "master" may be viewed as the official git way, but it doesn't
> have
> > to
> > >> > be.
> > >> > > For git-flow workflows (which we use in slider) master/ is for
> > >> releases,
> > >> > > develop/ for dev.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >> > >
> > >> > > > Couple of things:
> > >> > > >
> > >> > > > 1. Since no one expressed any reservations against doing this on
> > >> Sunday
> > >> > > or
> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> think
> > >> that
> > >> > > > serves us better in the long run.
> > >> > > >
> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
> > fix
> > >> > them
> > >> > > as
> > >> > > > soon as we can. I understand Giri maintains those builds, do we
> > have
> > >> > > anyone
> > >> > > > else who has access in case Giri is not reachable? Giri - please
> > >> shout
> > >> > > out
> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > > >
> > >> > > > Thanks
> > >> > > > Karthik
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> kasha@cloudera.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Also, does anyone know what we use for integration between
> JIRA
> > >> and
> > >> > > svn?
> > >> > > > I
> > >> > > > > am assuming svn2jira.
> > >> > > > >
> > >> > > > >
> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > kasha@cloudera.com>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> Hi folks,
> > >> > > > >>
> > >> > > > >> For the SCM migration, feel free to follow
> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > > > >>
> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> result,
> > >> the
> > >> > > > >> subversion repository would be read-only. If this is a major
> > >> issue
> > >> > for
> > >> > > > you,
> > >> > > > >> please shout out.
> > >> > > > >>
> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> asking
> > >> if
> > >> > we
> > >> > > > are
> > >> > > > >> open to renaming "trunk" to "master" to better conform to git
> > >> > lingo. I
> > >> > > > am
> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > > > >>
> > >> > > > >> Would greatly appreciate any help with checking the git repo
> > has
> > >> > > > >> everything.
> > >> > > > >>
> > >> > > > >> Thanks
> > >> > > > >> Karthik
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > CONFIDENTIALITY NOTICE
> > >> > > NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > to
> > >> > > which it is addressed and may contain information that is
> > >> confidential,
> > >> > > privileged and exempt from disclosure under applicable law. If the
> > >> reader
> > >> > > of this message is not the intended recipient, you are hereby
> > notified
> > >> > that
> > >> > > any printing, copying, dissemination, distribution, disclosure or
> > >> > > forwarding of this communication is strictly prohibited. If you
> have
> > >> > > received this communication in error, please contact the sender
> > >> > immediately
> > >> > > and delete it from your system. Thank You.
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Zhijie Shen
> > >> Hortonworks Inc.
> > >> http://hortonworks.com/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
:) I missed that voting thread. Thanks Karthik!

Arpit Agarwal also told me offline that commit process has been updated -
https://wiki.apache.org/hadoop/HowToCommit and git setup also has also been
documented - https://www.apache.org/dev/git.html. Thanks Arpit!



On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Last I heard, the import is still going on and appears closer to getting
>> done. Thanks for your patience with the migration.
>>
>> I ll update you as and when there is something. Eventually, the git repo
>> should be at the location in the wiki.
>>
>>
>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for bringing these points up, Zhijie.
>> >
>> > By the way, a revised How-to-commit wiki is at:
>> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
>> > make changes and improve it.
>> >
>> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
>> > wrote:
>> >
>> >> Do we have any convention about "user.name" and "user.email"? For
>> >> example,
>> >> we'd like to use @apache.org for the email.
>> >>
>> >
>> > May be, we can ask people to use project-specific configs here and use
>> > their real name and @apache.org address.
>> >
>> > Is there any downside to letting people use their global values for
>> these
>> > configs?
>> >
>> >
>> >
>> >>
>> >> Moreover, do we want to use "--author="Author Name <email@address.com
>> >"
>> >> when committing on behalf of a particular contributor?
>> >>
>> >
>> > Fetching the email-address is complicated here. Should we use the
>> > contributor's email from JIRA? What if that is not their @apache
>> address?
>> >
>> >
>> >>
>> >>
>> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> >> wrote:
>> >>
>> >> > Thanks for your input, Steve. Sorry for sending the email out that
>> >> late, I
>> >> > sent it as soon as I could.
>> >> >
>> >> >
>> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> stevel@hortonworks.com
>> >> >
>> >> > wrote:
>> >> >
>> >> > > just caught up with this after some offlininess...15:48 PST is too
>> >> late
>> >> > for
>> >> > > me.
>> >> > >
>> >> > > I'd be -1 to a change to "master" because of that risk that it does
>> >> break
>> >> > > existing code -especially people that have trunk off the git
>> mirrors
>> >> and
>> >> > > automated builds/merges to go with it.
>> >> > >
>> >> >
>> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> >> > against it being trunk.
>> >> >
>> >> >
>> >> > >
>> >> > > "master" may be viewed as the official git way, but it doesn't
>> have to
>> >> > be.
>> >> > > For git-flow workflows (which we use in slider) master/ is for
>> >> releases,
>> >> > > develop/ for dev.
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>> >> > >
>> >> > > > Couple of things:
>> >> > > >
>> >> > > > 1. Since no one expressed any reservations against doing this on
>> >> Sunday
>> >> > > or
>> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> >> that
>> >> > > > serves us better in the long run.
>> >> > > >
>> >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> fix
>> >> > them
>> >> > > as
>> >> > > > soon as we can. I understand Giri maintains those builds, do we
>> have
>> >> > > anyone
>> >> > > > else who has access in case Giri is not reachable? Giri - please
>> >> shout
>> >> > > out
>> >> > > > if you can help us with this either on Sunday or Monday.
>> >> > > >
>> >> > > > Thanks
>> >> > > > Karthik
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> >> kasha@cloudera.com>
>> >> > > > wrote:
>> >> > > >
>> >> > > > > Also, does anyone know what we use for integration between JIRA
>> >> and
>> >> > > svn?
>> >> > > > I
>> >> > > > > am assuming svn2jira.
>> >> > > > >
>> >> > > > >
>> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> >> > kasha@cloudera.com>
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > >> Hi folks,
>> >> > > > >>
>> >> > > > >> For the SCM migration, feel free to follow
>> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> >> > > > >>
>> >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> >> the
>> >> > > > >> subversion repository would be read-only. If this is a major
>> >> issue
>> >> > for
>> >> > > > you,
>> >> > > > >> please shout out.
>> >> > > > >>
>> >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> >> if
>> >> > we
>> >> > > > are
>> >> > > > >> open to renaming "trunk" to "master" to better conform to git
>> >> > lingo. I
>> >> > > > am
>> >> > > > >> tempted to say yes, but wanted to check.
>> >> > > > >>
>> >> > > > >> Would greatly appreciate any help with checking the git repo
>> has
>> >> > > > >> everything.
>> >> > > > >>
>> >> > > > >> Thanks
>> >> > > > >> Karthik
>> >> > > > >>
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > CONFIDENTIALITY NOTICE
>> >> > > NOTICE: This message is intended for the use of the individual or
>> >> entity
>> >> > to
>> >> > > which it is addressed and may contain information that is
>> >> confidential,
>> >> > > privileged and exempt from disclosure under applicable law. If the
>> >> reader
>> >> > > of this message is not the intended recipient, you are hereby
>> notified
>> >> > that
>> >> > > any printing, copying, dissemination, distribution, disclosure or
>> >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> >> > > received this communication in error, please contact the sender
>> >> > immediately
>> >> > > and delete it from your system. Thank You.
>> >> > >
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Zhijie Shen
>> >> Hortonworks Inc.
>> >> http://hortonworks.com/
>> >>
>> >> --
>> >> CONFIDENTIALITY NOTICE
>> >> NOTICE: This message is intended for the use of the individual or
>> entity
>> >> to
>> >> which it is addressed and may contain information that is confidential,
>> >> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >> of this message is not the intended recipient, you are hereby notified
>> >> that
>> >> any printing, copying, dissemination, distribution, disclosure or
>> >> forwarding of this communication is strictly prohibited. If you have
>> >> received this communication in error, please contact the sender
>> >> immediately
>> >> and delete it from your system. Thank You.
>> >>
>> >
>> >
>>
>
>
>
> --
> http://hortonworks.com/download/
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
:) I missed that voting thread. Thanks Karthik!

Arpit Agarwal also told me offline that commit process has been updated -
https://wiki.apache.org/hadoop/HowToCommit and git setup also has also been
documented - https://www.apache.org/dev/git.html. Thanks Arpit!



On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Last I heard, the import is still going on and appears closer to getting
>> done. Thanks for your patience with the migration.
>>
>> I ll update you as and when there is something. Eventually, the git repo
>> should be at the location in the wiki.
>>
>>
>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for bringing these points up, Zhijie.
>> >
>> > By the way, a revised How-to-commit wiki is at:
>> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
>> > make changes and improve it.
>> >
>> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
>> > wrote:
>> >
>> >> Do we have any convention about "user.name" and "user.email"? For
>> >> example,
>> >> we'd like to use @apache.org for the email.
>> >>
>> >
>> > May be, we can ask people to use project-specific configs here and use
>> > their real name and @apache.org address.
>> >
>> > Is there any downside to letting people use their global values for
>> these
>> > configs?
>> >
>> >
>> >
>> >>
>> >> Moreover, do we want to use "--author="Author Name <email@address.com
>> >"
>> >> when committing on behalf of a particular contributor?
>> >>
>> >
>> > Fetching the email-address is complicated here. Should we use the
>> > contributor's email from JIRA? What if that is not their @apache
>> address?
>> >
>> >
>> >>
>> >>
>> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> >> wrote:
>> >>
>> >> > Thanks for your input, Steve. Sorry for sending the email out that
>> >> late, I
>> >> > sent it as soon as I could.
>> >> >
>> >> >
>> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> stevel@hortonworks.com
>> >> >
>> >> > wrote:
>> >> >
>> >> > > just caught up with this after some offlininess...15:48 PST is too
>> >> late
>> >> > for
>> >> > > me.
>> >> > >
>> >> > > I'd be -1 to a change to "master" because of that risk that it does
>> >> break
>> >> > > existing code -especially people that have trunk off the git
>> mirrors
>> >> and
>> >> > > automated builds/merges to go with it.
>> >> > >
>> >> >
>> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> >> > against it being trunk.
>> >> >
>> >> >
>> >> > >
>> >> > > "master" may be viewed as the official git way, but it doesn't
>> have to
>> >> > be.
>> >> > > For git-flow workflows (which we use in slider) master/ is for
>> >> releases,
>> >> > > develop/ for dev.
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>> >> > >
>> >> > > > Couple of things:
>> >> > > >
>> >> > > > 1. Since no one expressed any reservations against doing this on
>> >> Sunday
>> >> > > or
>> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> >> that
>> >> > > > serves us better in the long run.
>> >> > > >
>> >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> fix
>> >> > them
>> >> > > as
>> >> > > > soon as we can. I understand Giri maintains those builds, do we
>> have
>> >> > > anyone
>> >> > > > else who has access in case Giri is not reachable? Giri - please
>> >> shout
>> >> > > out
>> >> > > > if you can help us with this either on Sunday or Monday.
>> >> > > >
>> >> > > > Thanks
>> >> > > > Karthik
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> >> kasha@cloudera.com>
>> >> > > > wrote:
>> >> > > >
>> >> > > > > Also, does anyone know what we use for integration between JIRA
>> >> and
>> >> > > svn?
>> >> > > > I
>> >> > > > > am assuming svn2jira.
>> >> > > > >
>> >> > > > >
>> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> >> > kasha@cloudera.com>
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > >> Hi folks,
>> >> > > > >>
>> >> > > > >> For the SCM migration, feel free to follow
>> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> >> > > > >>
>> >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> >> the
>> >> > > > >> subversion repository would be read-only. If this is a major
>> >> issue
>> >> > for
>> >> > > > you,
>> >> > > > >> please shout out.
>> >> > > > >>
>> >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> >> if
>> >> > we
>> >> > > > are
>> >> > > > >> open to renaming "trunk" to "master" to better conform to git
>> >> > lingo. I
>> >> > > > am
>> >> > > > >> tempted to say yes, but wanted to check.
>> >> > > > >>
>> >> > > > >> Would greatly appreciate any help with checking the git repo
>> has
>> >> > > > >> everything.
>> >> > > > >>
>> >> > > > >> Thanks
>> >> > > > >> Karthik
>> >> > > > >>
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > CONFIDENTIALITY NOTICE
>> >> > > NOTICE: This message is intended for the use of the individual or
>> >> entity
>> >> > to
>> >> > > which it is addressed and may contain information that is
>> >> confidential,
>> >> > > privileged and exempt from disclosure under applicable law. If the
>> >> reader
>> >> > > of this message is not the intended recipient, you are hereby
>> notified
>> >> > that
>> >> > > any printing, copying, dissemination, distribution, disclosure or
>> >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> >> > > received this communication in error, please contact the sender
>> >> > immediately
>> >> > > and delete it from your system. Thank You.
>> >> > >
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Zhijie Shen
>> >> Hortonworks Inc.
>> >> http://hortonworks.com/
>> >>
>> >> --
>> >> CONFIDENTIALITY NOTICE
>> >> NOTICE: This message is intended for the use of the individual or
>> entity
>> >> to
>> >> which it is addressed and may contain information that is confidential,
>> >> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >> of this message is not the intended recipient, you are hereby notified
>> >> that
>> >> any printing, copying, dissemination, distribution, disclosure or
>> >> forwarding of this communication is strictly prohibited. If you have
>> >> received this communication in error, please contact the sender
>> >> immediately
>> >> and delete it from your system. Thank You.
>> >>
>> >
>> >
>>
>
>
>
> --
> http://hortonworks.com/download/
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
:) I missed that voting thread. Thanks Karthik!

Arpit Agarwal also told me offline that commit process has been updated -
https://wiki.apache.org/hadoop/HowToCommit and git setup also has also been
documented - https://www.apache.org/dev/git.html. Thanks Arpit!



On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Last I heard, the import is still going on and appears closer to getting
>> done. Thanks for your patience with the migration.
>>
>> I ll update you as and when there is something. Eventually, the git repo
>> should be at the location in the wiki.
>>
>>
>> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for bringing these points up, Zhijie.
>> >
>> > By the way, a revised How-to-commit wiki is at:
>> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
>> > make changes and improve it.
>> >
>> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
>> > wrote:
>> >
>> >> Do we have any convention about "user.name" and "user.email"? For
>> >> example,
>> >> we'd like to use @apache.org for the email.
>> >>
>> >
>> > May be, we can ask people to use project-specific configs here and use
>> > their real name and @apache.org address.
>> >
>> > Is there any downside to letting people use their global values for
>> these
>> > configs?
>> >
>> >
>> >
>> >>
>> >> Moreover, do we want to use "--author="Author Name <email@address.com
>> >"
>> >> when committing on behalf of a particular contributor?
>> >>
>> >
>> > Fetching the email-address is complicated here. Should we use the
>> > contributor's email from JIRA? What if that is not their @apache
>> address?
>> >
>> >
>> >>
>> >>
>> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> >> wrote:
>> >>
>> >> > Thanks for your input, Steve. Sorry for sending the email out that
>> >> late, I
>> >> > sent it as soon as I could.
>> >> >
>> >> >
>> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
>> stevel@hortonworks.com
>> >> >
>> >> > wrote:
>> >> >
>> >> > > just caught up with this after some offlininess...15:48 PST is too
>> >> late
>> >> > for
>> >> > > me.
>> >> > >
>> >> > > I'd be -1 to a change to "master" because of that risk that it does
>> >> break
>> >> > > existing code -especially people that have trunk off the git
>> mirrors
>> >> and
>> >> > > automated builds/merges to go with it.
>> >> > >
>> >> >
>> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> >> > against it being trunk.
>> >> >
>> >> >
>> >> > >
>> >> > > "master" may be viewed as the official git way, but it doesn't
>> have to
>> >> > be.
>> >> > > For git-flow workflows (which we use in slider) master/ is for
>> >> releases,
>> >> > > develop/ for dev.
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>> >> > >
>> >> > > > Couple of things:
>> >> > > >
>> >> > > > 1. Since no one expressed any reservations against doing this on
>> >> Sunday
>> >> > > or
>> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> >> that
>> >> > > > serves us better in the long run.
>> >> > > >
>> >> > > > 2. Arpit brought up the precommit builds - we should definitely
>> fix
>> >> > them
>> >> > > as
>> >> > > > soon as we can. I understand Giri maintains those builds, do we
>> have
>> >> > > anyone
>> >> > > > else who has access in case Giri is not reachable? Giri - please
>> >> shout
>> >> > > out
>> >> > > > if you can help us with this either on Sunday or Monday.
>> >> > > >
>> >> > > > Thanks
>> >> > > > Karthik
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> >> kasha@cloudera.com>
>> >> > > > wrote:
>> >> > > >
>> >> > > > > Also, does anyone know what we use for integration between JIRA
>> >> and
>> >> > > svn?
>> >> > > > I
>> >> > > > > am assuming svn2jira.
>> >> > > > >
>> >> > > > >
>> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> >> > kasha@cloudera.com>
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > >> Hi folks,
>> >> > > > >>
>> >> > > > >> For the SCM migration, feel free to follow
>> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> >> > > > >>
>> >> > > > >> Most of this is planned to be handled this Sunday. As a
>> result,
>> >> the
>> >> > > > >> subversion repository would be read-only. If this is a major
>> >> issue
>> >> > for
>> >> > > > you,
>> >> > > > >> please shout out.
>> >> > > > >>
>> >> > > > >> Daniel Gruno, the one helping us with the migration, was
>> asking
>> >> if
>> >> > we
>> >> > > > are
>> >> > > > >> open to renaming "trunk" to "master" to better conform to git
>> >> > lingo. I
>> >> > > > am
>> >> > > > >> tempted to say yes, but wanted to check.
>> >> > > > >>
>> >> > > > >> Would greatly appreciate any help with checking the git repo
>> has
>> >> > > > >> everything.
>> >> > > > >>
>> >> > > > >> Thanks
>> >> > > > >> Karthik
>> >> > > > >>
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > CONFIDENTIALITY NOTICE
>> >> > > NOTICE: This message is intended for the use of the individual or
>> >> entity
>> >> > to
>> >> > > which it is addressed and may contain information that is
>> >> confidential,
>> >> > > privileged and exempt from disclosure under applicable law. If the
>> >> reader
>> >> > > of this message is not the intended recipient, you are hereby
>> notified
>> >> > that
>> >> > > any printing, copying, dissemination, distribution, disclosure or
>> >> > > forwarding of this communication is strictly prohibited. If you
>> have
>> >> > > received this communication in error, please contact the sender
>> >> > immediately
>> >> > > and delete it from your system. Thank You.
>> >> > >
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Zhijie Shen
>> >> Hortonworks Inc.
>> >> http://hortonworks.com/
>> >>
>> >> --
>> >> CONFIDENTIALITY NOTICE
>> >> NOTICE: This message is intended for the use of the individual or
>> entity
>> >> to
>> >> which it is addressed and may contain information that is confidential,
>> >> privileged and exempt from disclosure under applicable law. If the
>> reader
>> >> of this message is not the intended recipient, you are hereby notified
>> >> that
>> >> any printing, copying, dissemination, distribution, disclosure or
>> >> forwarding of this communication is strictly prohibited. If you have
>> >> received this communication in error, please contact the sender
>> >> immediately
>> >> and delete it from your system. Thank You.
>> >>
>> >
>> >
>>
>
>
>
> --
> http://hortonworks.com/download/
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Hi Suresh

There was one vote thread on whether to migrate to git, and the
implications to the commit process for individual patches and feature
branches -
https://www.mail-archive.com/common-dev@hadoop.apache.org/msg13447.html .
Prior to that, there was a discuss thread on the same topic.

As INFRA handles the actual migration from subversion to git, the vote
didn't include those specifics. The migration is going on as we speak (See
INFRA-8195). The initial expectation was that the migration would be done
in a few hours, but it has been several hours and the last I heard the
import was still running.

I have elaborated on the points in the vote thread and drafted up a wiki
page on how-to-commit - https://wiki.apache.org/hadoop/HowToCommitWithGit .
We can work on improving this further and call a vote thread on those items
if need be.

Thanks
Karthik


On Tue, Aug 26, 2014 at 11:41 AM, Suresh Srinivas <su...@hortonworks.com>
wrote:

> Karthik,
>
> I would like to see detailed information on how this migration will be
> done, how it will affect the existing project and commit process. This
> should be done in a document that can be reviewed instead of in an email
> thread on an ad-hoc basis. Was there any voting on this in PMC and should
> we have a vote to ensure everyone is one the same page on doing this and
> how to go about it?
>
> Regards,
> Suresh
>
>
> On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Last I heard, the import is still going on and appears closer to getting
> > done. Thanks for your patience with the migration.
> >
> > I ll update you as and when there is something. Eventually, the git repo
> > should be at the location in the wiki.
> >
> >
> > On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for bringing these points up, Zhijie.
> > >
> > > By the way, a revised How-to-commit wiki is at:
> > > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free
> to
> > > make changes and improve it.
> > >
> > > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > > wrote:
> > >
> > >> Do we have any convention about "user.name" and "user.email"? For
> > >> example,
> > >> we'd like to use @apache.org for the email.
> > >>
> > >
> > > May be, we can ask people to use project-specific configs here and use
> > > their real name and @apache.org address.
> > >
> > > Is there any downside to letting people use their global values for
> these
> > > configs?
> > >
> > >
> > >
> > >>
> > >> Moreover, do we want to use "--author="Author Name <email@address.com
> >"
> > >> when committing on behalf of a particular contributor?
> > >>
> > >
> > > Fetching the email-address is complicated here. Should we use the
> > > contributor's email from JIRA? What if that is not their @apache
> address?
> > >
> > >
> > >>
> > >>
> > >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <kasha@cloudera.com
> >
> > >> wrote:
> > >>
> > >> > Thanks for your input, Steve. Sorry for sending the email out that
> > >> late, I
> > >> > sent it as soon as I could.
> > >> >
> > >> >
> > >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> > stevel@hortonworks.com
> > >> >
> > >> > wrote:
> > >> >
> > >> > > just caught up with this after some offlininess...15:48 PST is too
> > >> late
> > >> > for
> > >> > > me.
> > >> > >
> > >> > > I'd be -1 to a change to "master" because of that risk that it
> does
> > >> break
> > >> > > existing code -especially people that have trunk off the git
> mirrors
> > >> and
> > >> > > automated builds/merges to go with it.
> > >> > >
> > >> >
> > >> > Fair enough. It makes sense to leave it as "trunk", unless someone
> is
> > >> > against it being trunk.
> > >> >
> > >> >
> > >> > >
> > >> > > "master" may be viewed as the official git way, but it doesn't
> have
> > to
> > >> > be.
> > >> > > For git-flow workflows (which we use in slider) master/ is for
> > >> releases,
> > >> > > develop/ for dev.
> > >> > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> > >> > >
> > >> > > > Couple of things:
> > >> > > >
> > >> > > > 1. Since no one expressed any reservations against doing this on
> > >> Sunday
> > >> > > or
> > >> > > > renaming trunk to master, I ll go ahead and confirm that. I
> think
> > >> that
> > >> > > > serves us better in the long run.
> > >> > > >
> > >> > > > 2. Arpit brought up the precommit builds - we should definitely
> > fix
> > >> > them
> > >> > > as
> > >> > > > soon as we can. I understand Giri maintains those builds, do we
> > have
> > >> > > anyone
> > >> > > > else who has access in case Giri is not reachable? Giri - please
> > >> shout
> > >> > > out
> > >> > > > if you can help us with this either on Sunday or Monday.
> > >> > > >
> > >> > > > Thanks
> > >> > > > Karthik
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > >> kasha@cloudera.com>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Also, does anyone know what we use for integration between
> JIRA
> > >> and
> > >> > > svn?
> > >> > > > I
> > >> > > > > am assuming svn2jira.
> > >> > > > >
> > >> > > > >
> > >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > >> > kasha@cloudera.com>
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > >> Hi folks,
> > >> > > > >>
> > >> > > > >> For the SCM migration, feel free to follow
> > >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >> > > > >>
> > >> > > > >> Most of this is planned to be handled this Sunday. As a
> result,
> > >> the
> > >> > > > >> subversion repository would be read-only. If this is a major
> > >> issue
> > >> > for
> > >> > > > you,
> > >> > > > >> please shout out.
> > >> > > > >>
> > >> > > > >> Daniel Gruno, the one helping us with the migration, was
> asking
> > >> if
> > >> > we
> > >> > > > are
> > >> > > > >> open to renaming "trunk" to "master" to better conform to git
> > >> > lingo. I
> > >> > > > am
> > >> > > > >> tempted to say yes, but wanted to check.
> > >> > > > >>
> > >> > > > >> Would greatly appreciate any help with checking the git repo
> > has
> > >> > > > >> everything.
> > >> > > > >>
> > >> > > > >> Thanks
> > >> > > > >> Karthik
> > >> > > > >>
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > CONFIDENTIALITY NOTICE
> > >> > > NOTICE: This message is intended for the use of the individual or
> > >> entity
> > >> > to
> > >> > > which it is addressed and may contain information that is
> > >> confidential,
> > >> > > privileged and exempt from disclosure under applicable law. If the
> > >> reader
> > >> > > of this message is not the intended recipient, you are hereby
> > notified
> > >> > that
> > >> > > any printing, copying, dissemination, distribution, disclosure or
> > >> > > forwarding of this communication is strictly prohibited. If you
> have
> > >> > > received this communication in error, please contact the sender
> > >> > immediately
> > >> > > and delete it from your system. Thank You.
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Zhijie Shen
> > >> Hortonworks Inc.
> > >> http://hortonworks.com/
> > >>
> > >> --
> > >> CONFIDENTIALITY NOTICE
> > >> NOTICE: This message is intended for the use of the individual or
> entity
> > >> to
> > >> which it is addressed and may contain information that is
> confidential,
> > >> privileged and exempt from disclosure under applicable law. If the
> > reader
> > >> of this message is not the intended recipient, you are hereby notified
> > >> that
> > >> any printing, copying, dissemination, distribution, disclosure or
> > >> forwarding of this communication is strictly prohibited. If you have
> > >> received this communication in error, please contact the sender
> > >> immediately
> > >> and delete it from your system. Thank You.
> > >>
> > >
> > >
> >
>
>
>
> --
> http://hortonworks.com/download/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
Karthik,

I would like to see detailed information on how this migration will be
done, how it will affect the existing project and commit process. This
should be done in a document that can be reviewed instead of in an email
thread on an ad-hoc basis. Was there any voting on this in PMC and should
we have a vote to ensure everyone is one the same page on doing this and
how to go about it?

Regards,
Suresh


On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Last I heard, the import is still going on and appears closer to getting
> done. Thanks for your patience with the migration.
>
> I ll update you as and when there is something. Eventually, the git repo
> should be at the location in the wiki.
>
>
> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for bringing these points up, Zhijie.
> >
> > By the way, a revised How-to-commit wiki is at:
> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> > make changes and improve it.
> >
> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> >> Do we have any convention about "user.name" and "user.email"? For
> >> example,
> >> we'd like to use @apache.org for the email.
> >>
> >
> > May be, we can ask people to use project-specific configs here and use
> > their real name and @apache.org address.
> >
> > Is there any downside to letting people use their global values for these
> > configs?
> >
> >
> >
> >>
> >> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> >> when committing on behalf of a particular contributor?
> >>
> >
> > Fetching the email-address is complicated here. Should we use the
> > contributor's email from JIRA? What if that is not their @apache address?
> >
> >
> >>
> >>
> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >> > Thanks for your input, Steve. Sorry for sending the email out that
> >> late, I
> >> > sent it as soon as I could.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com
> >> >
> >> > wrote:
> >> >
> >> > > just caught up with this after some offlininess...15:48 PST is too
> >> late
> >> > for
> >> > > me.
> >> > >
> >> > > I'd be -1 to a change to "master" because of that risk that it does
> >> break
> >> > > existing code -especially people that have trunk off the git mirrors
> >> and
> >> > > automated builds/merges to go with it.
> >> > >
> >> >
> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> >> > against it being trunk.
> >> >
> >> >
> >> > >
> >> > > "master" may be viewed as the official git way, but it doesn't have
> to
> >> > be.
> >> > > For git-flow workflows (which we use in slider) master/ is for
> >> releases,
> >> > > develop/ for dev.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >> > >
> >> > > > Couple of things:
> >> > > >
> >> > > > 1. Since no one expressed any reservations against doing this on
> >> Sunday
> >> > > or
> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> >> that
> >> > > > serves us better in the long run.
> >> > > >
> >> > > > 2. Arpit brought up the precommit builds - we should definitely
> fix
> >> > them
> >> > > as
> >> > > > soon as we can. I understand Giri maintains those builds, do we
> have
> >> > > anyone
> >> > > > else who has access in case Giri is not reachable? Giri - please
> >> shout
> >> > > out
> >> > > > if you can help us with this either on Sunday or Monday.
> >> > > >
> >> > > > Thanks
> >> > > > Karthik
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> kasha@cloudera.com>
> >> > > > wrote:
> >> > > >
> >> > > > > Also, does anyone know what we use for integration between JIRA
> >> and
> >> > > svn?
> >> > > > I
> >> > > > > am assuming svn2jira.
> >> > > > >
> >> > > > >
> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > kasha@cloudera.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > >> Hi folks,
> >> > > > >>
> >> > > > >> For the SCM migration, feel free to follow
> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > > > >>
> >> > > > >> Most of this is planned to be handled this Sunday. As a result,
> >> the
> >> > > > >> subversion repository would be read-only. If this is a major
> >> issue
> >> > for
> >> > > > you,
> >> > > > >> please shout out.
> >> > > > >>
> >> > > > >> Daniel Gruno, the one helping us with the migration, was asking
> >> if
> >> > we
> >> > > > are
> >> > > > >> open to renaming "trunk" to "master" to better conform to git
> >> > lingo. I
> >> > > > am
> >> > > > >> tempted to say yes, but wanted to check.
> >> > > > >>
> >> > > > >> Would greatly appreciate any help with checking the git repo
> has
> >> > > > >> everything.
> >> > > > >>
> >> > > > >> Thanks
> >> > > > >> Karthik
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > > --
> >> > > CONFIDENTIALITY NOTICE
> >> > > NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > to
> >> > > which it is addressed and may contain information that is
> >> confidential,
> >> > > privileged and exempt from disclosure under applicable law. If the
> >> reader
> >> > > of this message is not the intended recipient, you are hereby
> notified
> >> > that
> >> > > any printing, copying, dissemination, distribution, disclosure or
> >> > > forwarding of this communication is strictly prohibited. If you have
> >> > > received this communication in error, please contact the sender
> >> > immediately
> >> > > and delete it from your system. Thank You.
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
Karthik,

I would like to see detailed information on how this migration will be
done, how it will affect the existing project and commit process. This
should be done in a document that can be reviewed instead of in an email
thread on an ad-hoc basis. Was there any voting on this in PMC and should
we have a vote to ensure everyone is one the same page on doing this and
how to go about it?

Regards,
Suresh


On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Last I heard, the import is still going on and appears closer to getting
> done. Thanks for your patience with the migration.
>
> I ll update you as and when there is something. Eventually, the git repo
> should be at the location in the wiki.
>
>
> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for bringing these points up, Zhijie.
> >
> > By the way, a revised How-to-commit wiki is at:
> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> > make changes and improve it.
> >
> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> >> Do we have any convention about "user.name" and "user.email"? For
> >> example,
> >> we'd like to use @apache.org for the email.
> >>
> >
> > May be, we can ask people to use project-specific configs here and use
> > their real name and @apache.org address.
> >
> > Is there any downside to letting people use their global values for these
> > configs?
> >
> >
> >
> >>
> >> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> >> when committing on behalf of a particular contributor?
> >>
> >
> > Fetching the email-address is complicated here. Should we use the
> > contributor's email from JIRA? What if that is not their @apache address?
> >
> >
> >>
> >>
> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >> > Thanks for your input, Steve. Sorry for sending the email out that
> >> late, I
> >> > sent it as soon as I could.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com
> >> >
> >> > wrote:
> >> >
> >> > > just caught up with this after some offlininess...15:48 PST is too
> >> late
> >> > for
> >> > > me.
> >> > >
> >> > > I'd be -1 to a change to "master" because of that risk that it does
> >> break
> >> > > existing code -especially people that have trunk off the git mirrors
> >> and
> >> > > automated builds/merges to go with it.
> >> > >
> >> >
> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> >> > against it being trunk.
> >> >
> >> >
> >> > >
> >> > > "master" may be viewed as the official git way, but it doesn't have
> to
> >> > be.
> >> > > For git-flow workflows (which we use in slider) master/ is for
> >> releases,
> >> > > develop/ for dev.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >> > >
> >> > > > Couple of things:
> >> > > >
> >> > > > 1. Since no one expressed any reservations against doing this on
> >> Sunday
> >> > > or
> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> >> that
> >> > > > serves us better in the long run.
> >> > > >
> >> > > > 2. Arpit brought up the precommit builds - we should definitely
> fix
> >> > them
> >> > > as
> >> > > > soon as we can. I understand Giri maintains those builds, do we
> have
> >> > > anyone
> >> > > > else who has access in case Giri is not reachable? Giri - please
> >> shout
> >> > > out
> >> > > > if you can help us with this either on Sunday or Monday.
> >> > > >
> >> > > > Thanks
> >> > > > Karthik
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> kasha@cloudera.com>
> >> > > > wrote:
> >> > > >
> >> > > > > Also, does anyone know what we use for integration between JIRA
> >> and
> >> > > svn?
> >> > > > I
> >> > > > > am assuming svn2jira.
> >> > > > >
> >> > > > >
> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > kasha@cloudera.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > >> Hi folks,
> >> > > > >>
> >> > > > >> For the SCM migration, feel free to follow
> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > > > >>
> >> > > > >> Most of this is planned to be handled this Sunday. As a result,
> >> the
> >> > > > >> subversion repository would be read-only. If this is a major
> >> issue
> >> > for
> >> > > > you,
> >> > > > >> please shout out.
> >> > > > >>
> >> > > > >> Daniel Gruno, the one helping us with the migration, was asking
> >> if
> >> > we
> >> > > > are
> >> > > > >> open to renaming "trunk" to "master" to better conform to git
> >> > lingo. I
> >> > > > am
> >> > > > >> tempted to say yes, but wanted to check.
> >> > > > >>
> >> > > > >> Would greatly appreciate any help with checking the git repo
> has
> >> > > > >> everything.
> >> > > > >>
> >> > > > >> Thanks
> >> > > > >> Karthik
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > > --
> >> > > CONFIDENTIALITY NOTICE
> >> > > NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > to
> >> > > which it is addressed and may contain information that is
> >> confidential,
> >> > > privileged and exempt from disclosure under applicable law. If the
> >> reader
> >> > > of this message is not the intended recipient, you are hereby
> notified
> >> > that
> >> > > any printing, copying, dissemination, distribution, disclosure or
> >> > > forwarding of this communication is strictly prohibited. If you have
> >> > > received this communication in error, please contact the sender
> >> > immediately
> >> > > and delete it from your system. Thank You.
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
Karthik,

I would like to see detailed information on how this migration will be
done, how it will affect the existing project and commit process. This
should be done in a document that can be reviewed instead of in an email
thread on an ad-hoc basis. Was there any voting on this in PMC and should
we have a vote to ensure everyone is one the same page on doing this and
how to go about it?

Regards,
Suresh


On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Last I heard, the import is still going on and appears closer to getting
> done. Thanks for your patience with the migration.
>
> I ll update you as and when there is something. Eventually, the git repo
> should be at the location in the wiki.
>
>
> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for bringing these points up, Zhijie.
> >
> > By the way, a revised How-to-commit wiki is at:
> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> > make changes and improve it.
> >
> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> >> Do we have any convention about "user.name" and "user.email"? For
> >> example,
> >> we'd like to use @apache.org for the email.
> >>
> >
> > May be, we can ask people to use project-specific configs here and use
> > their real name and @apache.org address.
> >
> > Is there any downside to letting people use their global values for these
> > configs?
> >
> >
> >
> >>
> >> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> >> when committing on behalf of a particular contributor?
> >>
> >
> > Fetching the email-address is complicated here. Should we use the
> > contributor's email from JIRA? What if that is not their @apache address?
> >
> >
> >>
> >>
> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >> > Thanks for your input, Steve. Sorry for sending the email out that
> >> late, I
> >> > sent it as soon as I could.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com
> >> >
> >> > wrote:
> >> >
> >> > > just caught up with this after some offlininess...15:48 PST is too
> >> late
> >> > for
> >> > > me.
> >> > >
> >> > > I'd be -1 to a change to "master" because of that risk that it does
> >> break
> >> > > existing code -especially people that have trunk off the git mirrors
> >> and
> >> > > automated builds/merges to go with it.
> >> > >
> >> >
> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> >> > against it being trunk.
> >> >
> >> >
> >> > >
> >> > > "master" may be viewed as the official git way, but it doesn't have
> to
> >> > be.
> >> > > For git-flow workflows (which we use in slider) master/ is for
> >> releases,
> >> > > develop/ for dev.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >> > >
> >> > > > Couple of things:
> >> > > >
> >> > > > 1. Since no one expressed any reservations against doing this on
> >> Sunday
> >> > > or
> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> >> that
> >> > > > serves us better in the long run.
> >> > > >
> >> > > > 2. Arpit brought up the precommit builds - we should definitely
> fix
> >> > them
> >> > > as
> >> > > > soon as we can. I understand Giri maintains those builds, do we
> have
> >> > > anyone
> >> > > > else who has access in case Giri is not reachable? Giri - please
> >> shout
> >> > > out
> >> > > > if you can help us with this either on Sunday or Monday.
> >> > > >
> >> > > > Thanks
> >> > > > Karthik
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> kasha@cloudera.com>
> >> > > > wrote:
> >> > > >
> >> > > > > Also, does anyone know what we use for integration between JIRA
> >> and
> >> > > svn?
> >> > > > I
> >> > > > > am assuming svn2jira.
> >> > > > >
> >> > > > >
> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > kasha@cloudera.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > >> Hi folks,
> >> > > > >>
> >> > > > >> For the SCM migration, feel free to follow
> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > > > >>
> >> > > > >> Most of this is planned to be handled this Sunday. As a result,
> >> the
> >> > > > >> subversion repository would be read-only. If this is a major
> >> issue
> >> > for
> >> > > > you,
> >> > > > >> please shout out.
> >> > > > >>
> >> > > > >> Daniel Gruno, the one helping us with the migration, was asking
> >> if
> >> > we
> >> > > > are
> >> > > > >> open to renaming "trunk" to "master" to better conform to git
> >> > lingo. I
> >> > > > am
> >> > > > >> tempted to say yes, but wanted to check.
> >> > > > >>
> >> > > > >> Would greatly appreciate any help with checking the git repo
> has
> >> > > > >> everything.
> >> > > > >>
> >> > > > >> Thanks
> >> > > > >> Karthik
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > > --
> >> > > CONFIDENTIALITY NOTICE
> >> > > NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > to
> >> > > which it is addressed and may contain information that is
> >> confidential,
> >> > > privileged and exempt from disclosure under applicable law. If the
> >> reader
> >> > > of this message is not the intended recipient, you are hereby
> notified
> >> > that
> >> > > any printing, copying, dissemination, distribution, disclosure or
> >> > > forwarding of this communication is strictly prohibited. If you have
> >> > > received this communication in error, please contact the sender
> >> > immediately
> >> > > and delete it from your system. Thank You.
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Suresh Srinivas <su...@hortonworks.com>.
Karthik,

I would like to see detailed information on how this migration will be
done, how it will affect the existing project and commit process. This
should be done in a document that can be reviewed instead of in an email
thread on an ad-hoc basis. Was there any voting on this in PMC and should
we have a vote to ensure everyone is one the same page on doing this and
how to go about it?

Regards,
Suresh


On Tue, Aug 26, 2014 at 9:17 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Last I heard, the import is still going on and appears closer to getting
> done. Thanks for your patience with the migration.
>
> I ll update you as and when there is something. Eventually, the git repo
> should be at the location in the wiki.
>
>
> On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for bringing these points up, Zhijie.
> >
> > By the way, a revised How-to-commit wiki is at:
> > https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> > make changes and improve it.
> >
> > On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> > wrote:
> >
> >> Do we have any convention about "user.name" and "user.email"? For
> >> example,
> >> we'd like to use @apache.org for the email.
> >>
> >
> > May be, we can ask people to use project-specific configs here and use
> > their real name and @apache.org address.
> >
> > Is there any downside to letting people use their global values for these
> > configs?
> >
> >
> >
> >>
> >> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> >> when committing on behalf of a particular contributor?
> >>
> >
> > Fetching the email-address is complicated here. Should we use the
> > contributor's email from JIRA? What if that is not their @apache address?
> >
> >
> >>
> >>
> >> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> >> wrote:
> >>
> >> > Thanks for your input, Steve. Sorry for sending the email out that
> >> late, I
> >> > sent it as soon as I could.
> >> >
> >> >
> >> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com
> >> >
> >> > wrote:
> >> >
> >> > > just caught up with this after some offlininess...15:48 PST is too
> >> late
> >> > for
> >> > > me.
> >> > >
> >> > > I'd be -1 to a change to "master" because of that risk that it does
> >> break
> >> > > existing code -especially people that have trunk off the git mirrors
> >> and
> >> > > automated builds/merges to go with it.
> >> > >
> >> >
> >> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> >> > against it being trunk.
> >> >
> >> >
> >> > >
> >> > > "master" may be viewed as the official git way, but it doesn't have
> to
> >> > be.
> >> > > For git-flow workflows (which we use in slider) master/ is for
> >> releases,
> >> > > develop/ for dev.
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> >> > >
> >> > > > Couple of things:
> >> > > >
> >> > > > 1. Since no one expressed any reservations against doing this on
> >> Sunday
> >> > > or
> >> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> >> that
> >> > > > serves us better in the long run.
> >> > > >
> >> > > > 2. Arpit brought up the precommit builds - we should definitely
> fix
> >> > them
> >> > > as
> >> > > > soon as we can. I understand Giri maintains those builds, do we
> have
> >> > > anyone
> >> > > > else who has access in case Giri is not reachable? Giri - please
> >> shout
> >> > > out
> >> > > > if you can help us with this either on Sunday or Monday.
> >> > > >
> >> > > > Thanks
> >> > > > Karthik
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> >> kasha@cloudera.com>
> >> > > > wrote:
> >> > > >
> >> > > > > Also, does anyone know what we use for integration between JIRA
> >> and
> >> > > svn?
> >> > > > I
> >> > > > > am assuming svn2jira.
> >> > > > >
> >> > > > >
> >> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> >> > kasha@cloudera.com>
> >> > > > > wrote:
> >> > > > >
> >> > > > >> Hi folks,
> >> > > > >>
> >> > > > >> For the SCM migration, feel free to follow
> >> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> >> > > > >>
> >> > > > >> Most of this is planned to be handled this Sunday. As a result,
> >> the
> >> > > > >> subversion repository would be read-only. If this is a major
> >> issue
> >> > for
> >> > > > you,
> >> > > > >> please shout out.
> >> > > > >>
> >> > > > >> Daniel Gruno, the one helping us with the migration, was asking
> >> if
> >> > we
> >> > > > are
> >> > > > >> open to renaming "trunk" to "master" to better conform to git
> >> > lingo. I
> >> > > > am
> >> > > > >> tempted to say yes, but wanted to check.
> >> > > > >>
> >> > > > >> Would greatly appreciate any help with checking the git repo
> has
> >> > > > >> everything.
> >> > > > >>
> >> > > > >> Thanks
> >> > > > >> Karthik
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > >
> >> > >
> >> > > --
> >> > > CONFIDENTIALITY NOTICE
> >> > > NOTICE: This message is intended for the use of the individual or
> >> entity
> >> > to
> >> > > which it is addressed and may contain information that is
> >> confidential,
> >> > > privileged and exempt from disclosure under applicable law. If the
> >> reader
> >> > > of this message is not the intended recipient, you are hereby
> notified
> >> > that
> >> > > any printing, copying, dissemination, distribution, disclosure or
> >> > > forwarding of this communication is strictly prohibited. If you have
> >> > > received this communication in error, please contact the sender
> >> > immediately
> >> > > and delete it from your system. Thank You.
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Zhijie Shen
> >> Hortonworks Inc.
> >> http://hortonworks.com/
> >>
> >> --
> >> CONFIDENTIALITY NOTICE
> >> NOTICE: This message is intended for the use of the individual or entity
> >> to
> >> which it is addressed and may contain information that is confidential,
> >> privileged and exempt from disclosure under applicable law. If the
> reader
> >> of this message is not the intended recipient, you are hereby notified
> >> that
> >> any printing, copying, dissemination, distribution, disclosure or
> >> forwarding of this communication is strictly prohibited. If you have
> >> received this communication in error, please contact the sender
> >> immediately
> >> and delete it from your system. Thank You.
> >>
> >
> >
>



-- 
http://hortonworks.com/download/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Last I heard, the import is still going on and appears closer to getting
done. Thanks for your patience with the migration.

I ll update you as and when there is something. Eventually, the git repo
should be at the location in the wiki.


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
>> Do we have any convention about "user.name" and "user.email"? For
>> example,
>> we'd like to use @apache.org for the email.
>>
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
>>
>> Moreover, do we want to use "--author="Author Name <em...@address.com>"
>> when committing on behalf of a particular contributor?
>>
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
>>
>>
>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for your input, Steve. Sorry for sending the email out that
>> late, I
>> > sent it as soon as I could.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <stevel@hortonworks.com
>> >
>> > wrote:
>> >
>> > > just caught up with this after some offlininess...15:48 PST is too
>> late
>> > for
>> > > me.
>> > >
>> > > I'd be -1 to a change to "master" because of that risk that it does
>> break
>> > > existing code -especially people that have trunk off the git mirrors
>> and
>> > > automated builds/merges to go with it.
>> > >
>> >
>> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> > against it being trunk.
>> >
>> >
>> > >
>> > > "master" may be viewed as the official git way, but it doesn't have to
>> > be.
>> > > For git-flow workflows (which we use in slider) master/ is for
>> releases,
>> > > develop/ for dev.
>> > >
>> > >
>> > >
>> > >
>> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>> > >
>> > > > Couple of things:
>> > > >
>> > > > 1. Since no one expressed any reservations against doing this on
>> Sunday
>> > > or
>> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> that
>> > > > serves us better in the long run.
>> > > >
>> > > > 2. Arpit brought up the precommit builds - we should definitely fix
>> > them
>> > > as
>> > > > soon as we can. I understand Giri maintains those builds, do we have
>> > > anyone
>> > > > else who has access in case Giri is not reachable? Giri - please
>> shout
>> > > out
>> > > > if you can help us with this either on Sunday or Monday.
>> > > >
>> > > > Thanks
>> > > > Karthik
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> kasha@cloudera.com>
>> > > > wrote:
>> > > >
>> > > > > Also, does anyone know what we use for integration between JIRA
>> and
>> > > svn?
>> > > > I
>> > > > > am assuming svn2jira.
>> > > > >
>> > > > >
>> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > kasha@cloudera.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Hi folks,
>> > > > >>
>> > > > >> For the SCM migration, feel free to follow
>> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >>
>> > > > >> Most of this is planned to be handled this Sunday. As a result,
>> the
>> > > > >> subversion repository would be read-only. If this is a major
>> issue
>> > for
>> > > > you,
>> > > > >> please shout out.
>> > > > >>
>> > > > >> Daniel Gruno, the one helping us with the migration, was asking
>> if
>> > we
>> > > > are
>> > > > >> open to renaming "trunk" to "master" to better conform to git
>> > lingo. I
>> > > > am
>> > > > >> tempted to say yes, but wanted to check.
>> > > > >>
>> > > > >> Would greatly appreciate any help with checking the git repo has
>> > > > >> everything.
>> > > > >>
>> > > > >> Thanks
>> > > > >> Karthik
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is
>> confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

Re: Updates on migration to git

Posted by Arpit Gupta <ar...@hortonworks.com>.
some of this info is here

https://git-wip-us.apache.org/


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Do we have any convention about "user.name" and "user.email"? For
> example,
> > we'd like to use @apache.org for the email.
> >
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
> >
> > Moreover, do we want to use "--author="Author Name <em...@address.com>"
> > when committing on behalf of a particular contributor?
> >
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
> >
> >
> > On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for your input, Steve. Sorry for sending the email out that
> late,
> > I
> > > sent it as soon as I could.
> > >
> > >
> > > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com>
> > > wrote:
> > >
> > > > just caught up with this after some offlininess...15:48 PST is too
> late
> > > for
> > > > me.
> > > >
> > > > I'd be -1 to a change to "master" because of that risk that it does
> > break
> > > > existing code -especially people that have trunk off the git mirrors
> > and
> > > > automated builds/merges to go with it.
> > > >
> > >
> > > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > > against it being trunk.
> > >
> > >
> > > >
> > > > "master" may be viewed as the official git way, but it doesn't have
> to
> > > be.
> > > > For git-flow workflows (which we use in slider) master/ is for
> > releases,
> > > > develop/ for dev.
> > > >
> > > >
> > > >
> > > >
> > > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> > > >
> > > > > Couple of things:
> > > > >
> > > > > 1. Since no one expressed any reservations against doing this on
> > Sunday
> > > > or
> > > > > renaming trunk to master, I ll go ahead and confirm that. I think
> > that
> > > > > serves us better in the long run.
> > > > >
> > > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > > them
> > > > as
> > > > > soon as we can. I understand Giri maintains those builds, do we
> have
> > > > anyone
> > > > > else who has access in case Giri is not reachable? Giri - please
> > shout
> > > > out
> > > > > if you can help us with this either on Sunday or Monday.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > > > Also, does anyone know what we use for integration between JIRA
> and
> > > > svn?
> > > > > I
> > > > > > am assuming svn2jira.
> > > > > >
> > > > > >
> > > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > kasha@cloudera.com>
> > > > > > wrote:
> > > > > >
> > > > > >> Hi folks,
> > > > > >>
> > > > > >> For the SCM migration, feel free to follow
> > > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > > >>
> > > > > >> Most of this is planned to be handled this Sunday. As a result,
> > the
> > > > > >> subversion repository would be read-only. If this is a major
> issue
> > > for
> > > > > you,
> > > > > >> please shout out.
> > > > > >>
> > > > > >> Daniel Gruno, the one helping us with the migration, was asking
> if
> > > we
> > > > > are
> > > > > >> open to renaming "trunk" to "master" to better conform to git
> > > lingo. I
> > > > > am
> > > > > >> tempted to say yes, but wanted to check.
> > > > > >>
> > > > > >> Would greatly appreciate any help with checking the git repo has
> > > > > >> everything.
> > > > > >>
> > > > > >> Thanks
> > > > > >> Karthik
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Last I heard, the import is still going on and appears closer to getting
done. Thanks for your patience with the migration.

I ll update you as and when there is something. Eventually, the git repo
should be at the location in the wiki.


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
>> Do we have any convention about "user.name" and "user.email"? For
>> example,
>> we'd like to use @apache.org for the email.
>>
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
>>
>> Moreover, do we want to use "--author="Author Name <em...@address.com>"
>> when committing on behalf of a particular contributor?
>>
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
>>
>>
>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for your input, Steve. Sorry for sending the email out that
>> late, I
>> > sent it as soon as I could.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <stevel@hortonworks.com
>> >
>> > wrote:
>> >
>> > > just caught up with this after some offlininess...15:48 PST is too
>> late
>> > for
>> > > me.
>> > >
>> > > I'd be -1 to a change to "master" because of that risk that it does
>> break
>> > > existing code -especially people that have trunk off the git mirrors
>> and
>> > > automated builds/merges to go with it.
>> > >
>> >
>> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> > against it being trunk.
>> >
>> >
>> > >
>> > > "master" may be viewed as the official git way, but it doesn't have to
>> > be.
>> > > For git-flow workflows (which we use in slider) master/ is for
>> releases,
>> > > develop/ for dev.
>> > >
>> > >
>> > >
>> > >
>> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>> > >
>> > > > Couple of things:
>> > > >
>> > > > 1. Since no one expressed any reservations against doing this on
>> Sunday
>> > > or
>> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> that
>> > > > serves us better in the long run.
>> > > >
>> > > > 2. Arpit brought up the precommit builds - we should definitely fix
>> > them
>> > > as
>> > > > soon as we can. I understand Giri maintains those builds, do we have
>> > > anyone
>> > > > else who has access in case Giri is not reachable? Giri - please
>> shout
>> > > out
>> > > > if you can help us with this either on Sunday or Monday.
>> > > >
>> > > > Thanks
>> > > > Karthik
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> kasha@cloudera.com>
>> > > > wrote:
>> > > >
>> > > > > Also, does anyone know what we use for integration between JIRA
>> and
>> > > svn?
>> > > > I
>> > > > > am assuming svn2jira.
>> > > > >
>> > > > >
>> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > kasha@cloudera.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Hi folks,
>> > > > >>
>> > > > >> For the SCM migration, feel free to follow
>> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >>
>> > > > >> Most of this is planned to be handled this Sunday. As a result,
>> the
>> > > > >> subversion repository would be read-only. If this is a major
>> issue
>> > for
>> > > > you,
>> > > > >> please shout out.
>> > > > >>
>> > > > >> Daniel Gruno, the one helping us with the migration, was asking
>> if
>> > we
>> > > > are
>> > > > >> open to renaming "trunk" to "master" to better conform to git
>> > lingo. I
>> > > > am
>> > > > >> tempted to say yes, but wanted to check.
>> > > > >>
>> > > > >> Would greatly appreciate any help with checking the git repo has
>> > > > >> everything.
>> > > > >>
>> > > > >> Thanks
>> > > > >> Karthik
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is
>> confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

Re: Updates on migration to git

Posted by Arpit Gupta <ar...@hortonworks.com>.
some of this info is here

https://git-wip-us.apache.org/


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Do we have any convention about "user.name" and "user.email"? For
> example,
> > we'd like to use @apache.org for the email.
> >
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
> >
> > Moreover, do we want to use "--author="Author Name <em...@address.com>"
> > when committing on behalf of a particular contributor?
> >
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
> >
> >
> > On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for your input, Steve. Sorry for sending the email out that
> late,
> > I
> > > sent it as soon as I could.
> > >
> > >
> > > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com>
> > > wrote:
> > >
> > > > just caught up with this after some offlininess...15:48 PST is too
> late
> > > for
> > > > me.
> > > >
> > > > I'd be -1 to a change to "master" because of that risk that it does
> > break
> > > > existing code -especially people that have trunk off the git mirrors
> > and
> > > > automated builds/merges to go with it.
> > > >
> > >
> > > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > > against it being trunk.
> > >
> > >
> > > >
> > > > "master" may be viewed as the official git way, but it doesn't have
> to
> > > be.
> > > > For git-flow workflows (which we use in slider) master/ is for
> > releases,
> > > > develop/ for dev.
> > > >
> > > >
> > > >
> > > >
> > > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> > > >
> > > > > Couple of things:
> > > > >
> > > > > 1. Since no one expressed any reservations against doing this on
> > Sunday
> > > > or
> > > > > renaming trunk to master, I ll go ahead and confirm that. I think
> > that
> > > > > serves us better in the long run.
> > > > >
> > > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > > them
> > > > as
> > > > > soon as we can. I understand Giri maintains those builds, do we
> have
> > > > anyone
> > > > > else who has access in case Giri is not reachable? Giri - please
> > shout
> > > > out
> > > > > if you can help us with this either on Sunday or Monday.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > > > Also, does anyone know what we use for integration between JIRA
> and
> > > > svn?
> > > > > I
> > > > > > am assuming svn2jira.
> > > > > >
> > > > > >
> > > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > kasha@cloudera.com>
> > > > > > wrote:
> > > > > >
> > > > > >> Hi folks,
> > > > > >>
> > > > > >> For the SCM migration, feel free to follow
> > > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > > >>
> > > > > >> Most of this is planned to be handled this Sunday. As a result,
> > the
> > > > > >> subversion repository would be read-only. If this is a major
> issue
> > > for
> > > > > you,
> > > > > >> please shout out.
> > > > > >>
> > > > > >> Daniel Gruno, the one helping us with the migration, was asking
> if
> > > we
> > > > > are
> > > > > >> open to renaming "trunk" to "master" to better conform to git
> > > lingo. I
> > > > > am
> > > > > >> tempted to say yes, but wanted to check.
> > > > > >>
> > > > > >> Would greatly appreciate any help with checking the git repo has
> > > > > >> everything.
> > > > > >>
> > > > > >> Thanks
> > > > > >> Karthik
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Last I heard, the import is still going on and appears closer to getting
done. Thanks for your patience with the migration.

I ll update you as and when there is something. Eventually, the git repo
should be at the location in the wiki.


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
>> Do we have any convention about "user.name" and "user.email"? For
>> example,
>> we'd like to use @apache.org for the email.
>>
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
>>
>> Moreover, do we want to use "--author="Author Name <em...@address.com>"
>> when committing on behalf of a particular contributor?
>>
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
>>
>>
>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for your input, Steve. Sorry for sending the email out that
>> late, I
>> > sent it as soon as I could.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <stevel@hortonworks.com
>> >
>> > wrote:
>> >
>> > > just caught up with this after some offlininess...15:48 PST is too
>> late
>> > for
>> > > me.
>> > >
>> > > I'd be -1 to a change to "master" because of that risk that it does
>> break
>> > > existing code -especially people that have trunk off the git mirrors
>> and
>> > > automated builds/merges to go with it.
>> > >
>> >
>> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> > against it being trunk.
>> >
>> >
>> > >
>> > > "master" may be viewed as the official git way, but it doesn't have to
>> > be.
>> > > For git-flow workflows (which we use in slider) master/ is for
>> releases,
>> > > develop/ for dev.
>> > >
>> > >
>> > >
>> > >
>> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>> > >
>> > > > Couple of things:
>> > > >
>> > > > 1. Since no one expressed any reservations against doing this on
>> Sunday
>> > > or
>> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> that
>> > > > serves us better in the long run.
>> > > >
>> > > > 2. Arpit brought up the precommit builds - we should definitely fix
>> > them
>> > > as
>> > > > soon as we can. I understand Giri maintains those builds, do we have
>> > > anyone
>> > > > else who has access in case Giri is not reachable? Giri - please
>> shout
>> > > out
>> > > > if you can help us with this either on Sunday or Monday.
>> > > >
>> > > > Thanks
>> > > > Karthik
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> kasha@cloudera.com>
>> > > > wrote:
>> > > >
>> > > > > Also, does anyone know what we use for integration between JIRA
>> and
>> > > svn?
>> > > > I
>> > > > > am assuming svn2jira.
>> > > > >
>> > > > >
>> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > kasha@cloudera.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Hi folks,
>> > > > >>
>> > > > >> For the SCM migration, feel free to follow
>> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >>
>> > > > >> Most of this is planned to be handled this Sunday. As a result,
>> the
>> > > > >> subversion repository would be read-only. If this is a major
>> issue
>> > for
>> > > > you,
>> > > > >> please shout out.
>> > > > >>
>> > > > >> Daniel Gruno, the one helping us with the migration, was asking
>> if
>> > we
>> > > > are
>> > > > >> open to renaming "trunk" to "master" to better conform to git
>> > lingo. I
>> > > > am
>> > > > >> tempted to say yes, but wanted to check.
>> > > > >>
>> > > > >> Would greatly appreciate any help with checking the git repo has
>> > > > >> everything.
>> > > > >>
>> > > > >> Thanks
>> > > > >> Karthik
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is
>> confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

Re: Updates on migration to git

Posted by Steve Loughran <st...@hortonworks.com>.
On 25 August 2014 23:45, Karthik Kambatla <ka...@cloudera.com> wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
>
looks good so far

I suspect we'll evolve it rapidly in use.



> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Do we have any convention about "user.name" and "user.email"? For
> example,
> > we'd like to use @apache.org for the email.
> >
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
I don't see any


>
>
> >
> > Moreover, do we want to use "--author="Author Name <em...@address.com>"
> > when committing on behalf of a particular contributor?
> >
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
>
I see aw's point, and as he notes, it just increases work.

But if we accept "git am" (squashed) patches, that comes for free. Maybe we
should recommend that as the format for future patches.


Some other post-migration thoughts

1. This would be a good time to clean up dead branches ... I promise to tag
then delete my old work


2. What's our policy of in-asf-git branch dev?

Single committer/few committers:
-----------------------------------------------

Say allen's 9902 work, which was a single committer's project, possibly
with many little commits? I think people should be allowed to work on
feature branches (naming policy? "minor/$JIRA(+text)" ?. At merge time we'd
squash these down to a single patch -this could be the one reviewed.

Large feature dev (par with today's feature branch/feature committer)
-----------------------------------------------

we could retain the current policy of JIRA per commit, or we could allow
feature-off-feature dev, where people can work on a JIRA in a branch, which
is then merged (squashed) back in to the main feature branch. This'd give
more visibility of dev work and still isolate the big feature from
individual work. At the end of the feature, it could be merged in directly,
without any squashing.

we could call these something like "feature/$JIRA(+text)"  to highlight
they are big works & differentiate from the minor projects.

we also need to plan for the promotion of minor -> feature, which could be
done with something like
 -1 create new feature branch off trunk
 -2 merge squashed minor branch into new feature

Finally, we've all be very lax about working on that pending patch list.
Much work, especially those very minor things, have been neglected. If this
git migrate eases committing, it's time to go through the backlist and
apply them.

-steve

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Arpit Gupta <ar...@hortonworks.com>.
some of this info is here

https://git-wip-us.apache.org/


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
> > Do we have any convention about "user.name" and "user.email"? For
> example,
> > we'd like to use @apache.org for the email.
> >
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
> >
> > Moreover, do we want to use "--author="Author Name <em...@address.com>"
> > when committing on behalf of a particular contributor?
> >
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
> >
> >
> > On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Thanks for your input, Steve. Sorry for sending the email out that
> late,
> > I
> > > sent it as soon as I could.
> > >
> > >
> > > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <
> stevel@hortonworks.com>
> > > wrote:
> > >
> > > > just caught up with this after some offlininess...15:48 PST is too
> late
> > > for
> > > > me.
> > > >
> > > > I'd be -1 to a change to "master" because of that risk that it does
> > break
> > > > existing code -especially people that have trunk off the git mirrors
> > and
> > > > automated builds/merges to go with it.
> > > >
> > >
> > > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > > against it being trunk.
> > >
> > >
> > > >
> > > > "master" may be viewed as the official git way, but it doesn't have
> to
> > > be.
> > > > For git-flow workflows (which we use in slider) master/ is for
> > releases,
> > > > develop/ for dev.
> > > >
> > > >
> > > >
> > > >
> > > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com>
> wrote:
> > > >
> > > > > Couple of things:
> > > > >
> > > > > 1. Since no one expressed any reservations against doing this on
> > Sunday
> > > > or
> > > > > renaming trunk to master, I ll go ahead and confirm that. I think
> > that
> > > > > serves us better in the long run.
> > > > >
> > > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > > them
> > > > as
> > > > > soon as we can. I understand Giri maintains those builds, do we
> have
> > > > anyone
> > > > > else who has access in case Giri is not reachable? Giri - please
> > shout
> > > > out
> > > > > if you can help us with this either on Sunday or Monday.
> > > > >
> > > > > Thanks
> > > > > Karthik
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > > > Also, does anyone know what we use for integration between JIRA
> and
> > > > svn?
> > > > > I
> > > > > > am assuming svn2jira.
> > > > > >
> > > > > >
> > > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > > kasha@cloudera.com>
> > > > > > wrote:
> > > > > >
> > > > > >> Hi folks,
> > > > > >>
> > > > > >> For the SCM migration, feel free to follow
> > > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > > >>
> > > > > >> Most of this is planned to be handled this Sunday. As a result,
> > the
> > > > > >> subversion repository would be read-only. If this is a major
> issue
> > > for
> > > > > you,
> > > > > >> please shout out.
> > > > > >>
> > > > > >> Daniel Gruno, the one helping us with the migration, was asking
> if
> > > we
> > > > > are
> > > > > >> open to renaming "trunk" to "master" to better conform to git
> > > lingo. I
> > > > > am
> > > > > >> tempted to say yes, but wanted to check.
> > > > > >>
> > > > > >> Would greatly appreciate any help with checking the git repo has
> > > > > >> everything.
> > > > > >>
> > > > > >> Thanks
> > > > > >> Karthik
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > CONFIDENTIALITY NOTICE
> > > > NOTICE: This message is intended for the use of the individual or
> > entity
> > > to
> > > > which it is addressed and may contain information that is
> confidential,
> > > > privileged and exempt from disclosure under applicable law. If the
> > reader
> > > > of this message is not the intended recipient, you are hereby
> notified
> > > that
> > > > any printing, copying, dissemination, distribution, disclosure or
> > > > forwarding of this communication is strictly prohibited. If you have
> > > > received this communication in error, please contact the sender
> > > immediately
> > > > and delete it from your system. Thank You.
> > > >
> > >
> >
> >
> >
> > --
> > Zhijie Shen
> > Hortonworks Inc.
> > http://hortonworks.com/
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Last I heard, the import is still going on and appears closer to getting
done. Thanks for your patience with the migration.

I ll update you as and when there is something. Eventually, the git repo
should be at the location in the wiki.


On Mon, Aug 25, 2014 at 3:45 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for bringing these points up, Zhijie.
>
> By the way, a revised How-to-commit wiki is at:
> https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
> make changes and improve it.
>
> On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com>
> wrote:
>
>> Do we have any convention about "user.name" and "user.email"? For
>> example,
>> we'd like to use @apache.org for the email.
>>
>
> May be, we can ask people to use project-specific configs here and use
> their real name and @apache.org address.
>
> Is there any downside to letting people use their global values for these
> configs?
>
>
>
>>
>> Moreover, do we want to use "--author="Author Name <em...@address.com>"
>> when committing on behalf of a particular contributor?
>>
>
> Fetching the email-address is complicated here. Should we use the
> contributor's email from JIRA? What if that is not their @apache address?
>
>
>>
>>
>> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
>> wrote:
>>
>> > Thanks for your input, Steve. Sorry for sending the email out that
>> late, I
>> > sent it as soon as I could.
>> >
>> >
>> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <stevel@hortonworks.com
>> >
>> > wrote:
>> >
>> > > just caught up with this after some offlininess...15:48 PST is too
>> late
>> > for
>> > > me.
>> > >
>> > > I'd be -1 to a change to "master" because of that risk that it does
>> break
>> > > existing code -especially people that have trunk off the git mirrors
>> and
>> > > automated builds/merges to go with it.
>> > >
>> >
>> > Fair enough. It makes sense to leave it as "trunk", unless someone is
>> > against it being trunk.
>> >
>> >
>> > >
>> > > "master" may be viewed as the official git way, but it doesn't have to
>> > be.
>> > > For git-flow workflows (which we use in slider) master/ is for
>> releases,
>> > > develop/ for dev.
>> > >
>> > >
>> > >
>> > >
>> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>> > >
>> > > > Couple of things:
>> > > >
>> > > > 1. Since no one expressed any reservations against doing this on
>> Sunday
>> > > or
>> > > > renaming trunk to master, I ll go ahead and confirm that. I think
>> that
>> > > > serves us better in the long run.
>> > > >
>> > > > 2. Arpit brought up the precommit builds - we should definitely fix
>> > them
>> > > as
>> > > > soon as we can. I understand Giri maintains those builds, do we have
>> > > anyone
>> > > > else who has access in case Giri is not reachable? Giri - please
>> shout
>> > > out
>> > > > if you can help us with this either on Sunday or Monday.
>> > > >
>> > > > Thanks
>> > > > Karthik
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
>> kasha@cloudera.com>
>> > > > wrote:
>> > > >
>> > > > > Also, does anyone know what we use for integration between JIRA
>> and
>> > > svn?
>> > > > I
>> > > > > am assuming svn2jira.
>> > > > >
>> > > > >
>> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
>> > kasha@cloudera.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Hi folks,
>> > > > >>
>> > > > >> For the SCM migration, feel free to follow
>> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
>> > > > >>
>> > > > >> Most of this is planned to be handled this Sunday. As a result,
>> the
>> > > > >> subversion repository would be read-only. If this is a major
>> issue
>> > for
>> > > > you,
>> > > > >> please shout out.
>> > > > >>
>> > > > >> Daniel Gruno, the one helping us with the migration, was asking
>> if
>> > we
>> > > > are
>> > > > >> open to renaming "trunk" to "master" to better conform to git
>> > lingo. I
>> > > > am
>> > > > >> tempted to say yes, but wanted to check.
>> > > > >>
>> > > > >> Would greatly appreciate any help with checking the git repo has
>> > > > >> everything.
>> > > > >>
>> > > > >> Thanks
>> > > > >> Karthik
>> > > > >>
>> > > > >
>> > > > >
>> > > >
>> > >
>> > > --
>> > > CONFIDENTIALITY NOTICE
>> > > NOTICE: This message is intended for the use of the individual or
>> entity
>> > to
>> > > which it is addressed and may contain information that is
>> confidential,
>> > > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > > of this message is not the intended recipient, you are hereby notified
>> > that
>> > > any printing, copying, dissemination, distribution, disclosure or
>> > > forwarding of this communication is strictly prohibited. If you have
>> > > received this communication in error, please contact the sender
>> > immediately
>> > > and delete it from your system. Thank You.
>> > >
>> >
>>
>>
>>
>> --
>> Zhijie Shen
>> Hortonworks Inc.
>> http://hortonworks.com/
>>
>> --
>> CONFIDENTIALITY NOTICE
>> NOTICE: This message is intended for the use of the individual or entity
>> to
>> which it is addressed and may contain information that is confidential,
>> privileged and exempt from disclosure under applicable law. If the reader
>> of this message is not the intended recipient, you are hereby notified
>> that
>> any printing, copying, dissemination, distribution, disclosure or
>> forwarding of this communication is strictly prohibited. If you have
>> received this communication in error, please contact the sender
>> immediately
>> and delete it from your system. Thank You.
>>
>
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for bringing these points up, Zhijie.

By the way, a revised How-to-commit wiki is at:
https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
make changes and improve it.

On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>

May be, we can ask people to use project-specific configs here and use
their real name and @apache.org address.

Is there any downside to letting people use their global values for these
configs?



>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>

Fetching the email-address is complicated here. Should we use the
contributor's email from JIRA? What if that is not their @apache address?


>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
RE: —author

No, we should not do this.  This just increases friction. It’s hard enough
getting patches reviewed and committed, esp if you are not @apache.org.
Trying to dig up a valid address (nevermind potentially having to deal with
'nsfw12@example.com') is just asking for trouble.

Plus, the JIRA has the record.



On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
RE: —author

No, we should not do this.  This just increases friction. It’s hard enough
getting patches reviewed and committed, esp if you are not @apache.org.
Trying to dig up a valid address (nevermind potentially having to deal with
'nsfw12@example.com') is just asking for trouble.

Plus, the JIRA has the record.



On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
RE: —author

No, we should not do this.  This just increases friction. It’s hard enough
getting patches reviewed and committed, esp if you are not @apache.org.
Trying to dig up a valid address (nevermind potentially having to deal with
'nsfw12@example.com') is just asking for trouble.

Plus, the JIRA has the record.



On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Allen Wittenauer <aw...@altiscale.com>.
RE: —author

No, we should not do this.  This just increases friction. It’s hard enough
getting patches reviewed and committed, esp if you are not @apache.org.
Trying to dig up a valid address (nevermind potentially having to deal with
'nsfw12@example.com') is just asking for trouble.

Plus, the JIRA has the record.



On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for bringing these points up, Zhijie.

By the way, a revised How-to-commit wiki is at:
https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
make changes and improve it.

On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>

May be, we can ask people to use project-specific configs here and use
their real name and @apache.org address.

Is there any downside to letting people use their global values for these
configs?



>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>

Fetching the email-address is complicated here. Should we use the
contributor's email from JIRA? What if that is not their @apache address?


>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for bringing these points up, Zhijie.

By the way, a revised How-to-commit wiki is at:
https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
make changes and improve it.

On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>

May be, we can ask people to use project-specific configs here and use
their real name and @apache.org address.

Is there any downside to letting people use their global values for these
configs?



>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>

Fetching the email-address is complicated here. Should we use the
contributor's email from JIRA? What if that is not their @apache address?


>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for bringing these points up, Zhijie.

By the way, a revised How-to-commit wiki is at:
https://wiki.apache.org/hadoop/HowToCommitWithGit . Please feel free to
make changes and improve it.

On Mon, Aug 25, 2014 at 11:00 AM, Zhijie Shen <zs...@hortonworks.com> wrote:

> Do we have any convention about "user.name" and "user.email"? For example,
> we'd like to use @apache.org for the email.
>

May be, we can ask people to use project-specific configs here and use
their real name and @apache.org address.

Is there any downside to letting people use their global values for these
configs?



>
> Moreover, do we want to use "--author="Author Name <em...@address.com>"
> when committing on behalf of a particular contributor?
>

Fetching the email-address is complicated here. Should we use the
contributor's email from JIRA? What if that is not their @apache address?


>
>
> On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Thanks for your input, Steve. Sorry for sending the email out that late,
> I
> > sent it as soon as I could.
> >
> >
> > On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> > wrote:
> >
> > > just caught up with this after some offlininess...15:48 PST is too late
> > for
> > > me.
> > >
> > > I'd be -1 to a change to "master" because of that risk that it does
> break
> > > existing code -especially people that have trunk off the git mirrors
> and
> > > automated builds/merges to go with it.
> > >
> >
> > Fair enough. It makes sense to leave it as "trunk", unless someone is
> > against it being trunk.
> >
> >
> > >
> > > "master" may be viewed as the official git way, but it doesn't have to
> > be.
> > > For git-flow workflows (which we use in slider) master/ is for
> releases,
> > > develop/ for dev.
> > >
> > >
> > >
> > >
> > > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> > >
> > > > Couple of things:
> > > >
> > > > 1. Since no one expressed any reservations against doing this on
> Sunday
> > > or
> > > > renaming trunk to master, I ll go ahead and confirm that. I think
> that
> > > > serves us better in the long run.
> > > >
> > > > 2. Arpit brought up the precommit builds - we should definitely fix
> > them
> > > as
> > > > soon as we can. I understand Giri maintains those builds, do we have
> > > anyone
> > > > else who has access in case Giri is not reachable? Giri - please
> shout
> > > out
> > > > if you can help us with this either on Sunday or Monday.
> > > >
> > > > Thanks
> > > > Karthik
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > > > Also, does anyone know what we use for integration between JIRA and
> > > svn?
> > > > I
> > > > > am assuming svn2jira.
> > > > >
> > > > >
> > > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> > kasha@cloudera.com>
> > > > > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> For the SCM migration, feel free to follow
> > > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > > >>
> > > > >> Most of this is planned to be handled this Sunday. As a result,
> the
> > > > >> subversion repository would be read-only. If this is a major issue
> > for
> > > > you,
> > > > >> please shout out.
> > > > >>
> > > > >> Daniel Gruno, the one helping us with the migration, was asking if
> > we
> > > > are
> > > > >> open to renaming "trunk" to "master" to better conform to git
> > lingo. I
> > > > am
> > > > >> tempted to say yes, but wanted to check.
> > > > >>
> > > > >> Would greatly appreciate any help with checking the git repo has
> > > > >> everything.
> > > > >>
> > > > >> Thanks
> > > > >> Karthik
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > CONFIDENTIALITY NOTICE
> > > NOTICE: This message is intended for the use of the individual or
> entity
> > to
> > > which it is addressed and may contain information that is confidential,
> > > privileged and exempt from disclosure under applicable law. If the
> reader
> > > of this message is not the intended recipient, you are hereby notified
> > that
> > > any printing, copying, dissemination, distribution, disclosure or
> > > forwarding of this communication is strictly prohibited. If you have
> > > received this communication in error, please contact the sender
> > immediately
> > > and delete it from your system. Thank You.
> > >
> >
>
>
>
> --
> Zhijie Shen
> Hortonworks Inc.
> http://hortonworks.com/
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Zhijie Shen <zs...@hortonworks.com>.
Do we have any convention about "user.name" and "user.email"? For example,
we'd like to use @apache.org for the email.

Moreover, do we want to use "--author="Author Name <em...@address.com>"
when committing on behalf of a particular contributor?


On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for your input, Steve. Sorry for sending the email out that late, I
> sent it as soon as I could.
>
>
> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> wrote:
>
> > just caught up with this after some offlininess...15:48 PST is too late
> for
> > me.
> >
> > I'd be -1 to a change to "master" because of that risk that it does break
> > existing code -especially people that have trunk off the git mirrors and
> > automated builds/merges to go with it.
> >
>
> Fair enough. It makes sense to leave it as "trunk", unless someone is
> against it being trunk.
>
>
> >
> > "master" may be viewed as the official git way, but it doesn't have to
> be.
> > For git-flow workflows (which we use in slider) master/ is for releases,
> > develop/ for dev.
> >
> >
> >
> >
> > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> >
> > > Couple of things:
> > >
> > > 1. Since no one expressed any reservations against doing this on Sunday
> > or
> > > renaming trunk to master, I ll go ahead and confirm that. I think that
> > > serves us better in the long run.
> > >
> > > 2. Arpit brought up the precommit builds - we should definitely fix
> them
> > as
> > > soon as we can. I understand Giri maintains those builds, do we have
> > anyone
> > > else who has access in case Giri is not reachable? Giri - please shout
> > out
> > > if you can help us with this either on Sunday or Monday.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > Also, does anyone know what we use for integration between JIRA and
> > svn?
> > > I
> > > > am assuming svn2jira.
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > >> Hi folks,
> > > >>
> > > >> For the SCM migration, feel free to follow
> > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >>
> > > >> Most of this is planned to be handled this Sunday. As a result, the
> > > >> subversion repository would be read-only. If this is a major issue
> for
> > > you,
> > > >> please shout out.
> > > >>
> > > >> Daniel Gruno, the one helping us with the migration, was asking if
> we
> > > are
> > > >> open to renaming "trunk" to "master" to better conform to git
> lingo. I
> > > am
> > > >> tempted to say yes, but wanted to check.
> > > >>
> > > >> Would greatly appreciate any help with checking the git repo has
> > > >> everything.
> > > >>
> > > >> Thanks
> > > >> Karthik
> > > >>
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Zhijie Shen <zs...@hortonworks.com>.
Do we have any convention about "user.name" and "user.email"? For example,
we'd like to use @apache.org for the email.

Moreover, do we want to use "--author="Author Name <em...@address.com>"
when committing on behalf of a particular contributor?


On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for your input, Steve. Sorry for sending the email out that late, I
> sent it as soon as I could.
>
>
> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> wrote:
>
> > just caught up with this after some offlininess...15:48 PST is too late
> for
> > me.
> >
> > I'd be -1 to a change to "master" because of that risk that it does break
> > existing code -especially people that have trunk off the git mirrors and
> > automated builds/merges to go with it.
> >
>
> Fair enough. It makes sense to leave it as "trunk", unless someone is
> against it being trunk.
>
>
> >
> > "master" may be viewed as the official git way, but it doesn't have to
> be.
> > For git-flow workflows (which we use in slider) master/ is for releases,
> > develop/ for dev.
> >
> >
> >
> >
> > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> >
> > > Couple of things:
> > >
> > > 1. Since no one expressed any reservations against doing this on Sunday
> > or
> > > renaming trunk to master, I ll go ahead and confirm that. I think that
> > > serves us better in the long run.
> > >
> > > 2. Arpit brought up the precommit builds - we should definitely fix
> them
> > as
> > > soon as we can. I understand Giri maintains those builds, do we have
> > anyone
> > > else who has access in case Giri is not reachable? Giri - please shout
> > out
> > > if you can help us with this either on Sunday or Monday.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > Also, does anyone know what we use for integration between JIRA and
> > svn?
> > > I
> > > > am assuming svn2jira.
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > >> Hi folks,
> > > >>
> > > >> For the SCM migration, feel free to follow
> > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >>
> > > >> Most of this is planned to be handled this Sunday. As a result, the
> > > >> subversion repository would be read-only. If this is a major issue
> for
> > > you,
> > > >> please shout out.
> > > >>
> > > >> Daniel Gruno, the one helping us with the migration, was asking if
> we
> > > are
> > > >> open to renaming "trunk" to "master" to better conform to git
> lingo. I
> > > am
> > > >> tempted to say yes, but wanted to check.
> > > >>
> > > >> Would greatly appreciate any help with checking the git repo has
> > > >> everything.
> > > >>
> > > >> Thanks
> > > >> Karthik
> > > >>
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Zhijie Shen <zs...@hortonworks.com>.
Do we have any convention about "user.name" and "user.email"? For example,
we'd like to use @apache.org for the email.

Moreover, do we want to use "--author="Author Name <em...@address.com>"
when committing on behalf of a particular contributor?


On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for your input, Steve. Sorry for sending the email out that late, I
> sent it as soon as I could.
>
>
> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> wrote:
>
> > just caught up with this after some offlininess...15:48 PST is too late
> for
> > me.
> >
> > I'd be -1 to a change to "master" because of that risk that it does break
> > existing code -especially people that have trunk off the git mirrors and
> > automated builds/merges to go with it.
> >
>
> Fair enough. It makes sense to leave it as "trunk", unless someone is
> against it being trunk.
>
>
> >
> > "master" may be viewed as the official git way, but it doesn't have to
> be.
> > For git-flow workflows (which we use in slider) master/ is for releases,
> > develop/ for dev.
> >
> >
> >
> >
> > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> >
> > > Couple of things:
> > >
> > > 1. Since no one expressed any reservations against doing this on Sunday
> > or
> > > renaming trunk to master, I ll go ahead and confirm that. I think that
> > > serves us better in the long run.
> > >
> > > 2. Arpit brought up the precommit builds - we should definitely fix
> them
> > as
> > > soon as we can. I understand Giri maintains those builds, do we have
> > anyone
> > > else who has access in case Giri is not reachable? Giri - please shout
> > out
> > > if you can help us with this either on Sunday or Monday.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > Also, does anyone know what we use for integration between JIRA and
> > svn?
> > > I
> > > > am assuming svn2jira.
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > >> Hi folks,
> > > >>
> > > >> For the SCM migration, feel free to follow
> > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >>
> > > >> Most of this is planned to be handled this Sunday. As a result, the
> > > >> subversion repository would be read-only. If this is a major issue
> for
> > > you,
> > > >> please shout out.
> > > >>
> > > >> Daniel Gruno, the one helping us with the migration, was asking if
> we
> > > are
> > > >> open to renaming "trunk" to "master" to better conform to git
> lingo. I
> > > am
> > > >> tempted to say yes, but wanted to check.
> > > >>
> > > >> Would greatly appreciate any help with checking the git repo has
> > > >> everything.
> > > >>
> > > >> Thanks
> > > >> Karthik
> > > >>
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Zhijie Shen <zs...@hortonworks.com>.
Do we have any convention about "user.name" and "user.email"? For example,
we'd like to use @apache.org for the email.

Moreover, do we want to use "--author="Author Name <em...@address.com>"
when committing on behalf of a particular contributor?


On Mon, Aug 25, 2014 at 9:56 AM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Thanks for your input, Steve. Sorry for sending the email out that late, I
> sent it as soon as I could.
>
>
> On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
> wrote:
>
> > just caught up with this after some offlininess...15:48 PST is too late
> for
> > me.
> >
> > I'd be -1 to a change to "master" because of that risk that it does break
> > existing code -especially people that have trunk off the git mirrors and
> > automated builds/merges to go with it.
> >
>
> Fair enough. It makes sense to leave it as "trunk", unless someone is
> against it being trunk.
>
>
> >
> > "master" may be viewed as the official git way, but it doesn't have to
> be.
> > For git-flow workflows (which we use in slider) master/ is for releases,
> > develop/ for dev.
> >
> >
> >
> >
> > On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
> >
> > > Couple of things:
> > >
> > > 1. Since no one expressed any reservations against doing this on Sunday
> > or
> > > renaming trunk to master, I ll go ahead and confirm that. I think that
> > > serves us better in the long run.
> > >
> > > 2. Arpit brought up the precommit builds - we should definitely fix
> them
> > as
> > > soon as we can. I understand Giri maintains those builds, do we have
> > anyone
> > > else who has access in case Giri is not reachable? Giri - please shout
> > out
> > > if you can help us with this either on Sunday or Monday.
> > >
> > > Thanks
> > > Karthik
> > >
> > >
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > > > Also, does anyone know what we use for integration between JIRA and
> > svn?
> > > I
> > > > am assuming svn2jira.
> > > >
> > > >
> > > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <
> kasha@cloudera.com>
> > > > wrote:
> > > >
> > > >> Hi folks,
> > > >>
> > > >> For the SCM migration, feel free to follow
> > > >> https://issues.apache.org/jira/browse/INFRA-8195
> > > >>
> > > >> Most of this is planned to be handled this Sunday. As a result, the
> > > >> subversion repository would be read-only. If this is a major issue
> for
> > > you,
> > > >> please shout out.
> > > >>
> > > >> Daniel Gruno, the one helping us with the migration, was asking if
> we
> > > are
> > > >> open to renaming "trunk" to "master" to better conform to git
> lingo. I
> > > am
> > > >> tempted to say yes, but wanted to check.
> > > >>
> > > >> Would greatly appreciate any help with checking the git repo has
> > > >> everything.
> > > >>
> > > >> Thanks
> > > >> Karthik
> > > >>
> > > >
> > > >
> > >
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>



-- 
Zhijie Shen
Hortonworks Inc.
http://hortonworks.com/

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for your input, Steve. Sorry for sending the email out that late, I
sent it as soon as I could.


On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
wrote:

> just caught up with this after some offlininess...15:48 PST is too late for
> me.
>
> I'd be -1 to a change to "master" because of that risk that it does break
> existing code -especially people that have trunk off the git mirrors and
> automated builds/merges to go with it.
>

Fair enough. It makes sense to leave it as "trunk", unless someone is
against it being trunk.


>
> "master" may be viewed as the official git way, but it doesn't have to be.
> For git-flow workflows (which we use in slider) master/ is for releases,
> develop/ for dev.
>
>
>
>
> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for your input, Steve. Sorry for sending the email out that late, I
sent it as soon as I could.


On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
wrote:

> just caught up with this after some offlininess...15:48 PST is too late for
> me.
>
> I'd be -1 to a change to "master" because of that risk that it does break
> existing code -especially people that have trunk off the git mirrors and
> automated builds/merges to go with it.
>

Fair enough. It makes sense to leave it as "trunk", unless someone is
against it being trunk.


>
> "master" may be viewed as the official git way, but it doesn't have to be.
> For git-flow workflows (which we use in slider) master/ is for releases,
> develop/ for dev.
>
>
>
>
> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for your input, Steve. Sorry for sending the email out that late, I
sent it as soon as I could.


On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
wrote:

> just caught up with this after some offlininess...15:48 PST is too late for
> me.
>
> I'd be -1 to a change to "master" because of that risk that it does break
> existing code -especially people that have trunk off the git mirrors and
> automated builds/merges to go with it.
>

Fair enough. It makes sense to leave it as "trunk", unless someone is
against it being trunk.


>
> "master" may be viewed as the official git way, but it doesn't have to be.
> For git-flow workflows (which we use in slider) master/ is for releases,
> develop/ for dev.
>
>
>
>
> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks for your input, Steve. Sorry for sending the email out that late, I
sent it as soon as I could.


On Mon, Aug 25, 2014 at 2:20 AM, Steve Loughran <st...@hortonworks.com>
wrote:

> just caught up with this after some offlininess...15:48 PST is too late for
> me.
>
> I'd be -1 to a change to "master" because of that risk that it does break
> existing code -especially people that have trunk off the git mirrors and
> automated builds/merges to go with it.
>

Fair enough. It makes sense to leave it as "trunk", unless someone is
against it being trunk.


>
> "master" may be viewed as the official git way, but it doesn't have to be.
> For git-flow workflows (which we use in slider) master/ is for releases,
> develop/ for dev.
>
>
>
>
> On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: Updates on migration to git

Posted by Steve Loughran <st...@hortonworks.com>.
just caught up with this after some offlininess...15:48 PST is too late for
me.

I'd be -1 to a change to "master" because of that risk that it does break
existing code -especially people that have trunk off the git mirrors and
automated builds/merges to go with it.

"master" may be viewed as the official git way, but it doesn't have to be.
For git-flow workflows (which we use in slider) master/ is for releases,
develop/ for dev.




On 24 August 2014 02:31, Karthik Kambatla <ka...@cloudera.com> wrote:

> Couple of things:
>
> 1. Since no one expressed any reservations against doing this on Sunday or
> renaming trunk to master, I ll go ahead and confirm that. I think that
> serves us better in the long run.
>
> 2. Arpit brought up the precommit builds - we should definitely fix them as
> soon as we can. I understand Giri maintains those builds, do we have anyone
> else who has access in case Giri is not reachable? Giri - please shout out
> if you can help us with this either on Sunday or Monday.
>
> Thanks
> Karthik
>
>
>
>
> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Also, does anyone know what we use for integration between JIRA and svn?
> I
> > am assuming svn2jira.
> >
> >
> > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> Hi folks,
> >>
> >> For the SCM migration, feel free to follow
> >> https://issues.apache.org/jira/browse/INFRA-8195
> >>
> >> Most of this is planned to be handled this Sunday. As a result, the
> >> subversion repository would be read-only. If this is a major issue for
> you,
> >> please shout out.
> >>
> >> Daniel Gruno, the one helping us with the migration, was asking if we
> are
> >> open to renaming "trunk" to "master" to better conform to git lingo. I
> am
> >> tempted to say yes, but wanted to check.
> >>
> >> Would greatly appreciate any help with checking the git repo has
> >> everything.
> >>
> >> Thanks
> >> Karthik
> >>
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks Giri.

By the way, writes to svn are now disabled.

On Saturday, August 23, 2014, Giridharan Kesavan <gk...@hortonworks.com>
wrote:

> ​I can take a look at this on Monday. ​
>
> -giri
>
>
> On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>


-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks Giri.

By the way, writes to svn are now disabled.

On Saturday, August 23, 2014, Giridharan Kesavan <gk...@hortonworks.com>
wrote:

> ​I can take a look at this on Monday. ​
>
> -giri
>
>
> On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>


-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks Giri.

By the way, writes to svn are now disabled.

On Saturday, August 23, 2014, Giridharan Kesavan <gk...@hortonworks.com>
wrote:

> ​I can take a look at this on Monday. ​
>
> -giri
>
>
> On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>


-- 
Mobile

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Thanks Giri.

By the way, writes to svn are now disabled.

On Saturday, August 23, 2014, Giridharan Kesavan <gk...@hortonworks.com>
wrote:

> ​I can take a look at this on Monday. ​
>
> -giri
>
>
> On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> wrote:
>
> > Couple of things:
> >
> > 1. Since no one expressed any reservations against doing this on Sunday
> or
> > renaming trunk to master, I ll go ahead and confirm that. I think that
> > serves us better in the long run.
> >
> > 2. Arpit brought up the precommit builds - we should definitely fix them
> as
> > soon as we can. I understand Giri maintains those builds, do we have
> anyone
> > else who has access in case Giri is not reachable? Giri - please shout
> out
> > if you can help us with this either on Sunday or Monday.
> >
> > Thanks
> > Karthik
> >
> >
> >
> >
> > On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > wrote:
> >
> > > Also, does anyone know what we use for integration between JIRA and
> svn?
> > I
> > > am assuming svn2jira.
> > >
> > >
> > > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <kasha@cloudera.com
> <javascript:;>>
> > > wrote:
> > >
> > >> Hi folks,
> > >>
> > >> For the SCM migration, feel free to follow
> > >> https://issues.apache.org/jira/browse/INFRA-8195
> > >>
> > >> Most of this is planned to be handled this Sunday. As a result, the
> > >> subversion repository would be read-only. If this is a major issue for
> > you,
> > >> please shout out.
> > >>
> > >> Daniel Gruno, the one helping us with the migration, was asking if we
> > are
> > >> open to renaming "trunk" to "master" to better conform to git lingo. I
> > am
> > >> tempted to say yes, but wanted to check.
> > >>
> > >> Would greatly appreciate any help with checking the git repo has
> > >> everything.
> > >>
> > >> Thanks
> > >> Karthik
> > >>
> > >
> > >
> >
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>


-- 
Mobile

Re: Updates on migration to git

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
​I can take a look at this on Monday. ​

-giri


On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Couple of things:
>
> 1. Since no one expressed any reservations against doing this on Sunday or
> renaming trunk to master, I ll go ahead and confirm that. I think that
> serves us better in the long run.
>
> 2. Arpit brought up the precommit builds - we should definitely fix them as
> soon as we can. I understand Giri maintains those builds, do we have anyone
> else who has access in case Giri is not reachable? Giri - please shout out
> if you can help us with this either on Sunday or Monday.
>
> Thanks
> Karthik
>
>
>
>
> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Also, does anyone know what we use for integration between JIRA and svn?
> I
> > am assuming svn2jira.
> >
> >
> > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> Hi folks,
> >>
> >> For the SCM migration, feel free to follow
> >> https://issues.apache.org/jira/browse/INFRA-8195
> >>
> >> Most of this is planned to be handled this Sunday. As a result, the
> >> subversion repository would be read-only. If this is a major issue for
> you,
> >> please shout out.
> >>
> >> Daniel Gruno, the one helping us with the migration, was asking if we
> are
> >> open to renaming "trunk" to "master" to better conform to git lingo. I
> am
> >> tempted to say yes, but wanted to check.
> >>
> >> Would greatly appreciate any help with checking the git repo has
> >> everything.
> >>
> >> Thanks
> >> Karthik
> >>
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
​I can take a look at this on Monday. ​

-giri


On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Couple of things:
>
> 1. Since no one expressed any reservations against doing this on Sunday or
> renaming trunk to master, I ll go ahead and confirm that. I think that
> serves us better in the long run.
>
> 2. Arpit brought up the precommit builds - we should definitely fix them as
> soon as we can. I understand Giri maintains those builds, do we have anyone
> else who has access in case Giri is not reachable? Giri - please shout out
> if you can help us with this either on Sunday or Monday.
>
> Thanks
> Karthik
>
>
>
>
> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Also, does anyone know what we use for integration between JIRA and svn?
> I
> > am assuming svn2jira.
> >
> >
> > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> Hi folks,
> >>
> >> For the SCM migration, feel free to follow
> >> https://issues.apache.org/jira/browse/INFRA-8195
> >>
> >> Most of this is planned to be handled this Sunday. As a result, the
> >> subversion repository would be read-only. If this is a major issue for
> you,
> >> please shout out.
> >>
> >> Daniel Gruno, the one helping us with the migration, was asking if we
> are
> >> open to renaming "trunk" to "master" to better conform to git lingo. I
> am
> >> tempted to say yes, but wanted to check.
> >>
> >> Would greatly appreciate any help with checking the git repo has
> >> everything.
> >>
> >> Thanks
> >> Karthik
> >>
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
​I can take a look at this on Monday. ​

-giri


On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Couple of things:
>
> 1. Since no one expressed any reservations against doing this on Sunday or
> renaming trunk to master, I ll go ahead and confirm that. I think that
> serves us better in the long run.
>
> 2. Arpit brought up the precommit builds - we should definitely fix them as
> soon as we can. I understand Giri maintains those builds, do we have anyone
> else who has access in case Giri is not reachable? Giri - please shout out
> if you can help us with this either on Sunday or Monday.
>
> Thanks
> Karthik
>
>
>
>
> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Also, does anyone know what we use for integration between JIRA and svn?
> I
> > am assuming svn2jira.
> >
> >
> > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> Hi folks,
> >>
> >> For the SCM migration, feel free to follow
> >> https://issues.apache.org/jira/browse/INFRA-8195
> >>
> >> Most of this is planned to be handled this Sunday. As a result, the
> >> subversion repository would be read-only. If this is a major issue for
> you,
> >> please shout out.
> >>
> >> Daniel Gruno, the one helping us with the migration, was asking if we
> are
> >> open to renaming "trunk" to "master" to better conform to git lingo. I
> am
> >> tempted to say yes, but wanted to check.
> >>
> >> Would greatly appreciate any help with checking the git repo has
> >> everything.
> >>
> >> Thanks
> >> Karthik
> >>
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
​I can take a look at this on Monday. ​

-giri


On Sat, Aug 23, 2014 at 6:31 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Couple of things:
>
> 1. Since no one expressed any reservations against doing this on Sunday or
> renaming trunk to master, I ll go ahead and confirm that. I think that
> serves us better in the long run.
>
> 2. Arpit brought up the precommit builds - we should definitely fix them as
> soon as we can. I understand Giri maintains those builds, do we have anyone
> else who has access in case Giri is not reachable? Giri - please shout out
> if you can help us with this either on Sunday or Monday.
>
> Thanks
> Karthik
>
>
>
>
> On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
> > Also, does anyone know what we use for integration between JIRA and svn?
> I
> > am assuming svn2jira.
> >
> >
> > On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> > wrote:
> >
> >> Hi folks,
> >>
> >> For the SCM migration, feel free to follow
> >> https://issues.apache.org/jira/browse/INFRA-8195
> >>
> >> Most of this is planned to be handled this Sunday. As a result, the
> >> subversion repository would be read-only. If this is a major issue for
> you,
> >> please shout out.
> >>
> >> Daniel Gruno, the one helping us with the migration, was asking if we
> are
> >> open to renaming "trunk" to "master" to better conform to git lingo. I
> am
> >> tempted to say yes, but wanted to check.
> >>
> >> Would greatly appreciate any help with checking the git repo has
> >> everything.
> >>
> >> Thanks
> >> Karthik
> >>
> >
> >
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Couple of things:

1. Since no one expressed any reservations against doing this on Sunday or
renaming trunk to master, I ll go ahead and confirm that. I think that
serves us better in the long run.

2. Arpit brought up the precommit builds - we should definitely fix them as
soon as we can. I understand Giri maintains those builds, do we have anyone
else who has access in case Giri is not reachable? Giri - please shout out
if you can help us with this either on Sunday or Monday.

Thanks
Karthik




On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Also, does anyone know what we use for integration between JIRA and svn? I
> am assuming svn2jira.
>
>
> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Hi folks,
>>
>> For the SCM migration, feel free to follow
>> https://issues.apache.org/jira/browse/INFRA-8195
>>
>> Most of this is planned to be handled this Sunday. As a result, the
>> subversion repository would be read-only. If this is a major issue for you,
>> please shout out.
>>
>> Daniel Gruno, the one helping us with the migration, was asking if we are
>> open to renaming "trunk" to "master" to better conform to git lingo. I am
>> tempted to say yes, but wanted to check.
>>
>> Would greatly appreciate any help with checking the git repo has
>> everything.
>>
>> Thanks
>> Karthik
>>
>
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Couple of things:

1. Since no one expressed any reservations against doing this on Sunday or
renaming trunk to master, I ll go ahead and confirm that. I think that
serves us better in the long run.

2. Arpit brought up the precommit builds - we should definitely fix them as
soon as we can. I understand Giri maintains those builds, do we have anyone
else who has access in case Giri is not reachable? Giri - please shout out
if you can help us with this either on Sunday or Monday.

Thanks
Karthik




On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Also, does anyone know what we use for integration between JIRA and svn? I
> am assuming svn2jira.
>
>
> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Hi folks,
>>
>> For the SCM migration, feel free to follow
>> https://issues.apache.org/jira/browse/INFRA-8195
>>
>> Most of this is planned to be handled this Sunday. As a result, the
>> subversion repository would be read-only. If this is a major issue for you,
>> please shout out.
>>
>> Daniel Gruno, the one helping us with the migration, was asking if we are
>> open to renaming "trunk" to "master" to better conform to git lingo. I am
>> tempted to say yes, but wanted to check.
>>
>> Would greatly appreciate any help with checking the git repo has
>> everything.
>>
>> Thanks
>> Karthik
>>
>
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Couple of things:

1. Since no one expressed any reservations against doing this on Sunday or
renaming trunk to master, I ll go ahead and confirm that. I think that
serves us better in the long run.

2. Arpit brought up the precommit builds - we should definitely fix them as
soon as we can. I understand Giri maintains those builds, do we have anyone
else who has access in case Giri is not reachable? Giri - please shout out
if you can help us with this either on Sunday or Monday.

Thanks
Karthik




On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Also, does anyone know what we use for integration between JIRA and svn? I
> am assuming svn2jira.
>
>
> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Hi folks,
>>
>> For the SCM migration, feel free to follow
>> https://issues.apache.org/jira/browse/INFRA-8195
>>
>> Most of this is planned to be handled this Sunday. As a result, the
>> subversion repository would be read-only. If this is a major issue for you,
>> please shout out.
>>
>> Daniel Gruno, the one helping us with the migration, was asking if we are
>> open to renaming "trunk" to "master" to better conform to git lingo. I am
>> tempted to say yes, but wanted to check.
>>
>> Would greatly appreciate any help with checking the git repo has
>> everything.
>>
>> Thanks
>> Karthik
>>
>
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Couple of things:

1. Since no one expressed any reservations against doing this on Sunday or
renaming trunk to master, I ll go ahead and confirm that. I think that
serves us better in the long run.

2. Arpit brought up the precommit builds - we should definitely fix them as
soon as we can. I understand Giri maintains those builds, do we have anyone
else who has access in case Giri is not reachable? Giri - please shout out
if you can help us with this either on Sunday or Monday.

Thanks
Karthik




On Fri, Aug 22, 2014 at 3:50 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Also, does anyone know what we use for integration between JIRA and svn? I
> am assuming svn2jira.
>
>
> On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
> wrote:
>
>> Hi folks,
>>
>> For the SCM migration, feel free to follow
>> https://issues.apache.org/jira/browse/INFRA-8195
>>
>> Most of this is planned to be handled this Sunday. As a result, the
>> subversion repository would be read-only. If this is a major issue for you,
>> please shout out.
>>
>> Daniel Gruno, the one helping us with the migration, was asking if we are
>> open to renaming "trunk" to "master" to better conform to git lingo. I am
>> tempted to say yes, but wanted to check.
>>
>> Would greatly appreciate any help with checking the git repo has
>> everything.
>>
>> Thanks
>> Karthik
>>
>
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Also, does anyone know what we use for integration between JIRA and svn? I
am assuming svn2jira.


On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Hi folks,
>
> For the SCM migration, feel free to follow
> https://issues.apache.org/jira/browse/INFRA-8195
>
> Most of this is planned to be handled this Sunday. As a result, the
> subversion repository would be read-only. If this is a major issue for you,
> please shout out.
>
> Daniel Gruno, the one helping us with the migration, was asking if we are
> open to renaming "trunk" to "master" to better conform to git lingo. I am
> tempted to say yes, but wanted to check.
>
> Would greatly appreciate any help with checking the git repo has
> everything.
>
> Thanks
> Karthik
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Also, does anyone know what we use for integration between JIRA and svn? I
am assuming svn2jira.


On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Hi folks,
>
> For the SCM migration, feel free to follow
> https://issues.apache.org/jira/browse/INFRA-8195
>
> Most of this is planned to be handled this Sunday. As a result, the
> subversion repository would be read-only. If this is a major issue for you,
> please shout out.
>
> Daniel Gruno, the one helping us with the migration, was asking if we are
> open to renaming "trunk" to "master" to better conform to git lingo. I am
> tempted to say yes, but wanted to check.
>
> Would greatly appreciate any help with checking the git repo has
> everything.
>
> Thanks
> Karthik
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Also, does anyone know what we use for integration between JIRA and svn? I
am assuming svn2jira.


On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Hi folks,
>
> For the SCM migration, feel free to follow
> https://issues.apache.org/jira/browse/INFRA-8195
>
> Most of this is planned to be handled this Sunday. As a result, the
> subversion repository would be read-only. If this is a major issue for you,
> please shout out.
>
> Daniel Gruno, the one helping us with the migration, was asking if we are
> open to renaming "trunk" to "master" to better conform to git lingo. I am
> tempted to say yes, but wanted to check.
>
> Would greatly appreciate any help with checking the git repo has
> everything.
>
> Thanks
> Karthik
>

Re: Updates on migration to git

Posted by Karthik Kambatla <ka...@cloudera.com>.
Also, does anyone know what we use for integration between JIRA and svn? I
am assuming svn2jira.


On Fri, Aug 22, 2014 at 3:48 PM, Karthik Kambatla <ka...@cloudera.com>
wrote:

> Hi folks,
>
> For the SCM migration, feel free to follow
> https://issues.apache.org/jira/browse/INFRA-8195
>
> Most of this is planned to be handled this Sunday. As a result, the
> subversion repository would be read-only. If this is a major issue for you,
> please shout out.
>
> Daniel Gruno, the one helping us with the migration, was asking if we are
> open to renaming "trunk" to "master" to better conform to git lingo. I am
> tempted to say yes, but wanted to check.
>
> Would greatly appreciate any help with checking the git repo has
> everything.
>
> Thanks
> Karthik
>