Few reduce tasks hanging in a gridmix-run
-
Key: MAPREDUCE-3226
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3226
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: mrv2, task
[
https://issues.apache.org/jira/browse/MAPREDUCE-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prashant Sharma resolved MAPREDUCE-3211.
Resolution: Duplicate
Hadoop Flags: Reviewed
MAPREDUCE-2986
Killing an unkown job throws NPE.
-
Key: MAPREDUCE-3225
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3225
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: mrv2
Affects Versions: 0.2
[
https://issues.apache.org/jira/browse/MAPREDUCE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon reopened MAPREDUCE-2629:
I'm still seeing this in MRv2
> Class loading quirk prevents inner class m
I'm talking about the Hadoop impl of map-task.
On Oct 19, 2011, at 3:45 PM,
wrote:
> Arun,
>
> From the Tenzing paper:
>
>
> Hash table based aggregation is common in RDBMS sys-
> tems. However, it is impossible to implement eciently
> on the basic MapReduce framework, since the reducer al
Remove MR1 configs from mapred-default.xml
--
Key: MAPREDUCE-3223
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3223
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: documentatio
Remove MR1 configs from mapred-default.xml
--
Key: MAPREDUCE-3224
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3224
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: documentatio
Arun,
>From the Tenzing paper:
Hash table based aggregation is common in RDBMS sys-
tems. However, it is impossible to implement eciently
on the basic MapReduce framework, since the reducer al-
ways unnecessarily sorts the data by key. We enhanced the
MapReduce framework to relax this restricti
Milind the map-side sort uses the partiion as the primary key. So, you still
sort.
See MR-1639 for more details.
On Oct 19, 2011, at 3:22 PM, wrote:
> How is that different from specifying a comparator that always returns
> that k1 and k2 are equal regardless of k1 and k2 ? So, you will get on
Lets move this discussion to MR-1639, MR2 would allow for a really cool
optimization there (which I hope works, see details on the jira).
On Oct 19, 2011, at 2:42 PM, Zheng Shao wrote:
> Google's Tenzing paper mentioned that they modified MR to make sorting in
> reducer optional:
> http://static
How is that different from specifying a comparator that always returns
that k1 and k2 are equal regardless of k1 and k2 ? So, you will get only
partitioning, and not sorting.
- Milind
On 10/19/11 2:42 PM, "Zheng Shao" wrote:
>Google's Tenzing paper mentioned that they modified MR to make sort
For historical interest, the JIRAs where this was discussed were
MAPREDUCE-326 and MAPREDUCE-1639
On Wed, Oct 19, 2011 at 2:44 PM, Todd Lipcon wrote:
> On Wed, Oct 19, 2011 at 2:42 PM, Zheng Shao wrote:
>> Google's Tenzing paper mentioned that they modified MR to make sorting in
>> reducer optio
On Wed, Oct 19, 2011 at 2:42 PM, Zheng Shao wrote:
> Google's Tenzing paper mentioned that they modified MR to make sorting in
> reducer optional:
> http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/37200.pdf
>
> Is there any plan to support
Google's Tenzing paper mentioned that they modified MR to make sorting in
reducer optional:
http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/37200.pdf
Is there any plan to support that in MR 2.0?
Zheng
ant test TestTaskContext failing on trunk
-
Key: MAPREDUCE-3222
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3222
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: mrv2
ant test TestSubmitJob failing on trunk
---
Key: MAPREDUCE-3221
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3221
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: mrv2
Affe
ant test TestCombineOutputCollector failing on trunk
Key: MAPREDUCE-3220
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3220
Project: Hadoop Map/Reduce
Issue Type: Sub-task
ant test TestDelegationToken failing on trunk
-
Key: MAPREDUCE-3219
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3219
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: m
ant test TestTokenCache failing on trunk
Key: MAPREDUCE-3218
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3218
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: mrv2
Af
ant test TestAuditLogger fails on trunk
---
Key: MAPREDUCE-3217
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3217
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: mrv2
Affe
ant test TestNoDefaultsJobConf fails on trunk
-
Key: MAPREDUCE-3216
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3216
Project: Hadoop Map/Reduce
Issue Type: Sub-task
Components: m
org.apache.hadoop.mapreduce.TestNoJobSetupCleanup failing on trunk
--
Key: MAPREDUCE-3215
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3215
Project: Hadoop Map/Reduce
Is
ant mapreduce tests failing
---
Key: MAPREDUCE-3214
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3214
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: mrv2
Affects Versions: 0.23.0
I filed MR-3210. Thanks
On Tue, Oct 18, 2011 at 10:30 PM, Todd Lipcon wrote:
> On Tue, Oct 18, 2011 at 6:31 PM, Arun C Murthy wrote:
>> The CS has always treated rack-local same as node-local... so yes, the
>> current behaviour is expected.
>
> Hrm - never knew that -- I'm usually a fairschedul
[
https://issues.apache.org/jira/browse/MAPREDUCE-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kumar Vavilapalli resolved MAPREDUCE-3199.
Resolution: Fixed
Okay, apparently the protocol for HADOOP-7741
[
https://issues.apache.org/jira/browse/MAPREDUCE-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kumar Vavilapalli resolved MAPREDUCE-3003.
Resolution: Fixed
Release Note: Yeah, sure. Done.
> P
AM should kill all running tasks on a node when it gets marked as blacklisted
-
Key: MAPREDUCE-3213
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3213
Project: Hadoop M
Message displays while executing yarn command should be proper
--
Key: MAPREDUCE-3212
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3212
Project: Hadoop Map/Reduce
Issue Type
[
https://issues.apache.org/jira/browse/MAPREDUCE-2875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod Kumar Vavilapalli resolved MAPREDUCE-2875.
Resolution: Duplicate
Assignee: Siddharth Seth (was: Deva
Fetch failures if used ephemeral port for property "mapreduce.shuffle.port".
-
Key: MAPREDUCE-3211
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3211
Project: Hadoop M
Support delay scheduling for node locality in MR2's capacity scheduler
--
Key: MAPREDUCE-3210
URL: https://issues.apache.org/jira/browse/MAPREDUCE-3210
Project: Hadoop Map/Reduce
31 matches
Mail list logo