You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Aaron G <aa...@gmail.com> on 2013/06/05 20:08:55 UTC

native vs bin RPMs

For 1.5, was curious what exactly the differences are between these two RPMs?  

Re: native vs bin RPMs

Posted by Christopher <ct...@apache.org>.
The native one depends on the bin one. The bin one is a noarch RPM
that contains java binaries, scripts, etc., and the native one is an
arch-dependent (x86_64, actually) package of the native libraries
(compiled JNI/C++ code) that help with performance and installs on top
of the bin package's installation directory.

Some of this, we hope to improve in the future (see ACCUMULO-210).

--
Christopher L Tubbs II
http://gravatar.com/ctubbsii


On Wed, Jun 5, 2013 at 2:08 PM, Aaron G <aa...@gmail.com> wrote:
> For 1.5, was curious what exactly the differences are between these two RPMs?