Re: HELP !!!! configuring hadoop on ECLIPSE

2011-09-05 Thread ArunKumar
n and debugged ? Any help ? Regards, Arun -- View this message in context: http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-tp1086829p3310526.html Sent from the Hadoop lucene-dev mailing list archive at Nabble.com.

RE: Configuring Hadoop on eclipse

2011-09-04 Thread Rottinghuis, Joep
From: ArunKumar [arunk...@gmail.com] Sent: Sunday, September 04, 2011 12:43 AM To: hadoop-...@lucene.apache.org Subject: Re: Configuring Hadoop on eclipse Hi ! The problem is that some sites from where maven is downloading are blocked by our proxy servers. So i asked for an alternative. However

Re: Configuring Hadoop on eclipse

2011-09-04 Thread ArunKumar
ailed - see output for details Thank u very much . Arun -- View this message in context: http://lucene.472066.n3.nabble.com/Configuring-Hadoop-on-eclipse-tp3306402p3307993.html Sent from the Hadoop lucene-dev mailing list archive at Nabble.com.

Re: Configuring Hadoop on eclipse

2011-09-03 Thread Harsh J
m with git and mvn on my system(as i am behind a proxy) so > i didn't want use the QuickStart in >  http://wiki.apache.org/hadoopEclipseEnvironment<http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-td1086829.html#a3306100> Git, Ant and Maven all support le

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-09-03 Thread ArunKumar
examples.org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:36) Any help ? Arun -- View this message in context: http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-tp1086829p3306100.html Sent from the Hadoop lucene-dev mailing list archive at Nabble.com.

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-09-03 Thread ArunKumar
examples.org.apache.hadoop.examples.ExampleDriver.main(ExampleDriver.java:36) Any help ? Arun -- View this message in context: http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-tp1086829p3306063.html Sent from the Hadoop lucene-dev mailing list archive at Nabble.com.

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-01-12 Thread Zhenhua Guo
-- > View this message in context: > http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-tp1086829p2238650.html > Sent from the Hadoop lucene-dev mailing list archive at Nabble.com. >

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-01-12 Thread Faraz Ahmad
This is a guideline I used for setting up eclipse for hadoop-0.20.2. Hope it helps. Setting up eclipse for hadoop: use http://wiki.apache.org/hadoop/EclipseEnvironment page and follow as below: 1. New->Project Wizard -> Java Project - Project Name : hadoop-0.20.2, default output folder: hadoop-0.

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-01-11 Thread hemanth.murthy
settings should I be looking at? Thanks, Hemanth -- View this message in context: http://lucene.472066.n3.nabble.com/HELP-configuring-hadoop-on-ECLIPSE-tp1086829p2238650.html Sent from the Hadoop lucene-dev mailing list archive at Nabble.com.

Re: HELP !!!! configuring hadoop on ECLIPSE

2010-08-11 Thread Ahmad Shahzad
Hi Harsh, On Wed, Aug 11, 2010 at 6:46 PM, Harsh J wrote: > Hi, > > > >If you want your stable hadoop as a project inside your eclipse > >itself, run `ant eclipse` in the hadoop's extracted directory (or was > >it eclipse-files?) and then import the folder using the 'Existing > >Projects into W

Re: HELP !!!! configuring hadoop on ECLIPSE

2010-08-11 Thread Harsh J
Hi, If all you want to do is to write programs that use your stable hadoop libraries, have a look at the Hadoop Eclipse plugin that comes along (inside contrib folders). If you want your stable hadoop as a project inside your eclipse itself, run `ant eclipse` in the hadoop's extracted directory (

Re: HELP !!!! configuring hadoop on ECLIPSE

2010-08-11 Thread Ahmad Shahzad
Hi Saikat, Can you please provide more detail on how to do it. I tried creating a new java project, but i dont know how to associate hadoop source folders. Secondly, i tried creating eclipse project from existing an Ant buildfile and gives it hadoop build file that is in hadoop dir

Re: HELP !!!! configuring hadoop on ECLIPSE

2010-08-11 Thread Saikat Kanjilal
Here's how you can proceed: 1) untar your release to some directory 2) create a new java project in eclipse and associate the source subfolders of the eclipse project and associate that with the hadoop source subdirectory 3) now open up the eclipse ant targets and you should be able to run any of

HELP !!!! configuring hadoop on ECLIPSE

2010-08-11 Thread Ahmad Shahzad
Hi All, How can i configure hadoop on eclipse for development purpose. I dont want to download hadoop from trunk and use svn. I have a stable hadoop 0.20.2 release tar file. I want to use this tar file to set up hadoop on eclipse and than add/change some files in hadoop and build it using