Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 54A4A1058D for ; Wed, 5 Jun 2013 22:05:50 +0000 (UTC) Received: (qmail 87795 invoked by uid 500); 5 Jun 2013 22:05:50 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 87764 invoked by uid 500); 5 Jun 2013 22:05:50 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 87756 invoked by uid 99); 5 Jun 2013 22:05:50 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 22:05:50 +0000 Received: from localhost (HELO mail-la0-f44.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 22:05:49 +0000 Received: by mail-la0-f44.google.com with SMTP id er20so1957965lab.3 for ; Wed, 05 Jun 2013 15:05:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BWL0I3CZEJQb8qc4ZlyxleSE4a5eD7tCu4gWCCu9ywY=; b=Dsevchlu2cyIRFEr4bQOgofhSfoHTXRdnl3sLD6doXt3jyxOoGOcU4rX751jAX7t0v ts6vLHYHOxgCc8QtVVN706ZohORtDGZA5pQIyVpPwTsf1rUM1itQo9Zu0jFMv9YAzgWV aG1NsX0VBOPsMvJ3KTrBCT0jMYUQdfcfAFt1/xRXZ0+fQ/YNO1hifx7nVQZvclSvsJVx aNsxKF6ZJba+c0Ie0I79YTTV8jmALdIz0kundBJiuCbITGjPT08+hEG5GCpnJSZUC2XI EEBlfX9CqwdLysseKsBlIQ8eCHuPmv8fTjUd4hnCR6S3wMV4RI31YMgcHAUV2MTbCv25 rM6Q== MIME-Version: 1.0 X-Received: by 10.112.210.101 with SMTP id mt5mr16131140lbc.85.1370469948027; Wed, 05 Jun 2013 15:05:48 -0700 (PDT) Received: by 10.114.185.195 with HTTP; Wed, 5 Jun 2013 15:05:47 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Jun 2013 18:05:47 -0400 Message-ID: Subject: Re: native vs bin RPMs From: Christopher To: Accumulo User List Content-Type: text/plain; charset=ISO-8859-1 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 wrote: > For 1.5, was curious what exactly the differences are between these two RPMs?