You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Keith Turner <ke...@deenlo.com> on 2013/04/22 20:34:27 UTC

Accumulo 1.4 & 1.5 API comparison

Here is a comparison of the 1.4 and 1.5 APIs

http://people.apache.org/~kturner/1.4.4-SNAPSHOT_to_1.5.0-SNAPSHOT/compat_report.html

Re: Accumulo 1.4 & 1.5 API comparison

Posted by Keith Turner <ke...@deenlo.com>.
On Mon, Apr 22, 2013 at 5:12 PM, John Vines <vi...@apache.org> wrote:

> That's pretty cool, how did you generate it?
>

Using the scripts linked below.  Also look at test/compat/japi-compliance
in Accumulo.

http://ispras.linuxbase.org/index.php/Java_API_Compliance_Checker
https://github.com/lvc/japi-compliance-checker/

I run the script with an option to ignore removal of deprecated methods.
 This is a feature I asked for on github.


> Why did MutationsRejectedException.getAuthorizationFailures ( ) get changed
> to protected? That seems a little bad all around
>

That is bad.  I did not notice that.  Its fixed.


>
> Besides that, it looks like all of the critical issues are MapReduce API
> related?
>
>
> On Mon, Apr 22, 2013 at 2:34 PM, Keith Turner <ke...@deenlo.com> wrote:
>
> > Here is a comparison of the 1.4 and 1.5 APIs
> >
> >
> >
> http://people.apache.org/~kturner/1.4.4-SNAPSHOT_to_1.5.0-SNAPSHOT/compat_report.html
> >
>

Re: Accumulo 1.4 & 1.5 API comparison

Posted by John Vines <vi...@apache.org>.
That's pretty cool, how did you generate it?

Why did MutationsRejectedException.getAuthorizationFailures ( ) get changed
to protected? That seems a little bad all around

Besides that, it looks like all of the critical issues are MapReduce API
related?


On Mon, Apr 22, 2013 at 2:34 PM, Keith Turner <ke...@deenlo.com> wrote:

> Here is a comparison of the 1.4 and 1.5 APIs
>
>
> http://people.apache.org/~kturner/1.4.4-SNAPSHOT_to_1.5.0-SNAPSHOT/compat_report.html
>