Hadoop-Mapreduce-0.23-Build - Build # 18 - Still Failing

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/18/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 19023 lines...] [INFO] Executing tasks main: [IN

Hadoop-Mapreduce-0.23-Build - Build # 17 - Still Failing

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/17/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 19029 lines...] [INFO] [INFO] --- maven-install-

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Arun C Murthy
Good tip. Can you please add it to the FAQ Chris started on http://wiki.apache.org/hadoop/WritingYarnApps? (Oh, thanks Chris!) Arun On Sep 20, 2011, at 7:29 PM, Hitesh Shah wrote: > Chris, > > Another small note in case you have not already figured it out. > > It should likely be possible

[jira] [Reopened] (MAPREDUCE-3053) YARN Protobuf RPC Failures in RM

2011-09-20 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli reopened MAPREDUCE-3053: Assignee: Vinod Kumar Vavilapalli I think it makes sense to f

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Hitesh Shah
Chris, Another small note in case you have not already figured it out. It should likely be possible to debug the application master by running it directly ( instead of the multi-step client job submission approach). The only thing to note is you will need to comment out the code that does the

Hadoop-Mapreduce-0.23-Build - Build # 16 - Still Failing

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/16/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 17990 lines...] [INFO]

Hadoop-Mapreduce-0.23-Build - Build # 15 - Still Failing

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/15/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 18284 lines...] at hudson.remoting.PipeWi

Hadoop-Mapreduce-0.23-Build - Build # 14 - Still Failing

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/14/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 18113 lines...] at hudson.remoting.PipeWi

[jira] [Created] (MAPREDUCE-3055) Simplify parameter passing to Application Master from Client. SImplify approach to pass info such appId, ClusterTimestamp and failcount required by App Master.

2011-09-20 Thread Hitesh Shah (JIRA)
Simplify parameter passing to Application Master from Client. SImplify approach to pass info such appId, ClusterTimestamp and failcount required by App Master. -

Re: ApplicationMaster appId/appAttemptId/clusterTimestamp

2011-09-20 Thread Arun C Murthy
On Sep 20, 2011, at 5:32 PM, Hitesh Shah wrote: > Hi Chris > > You are right. At the moment, you do need to pass all of them in to your app > master for it to register. I will file a jira to simplify this to end up with > something along the lines where the RM implicitly passes such informatio

Hadoop-Mapreduce-0.23-Build - Build # 13 - Failure

2011-09-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Build/13/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3735 lines...] A hadoop-mapreduce-projec

Re: ApplicationMaster appId/appAttemptId/clusterTimestamp

2011-09-20 Thread Hitesh Shah
Hi Chris You are right. At the moment, you do need to pass all of them in to your app master for it to register. I will file a jira to simplify this to end up with something along the lines where the RM implicitly passes such information to the app master without the client explicitly setting i

[jira] [Created] (MAPREDUCE-3054) Unable to kill submitted jobs

2011-09-20 Thread Siddharth Seth (JIRA)
Unable to kill submitted jobs - Key: MAPREDUCE-3054 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3054 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 0.23.0

[jira] [Resolved] (MAPREDUCE-3053) YARN Protobuf RPC Failures in RM

