Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 62298 invoked from network); 23 Feb 2008 20:56:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2008 20:56:05 -0000 Received: (qmail 32975 invoked by uid 500); 23 Feb 2008 20:55:54 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 32944 invoked by uid 500); 23 Feb 2008 20:55:53 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 32935 invoked by uid 99); 23 Feb 2008 20:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 12:55:53 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Feb 2008 20:55:06 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JT1P4-0007of-PW for core-user@hadoop.apache.org; Sat, 23 Feb 2008 12:55:26 -0800 Message-ID: <15657067.post@talk.nabble.com> Date: Sat, 23 Feb 2008 12:55:26 -0800 (PST) From: bstarchev To: core-user@hadoop.apache.org Subject: Failed to get the current user's information when running Hadoop MapReduce application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: bstarchev@ru.acad.bg X-Virus-Checked: Checked by ClamAV on apache.org I use mapreducetools plugin for Eclipse: com.ibm.hipods.mapreduce_1.0.4=20 (http://www.alphaworks.ibm.com/tech/mapreducetools) and corresponding Cheat Sheet in Eclipse to make may HelloHadoop project! When I run it as Eclipse application (last step in Cheat sheet), I have received the message (from downloaded hadoop-0.16.0). : 08/02/23 19:13:26 INFO jvm.JvmMetrics: Initializing JVM Metrics with processName=3DJobTracker, sessionId=3D java.io.IOException: Failed to get the current user's information: Login failed: CreateProcess: whoami error=3D2 =09at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:466) =09at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:805) =09at hellomapreduce.HelloDriver.main(HelloDriver.java:29) How to overcome this =E2=80=9CLogin Problem=E2=80=9D ? In =E2=80=9CEclipse= environment=E2=80=9D in Windows? --=20 View this message in context: http://www.nabble.com/Failed-to-get-the-curre= nt-user%27s-information-when-running-Hadoop-MapReduce-application-tp1565706= 7p15657067.html Sent from the Hadoop core-user mailing list archive at Nabble.com.