[jira] Updated: (MAPREDUCE-1535) Replace usage of FileStatus#isDir()

2010-05-31 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-1535:
-

   Status: Resolved  (was: Patch Available)
Fix Version/s: (was: 0.22.0)
   Resolution: Fixed

I've just committed this. Thanks Eli!

> Replace usage of FileStatus#isDir()
> ---
>
> Key: MAPREDUCE-1535
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Eli Collins
>Assignee: Eli Collins
>Priority: Blocker
> Fix For: 0.21.0
>
> Attachments: mapreduce-1535-1.patch, mapreduce-1535-2.patch
>
>
> HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all 
> uses of isDir() in MR with checks of isDirectory() or isFile() as needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1535) Replace usage of FileStatus#isDir()

2010-05-30 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-1535:
-

  Status: Patch Available  (was: Open)
Hadoop Flags: [Reviewed]

> Replace usage of FileStatus#isDir()
> ---
>
> Key: MAPREDUCE-1535
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Eli Collins
>Assignee: Eli Collins
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1535-1.patch, mapreduce-1535-2.patch
>
>
> HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all 
> uses of isDir() in MR with checks of isDirectory() or isFile() as needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1535) Replace usage of FileStatus#isDir()

2010-04-30 Thread Eli Collins (JIRA)

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

Eli Collins updated MAPREDUCE-1535:
---

Attachment: mapreduce-1535-2.patch

Attached patch merges with trunk.

> Replace usage of FileStatus#isDir()
> ---
>
> Key: MAPREDUCE-1535
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Eli Collins
>Assignee: Eli Collins
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1535-1.patch, mapreduce-1535-2.patch
>
>
> HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all 
> uses of isDir() in MR with checks of isDirectory() or isFile() as needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1535) Replace usage of FileStatus#isDir()

2010-04-29 Thread Eli Collins (JIRA)

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

Eli Collins updated MAPREDUCE-1535:
---

Fix Version/s: 0.21.0
Affects Version/s: 0.21.0
 Priority: Blocker  (was: Major)

> Replace usage of FileStatus#isDir()
> ---
>
> Key: MAPREDUCE-1535
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0, 0.22.0
>Reporter: Eli Collins
>Assignee: Eli Collins
>Priority: Blocker
> Fix For: 0.21.0, 0.22.0
>
> Attachments: mapreduce-1535-1.patch
>
>
> HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all 
> uses of isDir() in MR with checks of isDirectory() or isFile() as needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1535) Replace usage of FileStatus#isDir()

2010-04-08 Thread Eli Collins (JIRA)

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

Eli Collins updated MAPREDUCE-1535:
---

Attachment: mapreduce-1535-1.patch

Patch attached, modulo a couple cases this is a pretty straightforward change 
from isDir() to isDirectory() and !isDir() to isFile().

> Replace usage of FileStatus#isDir()
> ---
>
> Key: MAPREDUCE-1535
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1535
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.22.0
>Reporter: Eli Collins
>Assignee: Eli Collins
> Fix For: 0.22.0
>
> Attachments: mapreduce-1535-1.patch
>
>
> HADOOP-6585 will deprecate FileStatus#isDir(). This jira is for replacing all 
> uses of isDir() in MR with checks of isDirectory() or isFile() as needed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.