Re: Setting up hadoop on eclipse

2015-05-04 Thread Bernd Eckenfels
Am Mon, 4 May 2015 18:11:18 -0400 schrieb sai prasad kolli : > I tried to clone from git clone git://git.apache.org/hadoop-common.git > I get the following error > > Cloning into 'hadoop-common'... > fatal: unable to connect to git.apache.org: > git.apache.org[0: 54.84.58.65]: errno=No error Pro

Re: Setting up hadoop on eclipse

2015-05-04 Thread Bernd Eckenfels
Am Mon, 4 May 2015 17:53:04 -0400 schrieb sai prasad kolli : > After cloning hadoop-common wiki says to build using maven. > hadoop-common does not have pom file to build with maven. Maybe your clone was aborted? C:\temp>git clone git://git.apache.org/hadoop-common.git Cloning into 'hadoop-commo

Setting up hadoop on eclipse

2015-05-04 Thread sai prasad kolli
Hi, I am new to hadoop and trying to setup hadoop on eclipse. I am following this link http://wiki.apache.org/hadoop/EclipseEnvironment After cloning hadoop-common wiki says to build using maven. hadoop-common does not have pom file to build with maven. I cloned hadoop project from github and

Re: Hadoop on Eclipse

2011-10-07 Thread Eric Payne
ch-0.23' directory. It works for a while (10 minutes or so), >and then you can edit, navigate, etc. > >NOTE: I build from the command line, not from w/i eclipse. > >Hope that helps. >-Eric > > > >- Forwarded Message - >>From: Eric Payne &

Fw: Hadoop on Eclipse

2011-10-07 Thread Eric Payne
c       - Forwarded Message - >From: Eric Payne >To: "eric.payne1...@yahoo.com" >Sent: Friday, October 7, 2011 8:20 AM >Subject: RE: Hadoop on Eclipse > > > >-Original Message- >From: Tim Broberg [mailto:tbrob...@yahoo.com] >Sent: Thursday, Octobe

Re: Hadoop on Eclipse

2011-10-06 Thread Tim Broberg
Eclipse Am also facing the exact issue. I think the documentation for setting up hadoop on eclipse is for older versions of hadoop. Now i am using hadoop 0.24.0 snapshot and with reference to that the documentation seems outdated. Any help on this regard will be very useful. On Wed, Oct 5, 2011 at

Re: Hadoop on Eclipse

2011-10-06 Thread Prasanth J
Am also facing the exact issue. I think the documentation for setting up hadoop on eclipse is for older versions of hadoop. Now i am using hadoop 0.24.0 snapshot and with reference to that the documentation seems outdated. Any help on this regard will be very useful. On Wed, Oct 5, 2011 at 10:34

RE: Hadoop on Eclipse

2011-10-04 Thread Ravi Teja
: Wednesday, October 05, 2011 3:55 AM To: common-dev@hadoop.apache.org Subject: Re: Hadoop on Eclipse Thanks, Luke! But I'm still having problems. After importing all projects into Eclipse, I got 1007 erros. The first one: "Project 'MapReduceTools' is missing required library:

Re: Hadoop on Eclipse

2011-10-04 Thread Alexandre de Assis Bento Lima
Thanks, Luke! But I'm still having problems. After importing all projects into Eclipse, I got 1007 erros. The first one: "Project 'MapReduceTools' is missing required library: 'lib/hadoop-core.jar'" Then, many of the following kind: "Unbound classpath variable: 'M2_REPO/aopalliance/aopalliance

Re: Hadoop on Eclipse

2011-10-04 Thread Luke Lu
Try to do a mvn install -DskipTests -P-cbuild before mvn eclipse:eclipse.. On Mon, Oct 3, 2011 at 10:08 PM, Alexandre de Assis Bento Lima wrote: > Hi, > > I'm following the steps suggested by the wiki page: > > EclipseEnvironment - Hadoop Wiki > (http://wiki.apache.org/hadoop/EclipseEnvironment)

Hadoop on Eclipse

2011-10-03 Thread Alexandre de Assis Bento Lima
Hi, I'm following the steps suggested by the wiki page: EclipseEnvironment - Hadoop Wiki (http://wiki.apache.org/hadoop/EclipseEnvironment) in order to have an Eclipse project for Hadoop. I'm exactly trying to execute the following command: mvn eclipse:eclipse -DdownloadSources=true -Ddownloa

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
On Sat, Sep 3, 2011 at 12:38 PM, arun k wrote: > Hi ALL ! > > I am trying to configure hadoop on eclipse for development purpose. > I am interested in seeing and understanding the working of Hadoop code : say > Jobtracker , Tasktracker, Namenode working,etc. > I have some proble

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-09-03 Thread ArunKumar
Hi ALL ! I am trying to configure hadoop on eclipse for development purpose. I am interested in seeing and understanding the working of Hadoop code : say Jobtracker , Tasktracker, Namenode working,etc. I have some problem with git and mvn on my system(as i am behind a proxy) so i didn't wan

Re: HELP !!!! configuring hadoop on ECLIPSE

2011-09-03 Thread ArunKumar
Hi ALL ! I am trying to configure hadoop on eclipse for development purpose. I am interested in seeing and understanding the working of Hadoop code : say Jobtracker , Tasktracker, Namenode working,etc. I have some problem with git and mvn on my system(as i am behind a proxy) so i didn't wan

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
n any of the ant targets from here Let me know if you need more details. Sent from my iPhone On Aug 11, 2010, at 5:45 AM, Ahmad Shahzad wrote: > Hi All, > How can i configure hadoop on eclipse for development purpose. I > dont want to download hadoop from trunk and use svn. I

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