You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2011/08/28 11:23:37 UTC

[jira] [Created] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Removing duplicate service provider in hadoop-mapreduce-client-jobclient
------------------------------------------------------------------------

                 Key: MAPREDUCE-2893
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: client
            Reporter: Liang-Chi Hsieh
            Priority: Trivial
             Fix For: 0.23.0
         Attachments: MAPREDUCE-2893.patch

There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.


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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092442#comment-13092442 ] 

Arun C Murthy commented on MAPREDUCE-2893:
------------------------------------------

Liang - this is necessary to add org.apache.hadoop.mapred.YarnClientProtocolProvider.

The one in src/java can only add the 'legacy' ones:
org.apache.hadoop.mapred.JobTrackerClientProtocolProvider
org.apache.hadoop.mapred.LocalClientProtocolProvider


I'll close this as 'wontfix' ?

> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Updated] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liang-Chi Hsieh updated MAPREDUCE-2893:
---------------------------------------

    Attachment: MAPREDUCE-2893.patch

> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092495#comment-13092495 ] 

Hudson commented on MAPREDUCE-2893:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #799 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/799/])
    MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162491
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider


> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Updated] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-2893:
-------------------------------------

    Assignee: Liang-Chi Hsieh
      Status: Patch Available  (was: Open)

Ah, good point - sorry, I missed it.

> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092452#comment-13092452 ] 

Hudson commented on MAPREDUCE-2893:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #876 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/876/])
    MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162491
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider


> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092454#comment-13092454 ] 

Hudson commented on MAPREDUCE-2893:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #809 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/809/])
    MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162491
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider


> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Updated] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated MAPREDUCE-2893:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Liang!

> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092450#comment-13092450 ] 

Hudson commented on MAPREDUCE-2893:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #799 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/799/])
    MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162491
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider


> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092477#comment-13092477 ] 

Hudson commented on MAPREDUCE-2893:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #774 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/774/])
    MAPREDUCE-2893. Remove duplicate entry of YarnClientProtocolProvider in ClientProtocolProvider services file. Contributed by Liang-Chi Hsieh.

acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1162491
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider


> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Assignee: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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

        

[jira] [Commented] (MAPREDUCE-2893) Removing duplicate service provider in hadoop-mapreduce-client-jobclient

Posted by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092446#comment-13092446 ] 

Liang-Chi Hsieh commented on MAPREDUCE-2893:
--------------------------------------------

The configuration file for ClientProtocolProvider under hadoop-mapreduce-client-jobclient has two YarnClientProtocolProvider class names. That is duplicate.

> Removing duplicate service provider in hadoop-mapreduce-client-jobclient
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2893
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2893
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client
>            Reporter: Liang-Chi Hsieh
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: MAPREDUCE-2893.patch
>
>
> There is duplicate provider class name in the configuration file of ClientProtocolProvider under hadoop-mapreduce-client-jobclient. Although it will be ignored.

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