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 B87F018068 for ; Mon, 17 Aug 2015 22:01:59 +0000 (UTC) Received: (qmail 96381 invoked by uid 500); 17 Aug 2015 22:01:59 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 96329 invoked by uid 500); 17 Aug 2015 22:01:59 -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 96319 invoked by uid 99); 17 Aug 2015 22:01:59 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2015 22:01:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 12F9418034C for ; Mon, 17 Aug 2015 22:01:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tl8Xf8w7DY28 for ; Mon, 17 Aug 2015 22:01:58 +0000 (UTC) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 250B32055B for ; Mon, 17 Aug 2015 22:01:58 +0000 (UTC) Received: by iodb91 with SMTP id b91so167503148iod.1 for ; Mon, 17 Aug 2015 15:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rMBGkLdf2lGI5TDIrzwRUiHe+Ewmpv5YEPWQL7Sg6Ts=; b=xP7HrbujlzDXAnq3PEzblIg6Rkcfy5NYfq8Q+aknmrlaGYstCQcrp0A1KAlqZfTNS9 7Z3VBqgQ9SyvWz+gUFVNLeA+/BfR095dX+hPZhmXg5E1SopZ7SXnhNZupGrvuay7LdRO IKjjDtqgevBJk2ndNxVfSqVh9tEmP9u0ldVQgWcOvE0jo6UGWWUXIjirX1LKxLbtHKSk 42BNs8o1VfuCoxX6uxk2uFwyNgU8CGScedG46mZdPp0CtHXSN3/fTNwoUUAz9dLOqokA jLUgksTm9PbfEl2FW+TqS4qLF9h2ycbTGuLPiDUpjuOtCKpvWZzwvmS/4IJIB89YQqA5 1vkA== X-Received: by 10.107.34.81 with SMTP id i78mr3685738ioi.40.1439848917543; Mon, 17 Aug 2015 15:01:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.43.151 with HTTP; Mon, 17 Aug 2015 15:01:38 -0700 (PDT) In-Reply-To: References: From: Jeff Kubina Date: Mon, 17 Aug 2015 18:01:38 -0400 Message-ID: Subject: Re: Question about configuring the linux niceness of tablet servers? To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a114082ea42b220051d88f386 --001a114082ea42b220051d88f386 Content-Type: text/plain; charset=UTF-8 More like a mapreduce task process. -- Jeff Kubina 410-988-4436 On Mon, Aug 17, 2015 at 5:33 PM, William Slacum wrote: > By "Hadoop" do you mean a Yarn NodeManager process? > > On Mon, Aug 17, 2015 at 4:21 PM, Jeff Kubina > wrote: > >> On each of the processing nodes in our cluster we have running 1) HDFS >> (datanode), 2) Accumulo (tablet server), and 3) Hadoop. Since Accumulo >> depends on the HDFS, and Hadoop depends on the HDFS and sometimes on >> Accumulo, we are considering setting the niceness of HDFS to 0 (the current >> value), Accumulo to 1, and Hadoop to 2 on each of the nodes. The objective >> is to improve the real time performance of Accumulo. >> >> Does anyone have experience configuring their cluster in a similar manner >> that they can share? Are there any serious cons to doing this? >> >> > --001a114082ea42b220051d88f386 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
More like a mapreduce task process.

--=C2=A0
Jeff Kubina
410-988-4436


On Mon, Aug 17, 2015 at 5:33 PM, William Sla= cum <wslacum@gmail.com> wrote:
By "Hadoop" do you mean a Yarn NodeManager = process?

On Mon, Aug 17, 2015 at 4:21 PM, J= eff Kubina <jeff.kubina@gmail.com> wrote:
On each of the processing nodes i= n our cluster we have running 1) HDFS (datanode), 2) Accumulo (tablet serv= er), and 3) Hadoop. Since Accumulo depends on the HDFS, and Hadoop depends = on the HDFS and sometimes on Accumulo, we are considering setting the nicen= ess of HDFS to 0 (the current value), Accumulo to 1, and Hadoop to 2 on eac= h of the nodes. The objective is to improve the real time performance of Ac= cumulo.

Does anyone have experience configuring their cluster = in a similar manner that they can share?=C2=A0 Are there any serious cons t= o doing this?



--001a114082ea42b220051d88f386--