[jira] Resolved: (HADOOP-7167) Allow using a file to exclude certain tests from build

2011-03-11 Thread Todd Lipcon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon resolved HADOOP-7167.
-

Resolution: Fixed

Commited fix to trunk. Will go and add patches to the hdfs and mr JIRAs in just 
a minute.

> Allow using a file to exclude certain tests from build
> --
>
> Key: HADOOP-7167
> URL: https://issues.apache.org/jira/browse/HADOOP-7167
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 0.23.0
>
> Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For 
> example, when a test is "known flaky", you may want to exclude it from the 
> main Hudson job, but not actually disable it in the codebase (so that it 
> still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Resolved: (HADOOP-6361) Specific Exceptions thrown by FileContext and AbstractFileSystem

2011-03-11 Thread Jitendra Nath Pandey (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jitendra Nath Pandey resolved HADOOP-6361.
--

Resolution: Duplicate

This has been addressed in HADOOP-6537

> Specific Exceptions thrown by FileContext and AbstractFileSystem
> 
>
> Key: HADOOP-6361
> URL: https://issues.apache.org/jira/browse/HADOOP-6361
> Project: Hadoop Common
>  Issue Type: Improvement
>Reporter: Jitendra Nath Pandey
>Assignee: Jitendra Nath Pandey
> Attachments: HADOOP-6361.1.patch
>
>
> This jira tracks implementation of the proposal in HDFS-717.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Created: (HADOOP-7184) Remove deprecated local.cache.size from core-default.xml

2011-03-11 Thread Todd Lipcon (JIRA)
Remove deprecated local.cache.size from core-default.xml


 Key: HADOOP-7184
 URL: https://issues.apache.org/jira/browse/HADOOP-7184
 Project: Hadoop Common
  Issue Type: Bug
  Components: documentation, filecache
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
 Fix For: 0.22.0
 Attachments: hadoop-7184.txt

MAPREDUCE-2379 documents the new name of this parameter 
(mapreduce.tasktracker.cache.local.size) in mapred-default.xml where it belongs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Created: (HADOOP-7183) WritableComparator.get should not cache comparator objects

2011-03-11 Thread Todd Lipcon (JIRA)
WritableComparator.get should not cache comparator objects
--

 Key: HADOOP-7183
 URL: https://issues.apache.org/jira/browse/HADOOP-7183
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 0.22.0
Reporter: Todd Lipcon
Priority: Blocker
 Fix For: 0.22.0


HADOOP-6881 modified WritableComparator.get such that the constructed 
WritableComparator gets saved back into the static map. This is fine for 
stateless comparators, but some comparators have per-instance state, and thus 
this becomes thread-unsafe and causes errors in the shuffle where multiple 
threads are doing comparisons. An example of a Comparator with per-instance 
state is WritableComparator itself.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Created: (HADOOP-7182) remove stub implementation of HardLink from FileUtil, after fixing any remaining dependencies

2011-03-11 Thread Matt Foley (JIRA)
remove stub implementation of HardLink from FileUtil, after fixing any 
remaining dependencies
-

 Key: HADOOP-7182
 URL: https://issues.apache.org/jira/browse/HADOOP-7182
 Project: Hadoop Common
  Issue Type: Improvement
  Components: util
Affects Versions: 0.23.0
Reporter: Matt Foley
Assignee: Matt Foley
Priority: Minor
 Fix For: 0.23.0


This is the third part of a refactoring of HardLink:
1. HADOOP-7133 moved HardLink from an inner class of FileUtil to a stand-alone 
class, but left a stub class in FileUtil to prevent breaking clients in HDFS.
2. HDFS-1445 changes the clients in HDFS to point at the new implementation.
3. After HDFS-1445 is committed, this ticket is to clean up the code by 
removing the backward-compatibility stub.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Created: (HADOOP-7181) use ThreadLocal for HardLink command buffers

2011-03-11 Thread Matt Foley (JIRA)
use ThreadLocal for HardLink command buffers


 Key: HADOOP-7181
 URL: https://issues.apache.org/jira/browse/HADOOP-7181
 Project: Hadoop Common
  Issue Type: Improvement
  Components: util
Affects Versions: 0.23.0
Reporter: Matt Foley
Assignee: Matt Foley
 Fix For: 0.23.0


Referring to HADOOP-7133, Hairong observed that HardLink could be improved if 
it used ThreadLocal to implement thread-safe re-usable buffers.  We agreed to 
open it in a new bug so the original patch could proceed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira