Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 37877 invoked from network); 9 Nov 2009 21:29:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 21:29:35 -0000 Received: (qmail 56740 invoked by uid 500); 9 Nov 2009 21:29:33 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 56663 invoked by uid 500); 9 Nov 2009 21:29:32 -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 56653 invoked by uid 99); 9 Nov 2009 21:29:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 21:29:32 +0000 X-ASF-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tonci.buljan@gmail.com designates 209.85.220.215 as permitted sender) Received: from [209.85.220.215] (HELO mail-fx0-f215.google.com) (209.85.220.215) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 21:29:30 +0000 Received: by fxm7 with SMTP id 7so1355728fxm.29 for ; Mon, 09 Nov 2009 13:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=WasB1m8Efd958pxsqbyKXyPUAIxYFsPSuCXeUMgIbpA=; b=h6RvUO06rxfXiqg1m4vV7Z+ICFc3uhgM1hroGMz/Edwz0/l9jAy0+M8rcqP5DGKYFd G/EfxIperuBj/uycKur6Hrs+DcyFMW8qImx/78xudhdHEWAjAmnT61ka6wsY766cU4qI FdGBdiF1qs5H27ZepZyr5OESs1dBJmJ3PfnwY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TWuj16OSwHn6vIvrncbsrZy65SoooAMj/eRcnnpAMqCaG2amfaDWDXVqmQd8COZxS1 j1pgcC+VUF4G5ldm0D2xTCY1ByOT0zJuLAvCL9rJX6eWi1WItsgwT6MUpxVz0cT7Ennw K3Ov6JimDjqxRelHSzyvuqasviZAMYqT/jFFw= MIME-Version: 1.0 Received: by 10.204.23.77 with SMTP id q13mr1606036bkb.136.1257802149215; Mon, 09 Nov 2009 13:29:09 -0800 (PST) Date: Mon, 9 Nov 2009 22:29:09 +0100 Message-ID: Subject: RandomWriter config file problem From: Tonci Buljan To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0003255584e24d4b330477f6e224 --0003255584e24d4b330477f6e224 Content-Type: text/plain; charset=ISO-8859-1 Hi there. I'm new to Hadoop so please help me with my problem. I'm trying to use hadoop-example.jar randomwriter program with my configuration file that looks like this: test.randomwrite.min_ value 7 test.randomwrite.max_value 7777 test.randomwrite.total_bytes 20971520 What I'm trying to do is write 20 MB of random data (from 7-7777) on my 2 datanodes. Problem is at starting program with my config file (which is stored in /hadoop/core/bin folder). I've tried something like this hadoop/core/bin ./hadoop jar ../hadoop-*-examples.jar randomwriter out-writer2 configuration.xsl and it simple won't use my config file (I also tried with .xml file and also doesn't work). Hadoop starts but says "Running 20 map..:" which is default value i guess? Please help with my problem, Thanx Tonci Buljan --0003255584e24d4b330477f6e224--