[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2015-02-03 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5800:
-
   Resolution: Fixed
Fix Version/s: 2.7.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0, 2.6.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Fix For: 2.7.0
>
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.2.patch, 
> MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2015-02-03 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5800:
-
Attachment: MAPREDUCE-5800.2.patch

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0, 2.6.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.2.patch, 
> MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-12-07 Thread Tsuyoshi OZAWA (JIRA)

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

Tsuyoshi OZAWA updated MAPREDUCE-5800:
--
Affects Version/s: 2.6.0

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0, 2.6.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-12-07 Thread Tsuyoshi OZAWA (JIRA)

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

Tsuyoshi OZAWA updated MAPREDUCE-5800:
--
Status: Patch Available  (was: Open)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-12-07 Thread Tsuyoshi OZAWA (JIRA)

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

Tsuyoshi OZAWA updated MAPREDUCE-5800:
--
Status: Open  (was: Patch Available)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-12-07 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5800:
-
Target Version/s: 2.7.0  (was: 2.6.0)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-07-02 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla updated MAPREDUCE-5800:


Target Version/s: 2.6.0  (was: 2.5.0)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAPREDUCE-5800) Use Job#getInstance instead of deprecated constructors

2014-05-27 Thread Akira AJISAKA (JIRA)

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

Akira AJISAKA updated MAPREDUCE-5800:
-

 Description: 
There're some methods calling deprecated constructors such as {{new Job()}}, 
which causes javac warnings.
We should use {{Job.getInstance()}} to get an instance.

  was:There're some methods calling deprecated constructors such as {{new 
Job()}}, which causes javac warnings.

Target Version/s: 2.5.0  (was: 2.4.0)
 Summary: Use Job#getInstance instead of deprecated constructors  
(was: Use Job#getInstance instead of constructors)

> Use Job#getInstance instead of deprecated constructors
> --
>
> Key: MAPREDUCE-5800
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5800
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 2.3.0
>Reporter: Akira AJISAKA
>Assignee: Akira AJISAKA
>Priority: Minor
>  Labels: newbie
> Attachments: MAPREDUCE-5800.2.patch, MAPREDUCE-5800.patch
>
>
> There're some methods calling deprecated constructors such as {{new Job()}}, 
> which causes javac warnings.
> We should use {{Job.getInstance()}} to get an instance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)