Re: Cannot create release artifacts for branch-2.8

2016-06-08 Thread Akira AJISAKA
+1 for fixing create-release. I'll try to backport HADOOP-12892. Thanks, Akira On 6/8/16 07:05, Wangda Tan wrote: It's also the best option to fix create-release. If we cannot get help to fix the script, it seems the only choice is to maintain CHANGES.txt again in branch-2. On Tue, Jun 7, 2016

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Wangda Tan
It's also the best option to fix create-release. If we cannot get help to fix the script, it seems the only choice is to maintain CHANGES.txt again in branch-2. On Tue, Jun 7, 2016 at 2:56 PM, Andrew Wang wrote: > I'm not super happy about the alternative of reverting the auto-generated > CHANGE

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Andrew Wang
I'm not super happy about the alternative of reverting the auto-generated CHANGES/RL JIRAs, since it means we have to do CHANGES.txt maintenance again in branch-2. That's an overhead that we pay for every commit, and it's particularly bad when doing backports. As I commented on HADOOP-12892, I thi

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Wangda Tan
> > I'm not the one who cherry-picked them into branch-2, so I don't > care either way. I've been extremely open about targeting my code for the > past three years for trunk. With few exceptions, I generally only commit > code I write or even review to branch-2 if someone practically begs

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Allen Wittenauer
> On Jun 7, 2016, at 1:44 PM, Wangda Tan wrote: > > That gonna be very helpful, but I guess it only works on trunk, correct? At > least many of the parameters you mentioned are not in create-release.sh of > branch-2. Yup. create-release was rewritten in trunk. The previous version had

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Wangda Tan
+ Andrew/Akira On Tue, Jun 7, 2016 at 1:44 PM, Wangda Tan wrote: > That gonna be very helpful, but I guess it only works on trunk, correct? > At least many of the parameters you mentioned are not in create-release.sh > of branch-2. > > We may need to make a decision for this in branch-2. Honestl

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Wangda Tan
That gonna be very helpful, but I guess it only works on trunk, correct? At least many of the parameters you mentioned are not in create-release.sh of branch-2. We may need to make a decision for this in branch-2. Honestly, I have little understanding about shell script related stuffs, if I cannot

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Allen Wittenauer
> On Jun 7, 2016, at 11:37 AM, Wangda Tan wrote: > > I have tested both, create-releases fails on my local box as well. > > According to the link you provided, we probably need to update how to > release wiki > . I'm working on

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Wangda Tan
I have tested both, create-releases fails on my local box as well. According to the link you provided, we probably need to update how to release wiki . On Tue, Jun 7, 2016 at 6:22 AM, Allen Wittenauer wrote: > > > On Jun 6, 2016,

Re: Cannot create release artifacts for branch-2.8

2016-06-07 Thread Allen Wittenauer
> On Jun 6, 2016, at 10:50 PM, Wangda Tan wrote: > > Hi Hadoop Devs, > > As you know, we're pushing 2.8.0 releases recently, there're couple of > issues that block creating release artifacts from source code. > > I tried following approaches: > 1) Run build through Hadoop Jenkins Job: http:/

Cannot create release artifacts for branch-2.8

2016-06-06 Thread Wangda Tan
Hi Hadoop Devs, As you know, we're pushing 2.8.0 releases recently, there're couple of issues that block creating release artifacts from source code. I tried following approaches: 1) Run build through Hadoop Jenkins Job: https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder/ 2) Run dev-