Re: Hadoop-Git-Eclipse

2012-06-18 Thread Prajakta Kalmegh
hey are > contained in onto my launcher's (Called 'Run Configuration' in > eclipse, for instance) classpath and they are picked up by my program. > > On Fri, Jun 15, 2012 at 12:30 PM, Prajakta Kalmegh > wrote: > > Hi Harsh > > > > You were right -

Re: Hadoop-Git-Eclipse

2012-06-15 Thread Prajakta Kalmegh
general > configs for YARN deployment may be found at http://bit.ly/M2Eobz or at > http://bit.ly/LW3Var. > > Does this help? > > On Wed, Jun 13, 2012 at 6:39 PM, Prajakta Kalmegh > wrote: > > Hi Harsh > > > > Appreciate the response. I was able to configure

Re: Hadoop-Git-Eclipse

2012-06-14 Thread Prajakta Kalmegh
i Prajakta, > > > > can u please tell me the steps to do MapReduce programming using > Eclipse . > > I really appreciate.. ur help. i m new to hadoop . want to learn > > > > thanks > > shant > > > > On Thu, Jun 7, 2012 at 6:48 AM, Prajakta Kalmegh &g

Re: Hadoop-Git-Eclipse

2012-06-13 Thread Prajakta Kalmegh
6:09 PM, Harsh J wrote: > Hi Prajakta, > > I have Eclipse setup with M2E plugins. And once thats done, I merely > clone a repo and import projects in via M2E's "Import existing maven > projects" feature. This seems to work just fine for apache/hadoop's > trunk

Hadoop command not found:hdfs and yarn

2012-06-08 Thread Prajakta Kalmegh
Hi I am trying to execute the following commands for setting up Hadoop: # Format the namenode hdfs namenode -format # Start the namenode hdfs namenode # Start a datanode hdfs datanode yarn resourcemanager yarn nodemanager It gives me a "Hadoop Command not found." error for all the commands. When

Hadoop-Git-Eclipse

2012-06-07 Thread Prajakta Kalmegh
Hi I have done MapReduce programming using Eclipse before but now I need to learn the Hadoop code internals for one of my projects. I have forked Hadoop from github (https://github.com/apache/hadoop-common ) and need to configure it to work with Eclipse. All the links I could find list steps