Re: built hadoop! please help with next steps?

2013-05-31 Thread Sandy Ryza
Hi John, Here's how I deploy/debug Hadoop locally: To build and tar Hadoop: mvn clean package -Pdist -Dtar -DskipTests=true The tar will be located in the project directory under hadoop-dist/target/. I untar it into my deploy directory. I then copy these scripts into the same directory: had

RE: built hadoop! please help with next steps?

2013-05-31 Thread John Lilley
e if it applies to Hadoop 2.0 and YARN. John From: Sandy Ryza [mailto:sandy.r...@cloudera.com] Sent: Friday, May 31, 2013 12:13 PM To: user@hadoop.apache.org Subject: Re: built hadoop! please help with next steps? Hi John, Here's how I deploy/debug Hadoop locally: To build and tar Hadoop:

Re: built hadoop! please help with next steps?

2013-05-31 Thread Sandy Ryza
ailto:sandy.r...@cloudera.com] > *Sent:* Friday, May 31, 2013 12:13 PM > *To:* user@hadoop.apache.org > *Subject:* Re: built hadoop! please help with next steps? > > ** ** > > Hi John, > > ** ** > > Here's how I deploy/debug Hadoop locally: > >

RE: built hadoop! please help with next steps?

2013-06-03 Thread John Lilley
day, May 31, 2013 4:23 PM To: user@hadoop.apache.org Subject: Re: built hadoop! please help with next steps? I've been successful with importing all the leaf-level maven projects as "Existing Maven Projects" using the eclipse maven plugin. I've also gotten things to work without

Re: built hadoop! please help with next steps?

2013-06-03 Thread Deepak Vohra
ay, June 3, 2013 1:51 PM Subject: RE: built hadoop! please help with next steps? I’ve followed the instructions in BUILDING.txt, generated the eclipse projects and imported the eclipse projects generated by maven using File -> Import -> General -> Existing project into workspace…

RE: built hadoop! please help with next steps?

2013-06-03 Thread John Lilley
30601-0314 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0314) To: org.eclipse.m2e.editor.xml [1.4.0.20130601-0314] From: Deepak Vohra [mailto:dvohr...@yahoo.com] Sent: Monday, June 03, 2013 4:12 PM To: user@hadoop.apache.org Subject: Re: built hadoop! please help with next steps? John The

RE: built hadoop! please help with next steps?

2013-06-04 Thread John Lilley
Subject: RE: built hadoop! please help with next steps? I am getting errors trying to install m2e… has anyone else encountered this? Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0314

RE: built hadoop! please help with next steps?

2013-06-04 Thread John Lilley
Sandy, Thanks for the help! I am trying this now. Could you post your complete yarn-site.xml so I can use it as an example? John From: Sandy Ryza [mailto:sandy.r...@cloudera.com] Sent: Friday, May 31, 2013 12:13 PM To: user@hadoop.apache.org Subject: Re: built hadoop! please help with next

Re: built hadoop! please help with next steps?

2013-06-06 Thread Sandy Ryza
Ryza [mailto:sandy.r...@cloudera.com] > *Sent:* Friday, May 31, 2013 12:13 PM > *To:* user@hadoop.apache.org > *Subject:* Re: built hadoop! please help with next steps? > > ** ** > > Hi John, > > ** ** > > Here's how I deploy/debug Hadoop locally: >