Jenkins build is back to normal : Hadoop-Common-trunk #1974

2015-11-10 Thread Apache Jenkins Server
See

Re: Github integration for Hadoop

2015-11-10 Thread Karthik Kambatla
Owen: Thanks for putting the documentation together. I think I understand the proposal better now. I agree that reviewing on github is easier than having to download the patch, apply locally, and for reviews copy-paste code to the JIRA. This, we get from RB or any other review tool as well. The

Re: Github integration for Hadoop

2015-11-10 Thread Haohui Mai
I have to some scripts that are tailored for the current git workflow, which is available at https://github.com/haohui/hdcli It's relatively straightforward to make it support github. ~Haohui On Tue, Nov 10, 2015 at 9:31 AM, Karthik Kambatla wrote: > Owen: Thanks for

Re: Update on potential Gerrit integration

2015-11-10 Thread Karthik Kambatla
Nice. Thanks for driving this, Zhe. On Mon, Nov 9, 2015 at 3:27 PM, Zhe Zhang wrote: > Hi, > > Per our earlier discussion on the "Github integration for Hadoop" thread, I > surveyed HBase, Flume, and HTrace about their interest on Gerrit. The > feedbacks have been positive: > >

Re: Update on potential Gerrit integration

2015-11-10 Thread Tsuyoshi Ozawa
Thanks, Zhe. It helps us to decide which tools we should use. - Tsuyoshi On Tuesday, 10 November 2015, Zhe Zhang wrote: > Hi, > > Per our earlier discussion on the "Github integration for Hadoop" thread, I > surveyed HBase, Flume, and HTrace about their interest on Gerrit. The

Build failed in Jenkins: Hadoop-common-trunk-Java8 #676

2015-11-10 Thread Apache Jenkins Server
See Changes: [cmccabe] HADOOP-12560: Fix sprintf warnings in {{DomainSocket.c}} introduced by -- [...truncated 5799 lines...] Running org.apache.hadoop.fs.TestDFVariations Tests run: 5,

Re: Github integration for Hadoop

2015-11-10 Thread Steve Loughran
> On 6 Nov 2015, at 15:21, Owen O'Malley wrote: > > On Sun, Nov 1, 2015 at 2:07 PM, Chris Douglas wrote: > >> Wow, this happened quickly. >> >> Owen, could you please create a Wiki describing the proposal and >> cataloging infra references so others

Re: Planning Apache Hadoop 2.7.2

2015-11-10 Thread Vinod Vavilapalli
Just committed the last of the critical issues. Starting the release process now. Thanks +Vinod On Nov 3, 2015, at 3:24 PM, Vinod Kumar Vavilapalli > wrote: I’m closing down 2.7.2 now, almost there. Created a new branch-2.7.2 for the

Re: Need for force-push on feature branches

2015-11-10 Thread Steve Loughran
> On 10 Nov 2015, at 22:07, Karthik Kambatla wrote: > > Hi folks, > > Recently, Infra disabled force-pushes (and non-fast-forward pushes) to all > branches to avoid accidental overwrites or deletions. > > I propose we reach out to Infra and ask for an exemption since our

Build failed in Jenkins: Hadoop-common-trunk-Java8 #678

2015-11-10 Thread Apache Jenkins Server
See Changes: [wheat9] HDFS-9369. Use ctest to run tests for hadoop-hdfs-native-client. -- [...truncated 5780 lines...] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:

Need for force-push on feature branches

2015-11-10 Thread Karthik Kambatla
Hi folks, Recently, Infra disabled force-pushes (and non-fast-forward pushes) to all branches to avoid accidental overwrites or deletions. I propose we reach out to Infra and ask for an exemption since our workflow for feature branches involves deletions and force-pushes. We should likely wait

Re: Need for force-push on feature branches

2015-11-10 Thread Sangjin Lee
I already opened an INFRA JIRA for my specific issue (INFRA-10745 ), and also sent email to them. Steve Loughran made me aware of the lockdown there. We can reuse that JIRA for this discussion? I don't mind following up later, as we're blocked

Build failed in Jenkins: Hadoop-Common-trunk #1973

2015-11-10 Thread Apache Jenkins Server
See Changes: [waltersu4549] HDFS-9401. Fix findbugs warnings in BlockRecoveryWorker. Contributed by [lei] HADOOP-12482. Race condition in JMX cache update. (Tony Wu via lei) --

Build failed in Jenkins: Hadoop-common-trunk-Java8 #679

2015-11-10 Thread Apache Jenkins Server
See Changes: [xyao] HDFS-9245. Fix findbugs warnings in hdfs-nfs/WriteCtx. Contributed by -- [...truncated 5782 lines...] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:

Jenkins build is back to normal : Hadoop-Common-trunk #1978

2015-11-10 Thread Apache Jenkins Server
See

Build failed in Jenkins: Hadoop-Common-trunk #1977

2015-11-10 Thread Apache Jenkins Server
See Changes: [wheat9] HDFS-9369. Use ctest to run tests for hadoop-hdfs-native-client. -- [...truncated 5369 lines...] Running

Build failed in Jenkins: Hadoop-common-trunk-Java8 #677

2015-11-10 Thread Apache Jenkins Server
See Changes: [wangda] YARN-1510. Make NMClient support change container resources. (Meng Ding -- [...truncated 5784 lines...] Running org.apache.hadoop.util.TestVersionUtil Tests run:

Re: Need for force-push on feature branches

2015-11-10 Thread Anu Engineer
I ran into the same issue and filed an INFRA jira too. https://issues.apache.org/jira/browse/INFRA-10720 So +1 for having the git control back Thanks Anu On 11/10/15, 2:45 PM, "Steve Loughran" wrote: > >> On 10 Nov 2015, at 22:07, Karthik Kambatla