Re: trunk on hadoop2 fixes.

2013-04-12 Thread Ted Yu
bq. Share the results on the mailing list if you want. I plan to run HBase test suite after 2.0.4-alpha is released. I think from HBase side, there is no pending issue what would affect the release of 2.0.4-alpha. Cheers On Thu, Apr 11, 2013 at 5:52 PM, Jonathan Hsieh j...@cloudera.com wrote:

trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
Hey folks, I plan on committing these patches hanging off this jira late today. https://issues.apache.org/jira/browse/HBASE-6891 Summary: * HBASE-7605 (Mini cluster load) and HBASE-7606 (Joined scanners) shows a completion time regression from h1 to h2 profiles * HBASE-7636 (3 rs failure

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
Jon: Thanks for the headsup. Do you know that you can trigger hadoop QA to run test suite against hadoop 2.0 profile ? Take a look at: https://issues.apache.org/jira/secure/attachment/12575537/7904-v9-hadoop-2.0.txt Hadoop QA depends on seeing the line below in patch: hadoop.profile=2.0 You

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
On Thu, Apr 11, 2013 at 9:39 AM, Ted Yu yuzhih...@gmail.com wrote: Jon: Thanks for the headsup. Do you know that you can trigger hadoop QA to run test suite against hadoop 2.0 profile ? Take a look at: https://issues.apache.org/jira/secure/attachment/12575537/7904-v9-hadoop-2.0.txt

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
Do you mind if I run the test you are fixing against tip of hadoop 2.0 branch ? Or, if I understand you correctly, potentially new JIRA would be opened on (some of) these tests when 2.0.4-alpha comes out. Cheers On Thu, Apr 11, 2013 at 9:45 AM, Jonathan Hsieh j...@cloudera.com wrote: On Thu,

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
Ted, Nothing is stopping you from running the tests against the hadoop's tip. Share the results on the mailing list if you want. Here's my suggestion: Please don't create a jira and post a patch unless (that triggers the precommit build) unless you make it clear that it is speculative work and

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
I believe I got the last consistently failing tests against hadoop2 fixed this afternoon (HBASE-8382). If and when this is green, what do folks think about updating the precommit script so that it runs the hadoop 2.0 profile or some set of it as well? (We could probably get away with doing just

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Ted Yu
HBASE-8382 doesn't exist, as of this email. Can you confirm the JIRA number ? bq. updating the precommit script so that it runs the hadoop 2.0 profile or some set of it as well? I think the above is a good idea. With this in place, we can easily find out about (binary) incompatibility of HBase

Re: trunk on hadoop2 fixes.

2013-04-11 Thread Jonathan Hsieh
On Thursday, April 11, 2013, Ted Yu wrote: HBASE-8382 doesn't exist, as of this email. Can you confirm the JIRA number ? my bad . hbase-8324 The failure in HBASE-8324 (HFileOutputFormat failures on yarn/mr2) are the last consistent failures on my hadoop2 build. I'm still working on