Re: Incompatible Java API Diffs from 0.94 -> 0.95.2

2013-08-30 Thread Ted Yu
Aleks: HBASE-9359 streamlined hbase-client API w.r.t. KeyValue. Are you going to update the googledoc ? Thanks On Mon, Aug 26, 2013 at 4:25 PM, Ted Yu wrote: > I added a column 'New API' to the right of 'Risk' column. > > Will keep updating the doc. > > Thanks > > > On Mon, Aug 26, 2013 at 12

Re: Incompatible Java API Diffs from 0.94 -> 0.95.2

2013-08-26 Thread Ted Yu
I added a column 'New API' to the right of 'Risk' column. Will keep updating the doc. Thanks On Mon, Aug 26, 2013 at 12:39 AM, Aleksandr Shulman wrote: > It would be a good idea to add such a column. Everyone should have write > perms on the google doc, so feel free to add that. We can discuss

Re: Incompatible Java API Diffs from 0.94 -> 0.95.2

2013-08-26 Thread Aleksandr Shulman
It would be a good idea to add such a column. Everyone should have write perms on the google doc, so feel free to add that. We can discuss the pros and cons as comments in that doc, as well. On Fri, Aug 23, 2013 at 7:17 PM, Ted Yu wrote: > Should there be a column that explains what new API rep

Re: Incompatible Java API Diffs from 0.94 -> 0.95.2

2013-08-23 Thread Ted Yu
Should there be a column that explains what new API replaces the removed one ? e.g. HTable#getRegionsInfo() should be replaced with HTable# getRegionLocations(). Cheers On Fri, Aug 23, 2013 at 6:02 PM, Aleksandr Shulman wrote: > Hi everyone, > > I took some time and went over the JDiff report

Incompatible Java API Diffs from 0.94 -> 0.95.2

2013-08-23 Thread Aleksandr Shulman
Hi everyone, I took some time and went over the JDiff report of API incompatibilities from 0.94 -> 0.95.2. Please have a look at the document and add your comments. The goal is to acknowledge the incompatibilities that we will permit and fix ones that seem egregious. I went through and identified