patch submission

2011-08-21 Thread Ted Yu
A common question among HBase contributors, especially hadoop contributors/committers, is related to the 'Submit patch' button. Clicking the button wouldn't trigger build on Jenkins. The setup here is different from that for hadoop. My understanding is that clicking the button means the author is

Re: patch submission

2011-08-21 Thread Andrew Purtell
> My understanding is that clicking the button means the author is confident > that his/her patch is in a reviewable state. > The patches attached to JIRAs before 'Submit patch' button is clicked  > can be regarded as preview version. This is correct according to my understanding as well.   Best

Re: patch submission

2011-08-21 Thread Doug Meil
Yep, that's the way I wrote it up in the book. http://hbase.apache.org/book.html#submitting.patches On 8/21/11 3:16 PM, "Andrew Purtell" wrote: >> My understanding is that clicking the button means the author is >>confident >> that his/her patch is in a reviewable state. >> The patches att

HBase book possible typo

2011-08-21 Thread Akash Ashok
Hi, In the HBase book Architecture -> Storage -> Overview Its quoted that " The HRegionServer opens the region and creates a corresponding HRegion object. When the HRegion is opened it sets up a Storeinstance for each * HColumnFamily* for every table as defined by the user beforehand." S