Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 442AE1744C for ; Fri, 10 Oct 2014 21:21:48 +0000 (UTC) Received: (qmail 61192 invoked by uid 500); 10 Oct 2014 21:21:42 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 61081 invoked by uid 500); 10 Oct 2014 21:21:42 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 61070 invoked by uid 99); 10 Oct 2014 21:21:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 21:21:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of manojsameltech@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qc0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 21:21:16 +0000 Received: by mail-qc0-f178.google.com with SMTP id c9so2681897qcz.9 for ; Fri, 10 Oct 2014 14:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=641IAwDk97AJEZU02zQBqzm+0B8zhfF33J/4HO47H/I=; b=RFt3bF1jrMcJ3GIc89DF0qI1yBr25yWpbHRzEjh+vHxm5+GfAyd7Hf6/J7ZKwhC+vo oPnL2cvQnOk5xSVzo0raWIierMpu6SSuCTtWCnnvogH8Sit8bV12zXRqNvGv9KbyRqf5 QRKWreMM8gV/2VUB8QseUUNgnrMkL0IlHC3TQpT7C7aSt1ta2iZ4Ie/CQLznbcwG+Lfd S2ntapAD9g9RLw3xS7fIjACWO2hPPNyc+qOo3a6hXmNebq1/ocqTV+xNFnnQyh8jpCqY ximalcBxZ1T3d3N/5XEkLVq7U74kevNyBSr6KNZSPi6PZKVbiyvsxL2krXlpTdoHWxiv S7iA== MIME-Version: 1.0 X-Received: by 10.140.97.67 with SMTP id l61mr12786564qge.43.1412976074842; Fri, 10 Oct 2014 14:21:14 -0700 (PDT) Received: by 10.96.33.106 with HTTP; Fri, 10 Oct 2014 14:21:14 -0700 (PDT) Date: Fri, 10 Oct 2014 14:21:14 -0700 Message-ID: Subject: DFS Used V/S Non DFS Used From: Manoj Samel To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11395a4e04cae9050518217a X-Virus-Checked: Checked by ClamAV on apache.org --001a11395a4e04cae9050518217a Content-Type: text/plain; charset=UTF-8 Hi, Not clear how this computation is done For sake of discussion Say the machine with data node has two disks /disk1 and /disk2. And each of these disk has a directory for data node and a directory for non-datanode usage. /disk1/datanode /disk1/non-datanode /disk2/datanode /disk2/non-datanode The dfs.datanode.data.dir says "/disk1/datanode,/disk2/datanode". With this, what does the DFS and NonDFS indicates? Does it indicates SUM(/disk*/datanode) & SUM(/disk*/non-datanode) etc. resp. ? Thanks, --001a11395a4e04cae9050518217a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

Not clear how this computation is d= one

For sake of discussion Say the machine with da= ta node has two disks /disk1 and /disk2. And each of these disk has a direc= tory for data node and a directory for non-datanode usage.

/disk1/datanode
/disk1/non-datanode
/disk2/dat= anode
/disk2/non-datanode

The=C2=A0dfs.d= atanode.data.dir says "/disk1/datanode,/disk2/datanode".

With this, what does the DFS and NonDFS indicates? Does it= indicates SUM(/disk*/datanode) & SUM(/disk*/non-datanode) etc. resp. ?=

Thanks,


--001a11395a4e04cae9050518217a--