My understanding was that the main reason that we labeled 2.0 alpha and 2.1
beta is that we wanted flexibility to make breaking API changes.
Is that the case now with 2.7? I.e. do we have APIs labeled as Public /
Stable that we want freedom to change in 2.8? If not, I definitely don't
think the
+1 to auto-closing branch-1 issues.
-Sandy
On Fri, May 8, 2015 at 11:14 AM, Karthik Kambatla
wrote:
> Closing out the JIRAs as "Auto Closed" or "Closed due to Inactivity" seems
> reasonable to me. For branch-1, we can be more aggressive. We should
> probably do the same less aggressively for ot
You're correct that there's no way to put a hard limit on the number of
maps or reduces for a given user, and a user can potentially consume all of
the cluster resources. However, if there are multiple users contending for
resources, the scheduler makes an effort to schedule tasks equally, so it
w
I am trying to write a test for "mapred queue -info" (for MAPREDUCE-4896).
The test requires a running RM ask for the information. I noticed that
TestJobClient and TestMRJobClient, which test other mapreduce command line
tools, are both @Ignored. Does anybody know whether these are ignored
becau
Is there a reason why mapreduce.jobtracker.address is not deprecated to
yarn.resourcemanager.address?
thanks,
Sandy
xist, hence the non-deprecation.
> >>
> >> I am not sure we formally did, but once it is cast in stone that MR1
> >> cannot be run with Hadoop 2.0 *(by which time we should remove JT/TT
> etc.),
> >> then we can deprecate these config
+1 (non-binding) Built from source on Ubuntu and ran a couple different
jobs under the fair scheduler.
On Tue, Feb 12, 2013 at 8:52 PM, Konstantin Boudnik wrote:
> On Tue, Feb 12, 2013 at 07:44PM, Konstantin Boudnik wrote:
> > We've created BigTop stack with 2.0.3 as the base. Ran YCSB, slive, a
A recent patch of mine (https://issues.apache.org/jira/browse/MAPREDUCE-4994)
broke a couple of tests, but the Hadoop QA build (
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/3321/testReport/)
didn't
catch anything wrong. It looks like the tests under mapred.lib and
mapreduce.lib, such a
+1 (non-binding)
Built from source and ran sample jobs concurrently with the fair scheduler
on a single node cluster.
On Fri, Apr 12, 2013 at 2:56 PM, Arun C Murthy wrote:
> Folks,
>
> I've created a release candidate (RC2) for hadoop-2.0.4-alpha that I would
> like to release.
>
> The RC is a
+1 (non-binding)
Built from source and ran a couple of MR examples on a single node cluster.
-Sandy
On Wed, Apr 17, 2013 at 12:03 PM, Siddharth Seth
wrote:
> +1 (binding).
> Verified checksums and signature.
> Built from source tar, deployed a single node cluster (CapacityScheduler)
> and tried
Hi Samaneh,
If you want to see the map outputs post sort/shuffle, the easiest way is
probably to use an IdentityReducer and inspect the job.
Can you be more specific on what you need to disable the sort phase for?
Sorting is used in part to group map outputs and route them to the correct
reducer
sible to skip sort in some cases.For example if we have only one reducer
> is it possible to skip the sorting and just flush the data directly to the
> reducer ?
>
> Samaneh
>
>
>
> On Thu, Apr 18, 2013 at 8:46 PM, Sandy Ryza
> wrote:
>
> > Hi Samaneh,
> >
Hi Jay,
In trunk, these keys are in MRJobConfig (extended by JobContext) and
MRConfig. I'm not sure what the state of things are in branch-1. Agreed
that it would be nice for the naming convention to be consistent with HDFS,
but personally I like *Config more than *ConfigKeys better because the
The 2.0 series contains security as well.
-Sandy
On Sat, Apr 27, 2013 at 5:30 AM, Suresh S wrote:
> Thank you very much sir. great explaination.
>
> 0.20.20X is renamed to 1.0. So, 1.0 series is coming with security.
>
> What about 2.0 series? It is with security or without?
>
> *Regards*
>
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
+1 (non-binding)
On Sun, May 19, 2013 at 1:22 PM, Derek Dagit wrote:
> +1 (non-binding)
>
> On May 17, 2013, at 4:14 PM, "Thomas Graves"
> wrote:
>
> > Hello all,
> >
> > We've had a few critical issues come up in 0.23.7 that I think warrants a
> > 0.23.8 release. The main one is MAPREDUCE-521
Hi Niranjan,
Your understanding is correct.
-Sandy
On Tue, May 21, 2013 at 1:02 AM, maisnam ns wrote:
> Hi,
>
> I was looking into this issue but would be happy if someone could clarify
> some of my doubts.
>
> Is the issue related to the given below snapshot of log:
>
> org.apache.hadoop.map
If you're planning to fix it, it would probably look prettiest to keep the
percentage sign and have the numbers between 0 and 100.
-Sandy
On Tue, May 21, 2013 at 10:55 AM, maisnam ns wrote:
> Thanks Sandy Ryza
>
>
>
>
> On Tue, May 21, 2013 at 11:20 PM, Sandy Ryza &g
+1 (non-binding). Did a full build from source and ran a few sample jobs
on a pseudo-distributed cluster.
-Sandy
On Mon, Jun 3, 2013 at 11:29 AM, Kihwal Lee wrote:
> +1 I've downloaded & built the RC and ran several tests on a single node
> cluster.
>
> Kihwal
>
> On 5/28/13 11:00 AM, "Thomas
+1 (non-binding)
Built from source, ran a few sample jobs on a pseudo-distributed cluster
On Mon, Jun 3, 2013 at 3:22 PM, Chris Douglas wrote:
> +1
>
> Checksum and signature match, ran some unit tests, checked diff
> against 2.0.4-alpha.
>
> Thanks for seeing this through, Cos. -C
>
> On Mon,
Hi yarn-dev/mapreduce-dev,
Is there a reason that mapred.child.ulimit no longer has an effect in MR2?
Should it be added back in?
thanks for any help,
-Sandy
are worried about backwards compatibility
> we can add it back in. It is not that hard, all it did was add 'ulimt -v
> ' to the shell script that launched the task, except on windows.
>
> --Bobby
>
> On 6/18/13 3:56 PM, "Sandy Ryza" wrote:
>
For YARN-791, if we can come to consensus on the correct approach, I can
try to have a patch ASAP.
-Sandy
On Fri, Jun 28, 2013 at 12:03 PM, Hitesh Shah wrote:
> Hi Arun,
>
> From a YARN perspective, YARN-791 and YARN-727 are 2 jiras that may
> potentially change the apis. They can implemented
The fair scheduler does preemption as well.
-Sandy
On Sat, Jun 29, 2013 at 12:05 PM, Steve Loughran wrote:
> there's a scheduler in contrib/ that does pre-emption. look here
>
>
> https://github.com/apache/hadoop-common/tree/branch-0.22/mapreduce/src/contrib/dynamic-scheduler
>
> On 28 June 201
Vinod, your thinking makes sense to me. My two cents are that we should
hold off on fixes until 2.1.1-beta. Unless there are downstream projects
that need it to work for integration testing.
-Sandy
On Mon, Aug 19, 2013 at 2:49 PM, Vinod Kumar Vavilapalli wrote:
>
> Thanks for the clarificatio
+1 (non-binding)
Built from source, ran jobs on a pseudo-distributed cluster with the Fair
Scheduler.
-Sandy
On Tue, Aug 20, 2013 at 7:27 PM, Arun C Murthy wrote:
> Thanks for the heads up Aaron, I've changed fix-version of HDFS-4763 to
> 2.1.1-beta for now.
>
> Committers - please be careful
Apparently JobClient.getRootQueues returns the default queue, not the root
queue. Is this the correct behavior? It might make sense for the FIFO
scheduler, but not for the Fair and Capacity schedulers.
thanks for any guidance
-Sandy
+1 (non-binding)
Built from source and ran a few jobs on a pseudo-distributed cluster with
the Fair Scheduler.
On Tue, Oct 8, 2013 at 6:48 AM, Thomas Graves wrote:
> +1.
>
> Downloaded, verified signature/md5, CHANGES.txt, NOTICE, LICENSE, README,
> release notes, built the source tar ball, an
I'm unable to get a simple hadoop pipes job working in MR2, and got the
sense it hasn't been working for a while. Does anybody have any insight
into what's going on? Has anybody used them successfully recently?
thanks for any help,
Sandy
Hi All,
I noticed that the hadoop streaming documentation does not exist in the
Hadoop 2 source tree, and also cannot be found on the internet. Is this
on purpose? I found this wiki page
http://wiki.apache.org/hadoop/HadoopStreaming - is that where doc is
supposed to go? As this page isn't tie
d file a jira for it. The
> wiki content here could be a good starting point.
>
> On Mon, Oct 14, 2013 at 2:56 PM, Sandy Ryza
> wrote:
> > Hi All,
> >
> > I noticed that the hadoop streaming documentation does not exist in the
> > Hadoop 2 source tree, and also
Starting afresh with 2.2.1 and keeping it as small as possible sounds
reasonable to me.
Would love to get 2.3 out soon. To that end, how would people feel about
having code and/or feature freeze and/or ship dates? We've been way behind
out goals for recent releases. Having actual targets on the
N-1333. Support blacklisting in the Fair Scheduler
YARN-1109. Demote NodeManager "Sending out status for container" logs
to debug (haosdent via Sandy Ryza)
YARN-1388. Fair Scheduler page always displays blank fair share
+1 to doing releases at some fixed time interval.
-Sandy
On W
We should hold off commits until that's done, right?
On Mon, Jan 27, 2014 at 1:07 PM, Arun C Murthy wrote:
> Yep, on it as we speak. :)
>
>
> Arun
>
> On Jan 27, 2014, at 12:36 PM, Jason Lowe wrote:
>
> > Thanks, Arun. Are there plans to update the Fix Versions and
> CHANGES.txt accordingly?
Hi Suresh,
The schedulers used in MR1 are not compatible with the schedulers used in
MR2 / YARN. Check out ResourceScheduler.java for the updated interface.
I believe that speculative execution still works the same way.
-Sandy
On Sat, Jan 25, 2014 at 9:47 AM, Suresh S wrote:
> Hello Friends
Going forward with commits because it seems like others have been doing so
On Mon, Jan 27, 2014 at 1:31 PM, Sandy Ryza wrote:
> We should hold off commits until that's done, right?
>
>
> On Mon, Jan 27, 2014 at 1:07 PM, Arun C Murthy wrote:
>
>> Yep, on it as
+1 to reverting those JIRAs from branch-2.3. As YARN-1689 is fixing a
problem caused by YARN-1493 I think we can revert it in branch-2.3 as well.
I think we should leave them in branch-2 for now. We can revert if 2.4 is
imminent and they're holding it up, but hopefully the issues they caused
wil
Hi Pramod,
For the reduce side, also check out Shuffle.java.
-Sandy
On Mon, Feb 10, 2014 at 2:54 AM, Pramod Biligiri
wrote:
> Hi,
> I'm beginning to look at the code for the Shuffle phase of MapReduce, for
> an academic project.
>
> I wanted to confirm if I have started at the right location:
+1 (non-binding)
Built from source and ran jobs on a pseudo-distributed cluster with the
Fair Scheduler
On Wed, Feb 12, 2014 at 7:56 PM, Xuan Gong wrote:
> +1 (non-binding)
>
> downloaded the source tar ball, built, ran a number of MR jobs on a
> single-node cluster and checked the job history
Looking forward to the release. What's the state of the application
history server? Do we have security, documentation, and are APIs stable?
If not, do we have a plan for how to make this clear to users?
What about the timeline store?
thanks,
Sandy
On Fri, Mar 14, 2014 at 8:23 PM, Arun C Mur
What's the state of the application history server? Do we have security,
documentation, and are APIs stable? If any of these are missing, do we
have a plan for how to make this clear to users?
What about the timeline store?
thanks,
Sandy
On Mon, Mar 31, 2014 at 2:22 AM, Arun C Murthy wrote:
eline
> store is for storing per-framework data only, while we eventually hope to
> move the generic data there as well.
>
> Thanks,
> Zhijie
>
>
>
>
> On Mon, Mar 31, 2014 at 11:02 AM, Sandy Ryza >wrote:
>
> > What's the state of the application hist
While the Scheduler Load Simulator isn't part of YARN's core, it's a tool
that YARN includes, and it's broken entirely in the current RC. YARN-1726
seems to me like something worth including in the release.
-Sandy
On Thu, Apr 3, 2014 at 11:12 AM, Xuan Gong wrote:
> +1 non-binding
>
> Built fr
+1 for starting to think about 2.5. Early June seems a little early to me
- we had talked about a quarterly release cadence and this would be about
half that.
I'm having trouble editing the wiki, but I think Timeline Server stability
(e.g. security and locking down APIs) should go on that list.
if it
meant extending the target release date a couple weeks - I of course had no
intention to volunteer anybody for it.
On Sun, Apr 13, 2014 at 5:50 PM, Arun C Murthy wrote:
> Sandy,
>
> On Apr 12, 2014, at 10:09 AM, Sandy Ryza wrote:
>
> I'm having trouble editing the w
to
point out that the proposal to merge AHS into trunk stated an intent to tie
ends up on security.
On Sun, Apr 13, 2014 at 7:50 PM, Sandy Ryza wrote:
> Unfortunately I don't have the bandwidth to take on ATS security at this
> time. My (I now understand mistaken) impression that i
That sounds reasonable to me.
-Sandy
On Mon, Jun 9, 2014 at 9:39 AM, Arun C Murthy wrote:
> Folks,
>
> As you can see from the Roadmap wiki, it looks like several items are
> still a bit away from being ready.
>
> I think rather than wait for them, it will be useful to create an
> intermedia
Andrew, correct me if I'm misunderstanding, but the incompatible change
that would require a major version bump is dropping support for JDK6.
On Mon, Jun 23, 2014 at 1:53 PM, sanjay Radia
wrote:
>
> On Jun 21, 2014, at 8:01 AM, Andrew Wang wrote:
>
> > This is why I'd like to keep my original
+1 (binding)
-Sandy
On Tue, Jun 24, 2014 at 7:53 AM, Devaraj K wrote:
> +1
>
> Thanks
> Devaraj K
>
>
> On Tue, Jun 24, 2014 at 2:23 PM, Arun C Murthy
> wrote:
>
> > Folks,
> >
> > As discussed, I'd like to call a vote on changing our by-laws to change
> > release votes from 7 days to 5.
> >
While we haven't codified this in our compatibility guidelines, dropping a
Java version seems to me like change that needs to happen alongside a major
release. In plain talk, it has the ability to break everything for users
who aren't doing anything particularly unreasonable.
I don't think we sho
Hi Christian,
I'm not sure the exact code path, but HDFS, not MapReduce, is in charge of
getting the bytes from the remote node.
-Sandy
On Mon, Jun 23, 2014 at 1:57 AM, Christian Grote <
cgr...@mail.uni-paderborn.de> wrote:
> Hey,
>
> I'm looking for the place where the actual map input is tra
That policy makes sense to me. We should still label things @Private of
course so that it can be reflected in the documentation.
-Sandy
On Tue, Jul 22, 2014 at 2:54 PM, Karthik Kambatla
wrote:
> Hi devs
>
> As you might have noticed, we have several classes and methods in them that
> are not
+1 (binding)
On Fri, Aug 8, 2014 at 7:57 PM, Karthik Kambatla wrote:
> I have put together this proposal based on recent discussion on this topic.
>
> Please vote on the proposal. The vote runs for 7 days.
>
>1. Migrate from subversion to git for version control.
>2. Force-push to be di
+1 (binding)
Ran a pseudo-distributed cluster with the Fair Scheduler and ran some
MapReduce example jobs.
-Sandy
On Wed, Sep 10, 2014 at 12:15 PM, Alejandro Abdelnur
wrote:
> Thanks Karthik.
>
> +1.
>
> + verified MD5 for source tarball
> + verified signature for source tarball
> + successful
Sandy Ryza created MAPREDUCE-4655:
-
Summary: MergeManager.reserve can OutOfMemoryError if more than
10% of max memory is used on non-MapOutputs
Key: MAPREDUCE-4655
URL: https://issues.apache.org/jira/browse
Sandy Ryza created MAPREDUCE-4659:
-
Summary: Confusing output when running "hadoop version" from one
hadoop installation when HADOOP_HOME points to another
Key: MAPREDUCE-4659
URL: https://issues.apach
Sandy Ryza created MAPREDUCE-4676:
-
Summary: Add test for job history cleaner
Key: MAPREDUCE-4676
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4676
Project: Hadoop Map/Reduce
Issue
Sandy Ryza created MAPREDUCE-4680:
-
Summary: Job history cleaner should only check timestamps of files
in old enough directories
Key: MAPREDUCE-4680
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4680
Sandy Ryza created MAPREDUCE-4722:
-
Summary: LocalJobRunner random ID should not be chosen with
Math.abs(rand.nextInt())
Key: MAPREDUCE-4722
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4722
Sandy Ryza created MAPREDUCE-4723:
-
Summary: Fix warnings found by findbugs 2
Key: MAPREDUCE-4723
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4723
Project: Hadoop Map/Reduce
Issue
Sandy Ryza created MAPREDUCE-4725:
-
Summary: Setting local variables to null causes findbugs 2 warnings
Key: MAPREDUCE-4725
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4725
Project: Hadoop
Sandy Ryza created MAPREDUCE-4726:
-
Summary: Empty catch blocks cause findbugs 2 warnings
Key: MAPREDUCE-4726
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4726
Project: Hadoop Map/Reduce
[
https://issues.apache.org/jira/browse/MAPREDUCE-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4725.
---
Resolution: Duplicate
> Setting local variables to null causes findbugs 2 warni
[
https://issues.apache.org/jira/browse/MAPREDUCE-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4726.
---
Resolution: Duplicate
> Empty catch blocks cause findbugs 2 warni
Sandy Ryza created MAPREDUCE-4778:
-
Summary: Fair scheduler event log is only written if directory
exists on HDFS
Key: MAPREDUCE-4778
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4778
Project
Sandy Ryza created MAPREDUCE-4795:
-
Summary: TestDelegationTokenRenewal should not use static
variables in Renewer
Key: MAPREDUCE-4795
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4795
Sandy Ryza created MAPREDUCE-4845:
-
Summary: ClusterStatus.getMaxMemory() and getUsedMemory() exist in
MR1 but not MR2
Key: MAPREDUCE-4845
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4845
Sandy Ryza created MAPREDUCE-4846:
-
Summary: Some JobQueueInfo methods are public in MR1 but protected
in MR2
Key: MAPREDUCE-4846
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4846
Project
Sandy Ryza created MAPREDUCE-4856:
-
Summary: TestJobOutputCommitter uses same directory as
TestJobCleanup
Key: MAPREDUCE-4856
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4856
Project: Hadoop
[
https://issues.apache.org/jira/browse/MAPREDUCE-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza reopened MAPREDUCE-4549:
---
> Distributed cache conflicts breaks backwards compatabil
Sandy Ryza created MAPREDUCE-4880:
-
Summary: TaskImpl interprets death of second attempt as
RetroactiveKilledTransition even when first attempt succeeds
Key: MAPREDUCE-4880
URL: https://issues.apache.org/jira
[
https://issues.apache.org/jira/browse/MAPREDUCE-4880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4880.
---
Resolution: Not A Problem
It looks like this was already fixed in MAPREDUCE-4607
Sandy Ryza created MAPREDUCE-4896:
-
Summary: "mapred queue -info" spits out ugly exception when queue
does not exist
Key: MAPREDUCE-4896
URL: https://issues.apache.org/jira/browse/MAPR
Sandy Ryza created MAPREDUCE-4907:
-
Summary: TrackerDistributedCacheManager issues too many
getFileStatus calls
Key: MAPREDUCE-4907
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4907
Project
[
https://issues.apache.org/jira/browse/MAPREDUCE-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4655.
---
Resolution: Invalid
> MergeManager.reserve can OutOfMemoryError if more than 10%
Sandy Ryza created MAPREDUCE-4922:
-
Summary: Request with multiple data local nodes can cause NPE in
AppSchedulingInfo
Key: MAPREDUCE-4922
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4922
Sandy Ryza created MAPREDUCE-4923:
-
Summary: Add toString method to TaggedInputSplit
Key: MAPREDUCE-4923
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4923
Project: Hadoop Map/Reduce
Sandy Ryza created MAPREDUCE-4929:
-
Summary: mapreduce.task.timeout is ignored
Key: MAPREDUCE-4929
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4929
Project: Hadoop Map/Reduce
Issue
Sandy Ryza created MAPREDUCE-4933:
-
Summary: MR1 merger asks for length of file it just wrote before
flushing it
Key: MAPREDUCE-4933
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4933
Project
Sandy Ryza created MAPREDUCE-4949:
-
Summary: Enable multiple pi jobs to run in parallel
Key: MAPREDUCE-4949
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4949
Project: Hadoop Map/Reduce
Sandy Ryza created MAPREDUCE-4951:
-
Summary: Container preemption interpreted as task failure
Key: MAPREDUCE-4951
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4951
Project: Hadoop Map/Reduce
Sandy Ryza created MAPREDUCE-4952:
-
Summary: FSSchedulerNode is always instantiated with a 0 virtual
core capacity
Key: MAPREDUCE-4952
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4952
[
https://issues.apache.org/jira/browse/MAPREDUCE-4952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4952.
---
Resolution: Invalid
Sorry, this should be YARN JIRA - filed YARN-350 instead
Sandy Ryza created MAPREDUCE-4962:
-
Summary: jobdetails.jsp uses display name instead of real name to
get counters
Key: MAPREDUCE-4962
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4962
Sandy Ryza created MAPREDUCE-4965:
-
Summary: In merge, no ordering defined for CompressAwarePath
Key: MAPREDUCE-4965
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4965
Project: Hadoop Map
Sandy Ryza created MAPREDUCE-4970:
-
Summary: Child tasks create security audit log files
Key: MAPREDUCE-4970
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4970
Project: Hadoop Map/Reduce
Sandy Ryza created MAPREDUCE-4984:
-
Summary: AM leaves unwanted node/rack requests after container has
been assigned
Key: MAPREDUCE-4984
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4984
[
https://issues.apache.org/jira/browse/MAPREDUCE-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4984.
---
Resolution: Duplicate
> AM leaves unwanted node/rack requests after container
Sandy Ryza created MAPREDUCE-4994:
-
Summary: Can't submit local job with hadoop jar -jt local
Key: MAPREDUCE-4994
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4994
Project: Hadoop Map/R
[
https://issues.apache.org/jira/browse/MAPREDUCE-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4922.
---
Resolution: Won't Fix
This is the expected behavior
> Requ
Sandy Ryza created MAPREDUCE-4997:
-
Summary: Deprecate mapreduce.jobtracker.address
Key: MAPREDUCE-4997
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4997
Project: Hadoop Map/Reduce
[
https://issues.apache.org/jira/browse/MAPREDUCE-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza reopened MAPREDUCE-4643:
---
> Make job-history cleanup-period configura
[
https://issues.apache.org/jira/browse/MAPREDUCE-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza reopened MAPREDUCE-4994:
---
> -jt generic command line option does not w
Sandy Ryza created MAPREDUCE-5008:
-
Summary: Merger progress miscounts with respect to EOF_MARKER
Key: MAPREDUCE-5008
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5008
Project: Hadoop Map
Sandy Ryza created MAPREDUCE-5013:
-
Summary: JobStatus compatibility: MR2 missing constructors from MR1
Key: MAPREDUCE-5013
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5013
Project: Hadoop
Sandy Ryza created MAPREDUCE-5021:
-
Summary: Add an addDirectoryToClassPath method DistributedCache
Key: MAPREDUCE-5021
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5021
Project: Hadoop Map
Sandy Ryza created MAPREDUCE-5036:
-
Summary: Default shuffle handler port should not be 8080
Key: MAPREDUCE-5036
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5036
Project: Hadoop Map/Reduce
[
https://issues.apache.org/jira/browse/MAPREDUCE-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved MAPREDUCE-4933.
---
Resolution: Fixed
> MR1 final merge asks for length of file it just wrote bef
Sandy Ryza created MAPREDUCE-5038:
-
Summary: mapred CombineFileInputFormat does not work on
non-splittable files
Key: MAPREDUCE-5038
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5038
Project
Sandy Ryza created MAPREDUCE-5047:
-
Summary: keep.failed.task.files=true causes job failure on secure
clusters
Key: MAPREDUCE-5047
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5047
Project
1 - 100 of 181 matches
Mail list logo