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 7709211EDF for ; Mon, 19 May 2014 13:19:17 +0000 (UTC) Received: (qmail 68606 invoked by uid 500); 19 May 2014 13:19:13 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 68465 invoked by uid 500); 19 May 2014 13:19:13 -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 68458 invoked by uid 99); 19 May 2014 13:19:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 13:19:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pb0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 13:19:09 +0000 Received: by mail-pb0-f48.google.com with SMTP id rr13so5823612pbb.7 for ; Mon, 19 May 2014 06:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=mogG2h3Y/0mzD1Ifs6PoXcOki/hdUUyXoby0HSXzr78=; b=FyajEP1xqAeyclxnbKj0tRcll46JFYRyvD4G7bKlh5xfdjsZRQGFkpWPO6lE8gNZ1y bkOh3ds3+ozl3TjF6kn2mEgn5IxayY4YUZHJNZA68bn2se07bdzelP57y+DOd4x8bE3e 1GrXphZUpa94BlFrSYAeYzJs4WKZxYGiVD7nJwkmXZIbYjK/OQjx4Q9z1jzed08hPEVT ZJ1Ls49gtXkUp6Ao9c5q4V4hGaZUWZKewPGTK/mL/+nZdQ1nqORGiR2XQQLUYmDUFokE A3dMi51o0fCuGqIgJQxJbhYSONpWq21UiAZaI5d885MMFjNhRIDVXcpeqQypNHfw6vL8 4+zA== X-Received: by 10.68.197.195 with SMTP id iw3mr43416590pbc.139.1400505525013; Mon, 19 May 2014 06:18:45 -0700 (PDT) Received: from [192.168.0.13] (c-24-130-236-83.hsd1.ca.comcast.net. [24.130.236.83]) by mx.google.com with ESMTPSA id di3sm30136094pbc.11.2014.05.19.06.18.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 May 2014 06:18:43 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: multipart/alternative; boundary=Apple-Mail-26AF2BAF-6E26-4988-B321-9A70585F9202 Content-Transfer-Encoding: 7bit Message-Id: Cc: "user@hadoop.apache.org" X-Mailer: iPhone Mail (10B146) From: Ted Yu Subject: Re: ISSUE while configuring ECLIPSE with MAP-REDUCE Date: Mon, 19 May 2014 06:18:41 -0700 To: "user@hadoop.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-26AF2BAF-6E26-4988-B321-9A70585F9202 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Have you read http://ahadoop.blogspot.com/2013/03/steps-to-build-hadoop-code= -using-eclipse.html?m=3D1=20 Please pastebin the stack trace for the error you got.=20 Cheers On May 19, 2014, at 5:21 AM, Vandana kumari wrote: > I am a newbie in working with hadoop framework.=20 > I installed hadoop 1.2.1 on windows platform and while configuring it with= eclipse and setting hadoop location getting an error "Call to localhost fai= led on connection exception" but when accessing it via http://localhost:5007= 0/dfshealth.jsp i am getting my files. > Also when configuring eclipse with mapreduce and testing test.java file it= says to import TextInputFormat, TextOutputFormat, FileInputFormat, FileOutp= utFormat. >=20 > Please do help >=20 > Thanks and regards > Vandana >=20 --Apple-Mail-26AF2BAF-6E26-4988-B321-9A70585F9202 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Have you read <= a href=3D"http://ahadoop.blogspot.com/2013/03/steps-to-build-hadoop-code-usi= ng-eclipse.html?m=3D1">http://ahadoop.blogspot.com/2013/03/steps-to-build-ha= doop-code-using-eclipse.html?m=3D1 

Please pastebin the stack trace f= or the error you got. 

Cheers

On May 19, 2014, at 5:= 21 AM, Vandana kumari <kvandana= 1992@gmail.com> wrote:

I a= m a newbie in working with hadoop framework. 
I installed hadoop 1.2.1&= nbsp;on windows platform and while configuring it with eclipse and setting h= adoop location getting an error "Call to localhost failed on connection e= xception" but when accessing it via http://localhost:50070/dfshealth.jsp=  i am getting my files.
Also when configu= ring eclipse with mapreduce and testing test.java file it says to im= port TextInputFormat, TextOutputFormat, FileInputFormat, FileOutputFormat.

Please do help

Thanks and regards
Vandana

= --Apple-Mail-26AF2BAF-6E26-4988-B321-9A70585F9202--