2011-09-20 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini resolved MAPREDUCE-3053. Resolution: Fixed Fixed with: val rmAddress = NetUtils.createSocketAddr(con

[jira] [Created] (MAPREDUCE-3053) YARN Protobuf RPC Failures in RM

2011-09-20 Thread Chris Riccomini (JIRA)
YARN Protobuf RPC Failures in RM Key: MAPREDUCE-3053 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3053 Project: Hadoop Map/Reduce Issue Type: Bug Components: resourcemanager Affects Vers

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Arun C Murthy
Feel free to use http://wiki.apache.org/hadoop/WritingYarnApps. thanks, Arun On Sep 20, 2011, at 2:35 PM, Chris Riccomini wrote: > Hey Arun, > > For sure. Any preferred location? > > Cheers, > Chris > > From: Arun C Murthy [a...@hortonworks.com] > Sent:

RE: YARN, LocalResource, and Classpaths

2011-09-20 Thread Chris Riccomini
Hey Arun, For sure. Any preferred location? Cheers, Chris From: Arun C Murthy [a...@hortonworks.com] Sent: Tuesday, September 20, 2011 2:32 PM To: mapreduce-dev@hadoop.apache.org Subject: Re: YARN, LocalResource, and Classpaths Thanks Chris! We'd love to

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Arun C Murthy
Thanks Chris! We'd love to have you put up a README wiki to log your adventures for posterity... interested? On Sep 20, 2011, at 2:20 PM, Chris Riccomini wrote: > Hey Guys, > > Thanks for the help. For the record, this solved the problem: > >new ApplicationMasterExecutor(packagePath) >

ApplicationMaster appId/appAttemptId/clusterTimestamp

2011-09-20 Thread Chris Riccomini
Hey Guys, Sorry to bug again, but I think it's best to get this stuff into the mail archives. I want to confirm that I'm starting my ApplicationMaster in the "proper" way. Right now, my client is setCommand'ing this: "java -cp './package/*' kafka.yarn.ApplicationMaster " + streamerClass + " "

RE: YARN, LocalResource, and Classpaths

2011-09-20 Thread Chris Riccomini
Hey Guys, Thanks for the help. For the record, this solved the problem: new ApplicationMasterExecutor(packagePath) .addCommand("java -cp './package/*' kafka.yarn.ApplicationMaster " + streamerClass + " " + tasks + " " + "1>" + ApplicationConstants.LOG_DIR_EXPANSION_VAR + "/stdo

RE: YARN, LocalResource, and Classpaths

2011-09-20 Thread Chris Riccomini
Hey Vinod, Interesting follow up. find ./package/* Shows: package/activation-1.1.jar package/aopalliance-1.0.jar package/asm-3.2.jar package/aspectjrt-1.6.5.jar package/avro-1.5.3.jar package/avro-ipc-1.5.3.jar ... Appears it's unzipped, after all. I think the :./package/*: syntax is busted f

[jira] [Resolved] (MAPREDUCE-2763) IllegalArgumentException while using the dist cache

2011-09-20 Thread Ramya Sunil (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramya Sunil resolved MAPREDUCE-2763. Resolution: Fixed I see this issue being fixed in the latest code base. Hence resolving

RE: YARN, LocalResource, and Classpaths

2011-09-20 Thread Chris Riccomini
Hey Vinod, Yea, I considered that. find . . ./.task.sh.crc ./.container_tokens.crc ./container_tokens ./task.sh ./package ls -l package lrwxrwxrwx 1 criccomi eng 125 Sep 20 12:47 package -> /tmp/nm-local-dir/usercache/criccomi/appcache/application_1316468926404_0016/filecache/2573972455544981

[jira] [Created] (MAPREDUCE-3052) Maintain consistency in naming appIDs, jobIDs and attemptIDs

2011-09-20 Thread Jeffrey Naisbitt (JIRA)
Maintain consistency in naming appIDs, jobIDs and attemptIDs Key: MAPREDUCE-3052 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3052 Project: Hadoop Map/Reduce Issue Type: Bu

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Arun C Murthy
As Vinod mentioned, package your dirs so that they untar into the CWD. If you have a directory structure in your .tgz (e.g. lib.tgz -> lib/foo.jar) you'll need to set your classpath to be ./foo/*. hth, Arun On Sep 20, 2011, at 10:26 AM, Chris Riccomini wrote: > Hey All, > > I'm trying to us

Re: YARN, LocalResource, and Classpaths

2011-09-20 Thread Vinod Kumar Vavilapalli
The .tgz archives are untarred and symlinked to in the working directory. In your code, you mentioned the key to be "package" in the resource description. I'd suggest you try to add files under the "package" dir (actually a symlink). Also, it really depends on how you package really is built. For

[jira] [Created] (MAPREDUCE-3051) HADOOP_CONF_DIR exported twice in the classpath

2011-09-20 Thread Ramya Sunil (JIRA)
HADOOP_CONF_DIR exported twice in the classpath --- Key: MAPREDUCE-3051 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3051 Project: Hadoop Map/Reduce Issue Type: Bug Components: mr

YARN, LocalResource, and Classpaths

2011-09-20 Thread Chris Riccomini
Hey All, I'm trying to use YARN's LocalResource stuff to ship a tgz file that has all the jars that I need on my Classpath (for my ApplicationMaster and my container tasks). I'm having trouble figuring out what my client should put in the ApplicationMaster exec command that it sends to the Reso

[jira] [Created] (MAPREDUCE-3050) YarnScheduler needs to expose Resource Usage Information

2011-09-20 Thread Robert Joseph Evans (JIRA)
YarnScheduler needs to expose Resource Usage Information Key: MAPREDUCE-3050 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3050 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Resolved] (MAPREDUCE-2755) MR-279: AM writes logs to stderr

2011-09-20 Thread Vinod Kumar Vavilapalli (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod Kumar Vavilapalli resolved MAPREDUCE-2755. Resolution: Duplicate Same as MAPREDUCE-2754. > MR-279: AM wri

[jira] [Created] (MAPREDUCE-3049) Improvements in the RM, NM, HS UI pages

2011-09-20 Thread Devaraj K (JIRA)
Improvements in the RM, NM, HS UI pages --- Key: MAPREDUCE-3049 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3049 Project: Hadoop Map/Reduce Issue Type: Improvement Components: mrv2 A

[jira] [Created] (MAPREDUCE-3048) Fix test-patch to run tests via "mvn clean install test"

2011-09-20 Thread Vinod Kumar Vavilapalli (JIRA)
Fix test-patch to run tests via "mvn clean install test" Key: MAPREDUCE-3048 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3048 Project: Hadoop Map/Reduce Issue Type: Bug

[jira] [Created] (MAPREDUCE-3047) FileOutputCommitter throws wrong type of exception when calling abortTask() to handle a directory without permission

2011-09-20 Thread JiangKai (JIRA)
FileOutputCommitter throws wrong type of exception when calling abortTask() to handle a directory without permission Key: MAPREDUCE-3047 URL: http