[jira] [Created] (MAPREDUCE-5193) A few MR tests use block sizes which are smaller than the default minimum block size

2013-04-29 Thread Aaron T. Myers (JIRA)
Aaron T. Myers created MAPREDUCE-5193: - Summary: A few MR tests use block sizes which are smaller than the default minimum block size Key: MAPREDUCE-5193 URL: https://issues.apache.org/jira/browse/MAPREDUCE-51

Re: Heads up - 2.0.5-beta

2013-04-29 Thread Roman Shaposhnik
On Fri, Apr 26, 2013 at 11:15 AM, Arun C Murthy wrote: > > On Apr 25, 2013, at 7:31 PM, Roman Shaposhnik wrote: > >> On Thu, Apr 25, 2013 at 6:34 PM, Arun C Murthy wrote: >> >>> With that in mind, I really want to make a serious push to lock down APIs >>> and wire-protocols for hadoop-2.0.5-beta

[jira] [Resolved] (MAPREDUCE-5134) Default settings cause LocalJobRunner to OOME

2013-04-29 Thread Sandy Ryza (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-5134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandy Ryza resolved MAPREDUCE-5134. --- Resolution: Not A Problem > Default settings cause LocalJobRunner to OOME > -

[jira] [Created] (MAPREDUCE-5192) Separate TCE resolution from fetch

2013-04-29 Thread Chris Douglas (JIRA)
Chris Douglas created MAPREDUCE-5192: Summary: Separate TCE resolution from fetch Key: MAPREDUCE-5192 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5192 Project: Hadoop Map/Reduce

[jira] [Resolved] (MAPREDUCE-4349) Distributed Cache gives inconsistent result if cache Archive files get deleted from task tracker

2013-04-29 Thread Mayank Bansal (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayank Bansal resolved MAPREDUCE-4349. -- Resolution: Fixed > Distributed Cache gives inconsistent result if cache Archiv

[jira] [Resolved] (MAPREDUCE-4405) Adding test case for HierarchicalQueue in TestJobQueueClient

2013-04-29 Thread Mayank Bansal (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-4405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayank Bansal resolved MAPREDUCE-4405. -- Resolution: Fixed > Adding test case for HierarchicalQueue in TestJobQueueClien

Re: problem in switching to branch-2

2013-04-29 Thread Samaneh Shokuhi
Hi Vinod , I want to run WordCount example with branch-2 and what i need to do that is hadoop-core-x.x.x-SNAPSHOT . in branch-1 ,we have build.xml which i can generate hadoop-core jar file by executing "ant jar" ,but here in branch-2 i don’t know how to generate hadoop-core jar file. And also i ma

Re: Build failed for Hadoop-1.0.4

2013-04-29 Thread Harsh J
1. To built 1.0.4 specifically, you will also need Cygwin installed and on your Windows PATH. I'd suggest instead using branch-1-win (no Apache releases yet though) from the source repository. 2. You need autoconf, automake, cmake, etc. installed for building a fully configured, native-libs includi

Re: problem in switching to branch-2

2013-04-29 Thread Vinod Kumar Vavilapalli
branch-1.2 has lib/conf/logs etc. branch-2's directory structure and the content is similar to trunk, so you may already be seeing correct code. See pom.xml and look for the first occurrence of , you should see 3.0.0-SNAPSHOT for trunk and 2.0.5-SNAPSHOT for branch-2. Thanks, +Vinod On Apr 2

Re: Hadoop MapReduce High Availability

2013-04-29 Thread Sandy Ryza
Hi Augusto, In Hadoop 2, ResourceManager HA is being worked on under YARN-128 and YARN-149. There's a design doc for RM recovery on the latter. Hadoop 1's MapReduce high availability story is kind of fragmented. Cloudera distribution has JobTracker HA based on the HA libraries available in Hado

Re: problem in switching to branch-2

2013-04-29 Thread Samaneh Shokuhi
Hi Vinod, I did what you said but the thing is my working directory still contains trunk branch !! what i see for example as branch-1.2 is different from branch-2 . I switch to branch-1.2 like "git checkout remotes/origin/branch-1.2" and it contains for example build ,bin ,conf, lib, source ,logs