Also i did properly added all external hadoop library jars then also its unable to resolve all hadoop imports starting with
org.apache.hadoop On Wed, Aug 22, 2012 at 11:14 AM, Visioner Sadak <visioner.sa...@gmail.com>wrote: > Hi Harsh, > > I am trying the second option 2. Load hadoop-1.0.3 > dependencies into Eclipse for a java project? > > Actually i am writing a java code for uploading data in to > HADOOP > > On Wed, Aug 22, 2012 at 7:51 AM, Harsh J <ha...@cloudera.com> wrote: > >> Visioner, >> >> What exactly are you trying to do: >> >> 1. Load hadoop-1.0.3 sources into Eclipse as a project itself, to >> develop Hadoop? >> 2. Load hadoop-1.0.3 dependencies into Eclipse for a java project? >> >> On Wed, Aug 22, 2012 at 2:08 AM, Visioner Sadak >> <visioner.sa...@gmail.com> wrote: >> > Hello, >> > >> > I am unable to resolve the following imports in eclipse for >> hadoop >> > 1.0.3 tried to add jars externally as well through build paths any idea >> why >> > this is hapenning >> > >> > for 0.20 versions it was wrking fine >> > >> > >> > >> > import >> > >> > org.apache.hadoop.conf.Configuration; >> > >> > import >> > >> > org.apache.hadoop.fs.FSDataInputStream; >> > >> > import >> > >> > org.apache.hadoop.fs.FSDataOutputStream; >> > >> > import >> > >> > org.apache.hadoop.fs.FileSystem; >> > >> > import >> > >> > org.apache.hadoop.fs.Path; >> >> >> >> -- >> Harsh J >> > >