Here is the googledoc on API Incompatibilities from 0.94 -> 0.95.2: https://docs.google.com/a/cloudera.com/document/d/14nqQXlIvgJOxGFTfhSoquYzjW8Yx-v9TqTBqRjiB7g0 <https://docs.google.com/a/cloudera.com/document/d/14nqQXlIvgJOxGFTfhSoquYzjW8Yx-v9TqTBqRjiB7g0/edit>
Cheers On Thu, Jul 17, 2014 at 11:34 AM, Dima Spivak <[email protected]> wrote: > Aleks' jdiff script is jdiffHBasePublicAPI.sh and can be found in the > top-level dev-support folder. On Github: > > https://github.com/apache/hbase/blob/master/dev-support/jdiffHBasePublicAPI.sh > > -Dima > > > On Wed, Jul 16, 2014 at 7:57 PM, Ted Yu <[email protected]> wrote: > > > If I remember correctly, Aleksandr Shulman has a JDiff tool that shows > > difference between public APIs of two releases. > > There is also spreadsheet showing what changed in 0.96 release. > > > > I will try to find them. > > > > Cheers > > > > > > On Wed, Jul 16, 2014 at 7:34 PM, Michael.Calvin <[email protected]> wrote: > > > > > Yes, It works , thank you very much. > > > And I also find out custom filter needs to be serialized and then > > > deserialized to work properly. That means I still need to find who > > > serialized it and how the parameters serialized. > > > > > > > > > I just want to know one more thing: > > > Who the Fxxk is responsible for NEVER EVER mentioning this ? > > > > > > > > > ------------------ > > > Michael.Calvin.Shi > > > > > > > > > Ted Yu <yuzhihong@...> writes: > > > > > > > > > > > > > > Please implement this method in YourFilter: > > > > > > > > public static YourFilter parseFrom(final byte [] pbBytes) throws > > > > DeserializationException { > > > > > > > > You can refer to SingleColumnValueFilter for an example. > > > > > > > > Cheers > > > > > > >
