Re: Hadoop-Git-Eclipse

2012-06-18 Thread Prajakta Kalmegh
from within the IDE, I place the directory they 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 pkalm...@gmail.com wrote: Hi Harsh You were right

Re: Hadoop-Git-Eclipse

2012-06-15 Thread Prajakta Kalmegh
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 prkal...@in.ibm.com wrote: Hi I have done MapReduce programming using Eclipse before but now I need

Re: Hadoop-Git-Eclipse

2012-06-15 Thread Prajakta Kalmegh
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 pkalm...@gmail.com wrote: Hi Harsh Appreciate the response. I was able to configure and implement basic JUnits within eclipse and get some code running. Still

Re: Hadoop-Git-Eclipse

2012-06-13 Thread Prajakta Kalmegh
...@cloudera.com 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. On Thu, Jun 7, 2012 at 5:18 PM, Prajakta

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