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 7FDEE9806 for ; Wed, 4 Apr 2012 16:37:50 +0000 (UTC) Received: (qmail 25574 invoked by uid 500); 4 Apr 2012 16:37:48 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 25544 invoked by uid 500); 4 Apr 2012 16:37:48 -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 25506 invoked by uid 99); 4 Apr 2012 16:37:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 16:37:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2012 16:37:41 +0000 Received: by qafl39 with SMTP id l39so690786qaf.7 for ; Wed, 04 Apr 2012 09:37:20 -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:content-transfer-encoding:x-gm-message-state; bh=86PtWEUK4FNDF1icT07n7EInX2hFXdQGrE6uz4EiVdg=; b=l+IghmvXS+wWFBVXFZCfdbU30CvBOZol2iV886aEf2Xv4+uJaWApVofQ+GNFLVNj3j UsQY4PaQFz09i8viXYG78pwW7M/di6nNUL56nzim79EIHl/9CPnHyNQp5d//YOmaSLd1 Jh4eHhidQSrtw27AW/ZLdKMYrZHz7IYGseiAidVjRXcGob4tHlflj2kfN9KADL1rKlAb xRC/ScBNfhmIm9eSCPtbSjlGhWGQ3jfA2SOng63raJI+vN8CTH+JZmQWEXKaRKrtIDnb kJGn+eRLYfjmS0YwFM427kz2W/gMXTvsWU2Xkk3ox8yTQR21gx1MdMb/EgVBmVtZrG94 5Igg== MIME-Version: 1.0 Received: by 10.229.134.205 with SMTP id k13mr6983829qct.102.1333557440672; Wed, 04 Apr 2012 09:37:20 -0700 (PDT) Received: by 10.229.161.208 with HTTP; Wed, 4 Apr 2012 09:37:19 -0700 (PDT) In-Reply-To: <0A8F66C42F49E448A40E99946404EE5B75CBCFA529@aplesstar.dom1.jhuapl.edu> References: <656770667.364411.1333462669334.JavaMail.root@linzimmb04o.imo.intelink.gov> <0A8F66C42F49E448A40E99946404EE5B75CBCFA529@aplesstar.dom1.jhuapl.edu> Date: Wed, 4 Apr 2012 12:37:19 -0400 Message-ID: Subject: Re: Navtive libs in accumulo source From: Keith Turner To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkh1Y208tOrPh3SLVcDfeVvqs+p5sdbRsAjeRWaXU35wtUnLAQT4fSHXVR92kADWj2A9YO9 It falls back to a java implemention. The java implementation is slower, less memory efficient, and can incur the wrath of the Java GC. Keith On Wed, Apr 4, 2012 at 12:30 PM, Hider, Sandy wrot= e: > So if the native libs are not required, did I need to do anything else af= ter > seeing that loading error in the error log or did it fall back automatica= lly > to another map? > > > > Sandy > > > > > > From: John Vines [mailto:john.w.vines@ugov.gov] > Sent: Tuesday, April 03, 2012 10:27 AM > To: user@accumulo.apache.org > Subject: Re: Navtive libs in accumulo source > > > > They are not required, but you get better performance by using the native > maps. You can build them by going to $ACCUMULO_HOME/src/server/src/main/c= ++/ > and run make. > > John > > On Tue, Apr 3, 2012 at 10:17 AM, Hider, Sandy > wrote: > > I am using Accumulo 1.4 rc5 which I checked out and compiled.=A0 After > installing on our cloud, the tserver logs were showing an error loading t= he > native libraries, =A0I do not recall which now.=A0 However when I checked= my > accumulo version it did not even have an lib/native directory. > > > > I was able to find and use the native dir under the Binary distribution o= f > 1.3.5 but now I am wondering how should I have acquired the native files? > Did I miss a step when compiling? > > > > Thanks > > > > Sandy > >