Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CB387502 for ; Fri, 23 Dec 2011 12:21:15 +0000 (UTC) Received: (qmail 34623 invoked by uid 500); 23 Dec 2011 12:21:14 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 34488 invoked by uid 500); 23 Dec 2011 12:21:14 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 34480 invoked by uid 99); 23 Dec 2011 12:21:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2011 12:21:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2011 12:21:06 +0000 Received: by iapp10 with SMTP id p10so20619584iap.35 for ; Fri, 23 Dec 2011 04:20:45 -0800 (PST) Received: by 10.50.159.131 with SMTP id xc3mr13345371igb.27.1324642845033; Fri, 23 Dec 2011 04:20:45 -0800 (PST) Received: from [192.168.1.2] ([59.92.87.81]) by mx.google.com with ESMTPS id d19sm40447076ibh.8.2011.12.23.04.20.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Dec 2011 04:20:44 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: hadoop-0.20.3 setup From: Harsh J In-Reply-To: Date: Fri, 23 Dec 2011 17:50:39 +0530 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: hdfs-user@hadoop.apache.org X-Mailer: Apple Mail (2.1084) Try starting your cluster as a non-root user. On 23-Dec-2011, at 2:58 PM, Martinus Martinus wrote: > Hi, >=20 > I tried to setup the hadoop-cluster using hadoop-0.20.2 and it seem's = to be ok, but when I tried to used another version of hadoop, such as = hadoop-0.20.3, when I start-all.sh, it gaves me an error like this : >=20 > uvm12dk: Unrecognized option: -jvm > uvm12dk: Could not create the Java virtual machine. >=20 > How to handle with this problem? >=20 > Thanks.