Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 13111 invoked from network); 5 Nov 2009 16:16:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Nov 2009 16:16:30 -0000 Received: (qmail 46774 invoked by uid 500); 5 Nov 2009 16:16:28 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 46709 invoked by uid 500); 5 Nov 2009 16:16:28 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 46699 invoked by uid 99); 5 Nov 2009 16:16:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 16:16:28 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robstewart57@googlemail.com designates 209.85.210.194 as permitted sender) Received: from [209.85.210.194] (HELO mail-yx0-f194.google.com) (209.85.210.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2009 16:16:17 +0000 Received: by yxe32 with SMTP id 32so159473yxe.5 for ; Thu, 05 Nov 2009 08:15:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=uDiIyRGOq21MwARjeucKZc2ir9cixlRZTJy9mzeTxgg=; b=E86JWtILc3JCbMBXl8PJcch8ZhxRw5N/KpR5Lidh166EgYtYo7q+6M6UP7QSZJpFIM r1JzAwarEm0x9WcOPDTfSxMEElBgWcPKSoMveZQh4lJW6/3sLZtKpfhZYAPqWdUtuJ9F n6eW7H7pGnGsg/QbixjusQpyaZeBVT9jF5hpM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=NY43R3dqLXRRWmQ6Z0g8vv6Fz+5P7GoraPcgVD6A8Os2IoREFSK63mAzqwcx37oKe1 DXUmqW7RWrIBNBIyUHAMR5Fbl6bJNubz7JhQHMERCeF5fxHU7ZmindChWVI8U6tGQTkI W2pg63ETedy/OSa9GlZrLIv5o1Bo+oqVUGyI4= MIME-Version: 1.0 Received: by 10.103.80.25 with SMTP id h25mr1225564mul.15.1257437756101; Thu, 05 Nov 2009 08:15:56 -0800 (PST) From: Rob Stewart Date: Thu, 5 Nov 2009 16:15:36 +0000 Message-ID: Subject: Hadoop Synthetic Load Generator To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016e65b635ac795020477a20ad7 X-Virus-Checked: Checked by ClamAV on apache.org --0016e65b635ac795020477a20ad7 Content-Type: text/plain; charset=ISO-8859-1 Hi there, I have a question about the synthetic load generator. I think i'm missing something. So I have successfully tried the LoadGenerator class to create the a directory for the root dir "myTestLoadSpace", and subdir's are created, written to, and deleted when the LoadGenerator is being run. However, obviously I am in fact wanting to test the performance of the NameNode on the Hadoop cluster, not my local filesystem (!). So, how do I create a load space directory using DataGenerator within the HDFS? And then, how do I run the LoadGenerator and use this HDFS directory with LoadGenerator. The following is clearly wrong, but it will give you an idea of what I'm wanting to perform: > java LoadGenerator -root HDFS:/user/me/loadSpace Can you tell me what I'm missing? thanks. Rob Stewart --0016e65b635ac795020477a20ad7--