You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (Created) (JIRA)" <ji...@apache.org> on 2011/12/14 01:50:30 UTC

[jira] [Created] (HADOOP-7920) Remove Avro RPC

Remove Avro RPC
---------------

                 Key: HADOOP-7920
                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas
             Fix For: 0.24.0


Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Status: Open  (was: Patch Available)
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Tsz Wo (Nicholas), SZE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-7920:
-------------------------------------------

    Fix Version/s: 0.23.3

I have merged this to 0.23.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.3
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #894 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/894/])
    HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214114
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroSpecificRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcPayloadHeader.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/AvroTestProtocol.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAvroRpc.java

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

    Affects Version/s: 0.23.1
        Fix Version/s: 0.23.1
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Status: Patch Available  (was: Reopened)
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Tsz Wo (Nicholas), SZE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185429#comment-13185429 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-7920:
------------------------------------------------

It is still in trunk
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/avroRecord.avsc?view=annotate
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

    Attachment: HADOOP-7920.txt
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169606#comment-13169606 ] 

Hadoop QA commented on HADOOP-7920:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507388/HADOOP-7920.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/476//console

This message is automatically generated.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Eli Collins (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169098#comment-13169098 ] 

Eli Collins commented on HADOOP-7920:
-------------------------------------

+1 lgtm
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1433 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1433/])
    HADOOP-7920. Remove a few more bits that are no longer required.

cutting : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214499
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/AvroSpecificTestProtocol.avpr
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1451 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1451/])
    HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214114
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroSpecificRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcPayloadHeader.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/AvroTestProtocol.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAvroRpc.java

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #927 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/927/])
    HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214114
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroSpecificRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcPayloadHeader.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/AvroTestProtocol.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAvroRpc.java

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

    Attachment: HDFS-2676.txt
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

I committed the patch to trunk.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Eli Collins (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185425#comment-13185425 ] 

Eli Collins commented on HADOOP-7920:
-------------------------------------

What branch? I don't see this on trunk or 23.

{noformat}
hadoop2 (trunk)$ grep -r avroRecord.avsc .
Binary file ./.git/index matches
hadoop2 (trunk)$ 
{noformat}

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Attachment: HADOOP-7920.patch

Also remove another line from Common's pom.xml.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1502 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1502/])
    HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214114
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroSpecificRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcPayloadHeader.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/AvroTestProtocol.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAvroRpc.java

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting reopened HADOOP-7920:
----------------------------------


There are a few more things that can be removed.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Tom White (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185434#comment-13185434 ] 

Tom White commented on HADOOP-7920:
-----------------------------------

The remaining classes are for AvroSerialization, not for RPC, so they shouldn't be removed.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169035#comment-13169035 ] 

Hadoop QA commented on HADOOP-7920:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507287/HADOOP-7920.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 6 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 5 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/475//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/475//console

This message is automatically generated.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Suresh Srinivas (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-7920:
------------------------------------

    Attachment:     (was: HDFS-2676.txt)
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Tsz Wo (Nicholas), SZE (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185423#comment-13185423 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-7920:
------------------------------------------------

There are some avro source remaining.  Should they be removed?
{noformat}
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/serializer/avro
./hadoop-common-project/hadoop-common/src/test/avro
./hadoop-common-project/hadoop-common/src/test/avro/avroRecord.avsc
./hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/serializer/avro
{noformat}
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #1457 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1457/])
    HADOOP-7920. Remove a few more bits that are no longer required.

cutting : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214499
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/AvroSpecificTestProtocol.avpr
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Hadoop QA (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169673#comment-13169673 ] 

Hadoop QA commented on HADOOP-7920:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12507424/HADOOP-2970.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 5 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/477//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/477//console

This message is automatically generated.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Eli Collins (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169696#comment-13169696 ] 

Eli Collins commented on HADOOP-7920:
-------------------------------------

+1 lgtm
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Attachment: HADOOP-7920.patch

You missed two pom.xml's and an Avro RPC test protocol.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Status: Patch Available  (was: Open)
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Tsz Wo (Nicholas), SZE (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-7920:
-------------------------------------------

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

Thanks Tom and Eli for taking a look.  Let's resolve this.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #1506 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1506/])
    HADOOP-7920. Remove a few more bits that are no longer required.

cutting : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214499
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/AvroSpecificTestProtocol.avpr
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #928 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/928/])
    HADOOP-7920. Remove a few more bits that are no longer required.

cutting : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214499
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/pom.xml
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/avro/AvroSpecificTestProtocol.avpr
* /hadoop/common/trunk/hadoop-project/pom.xml

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

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

Hudson commented on HADOOP-7920:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #1428 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/1428/])
    HADOOP-7920. Remove Avro Rpc. Contributed by Suresh Srinivas.

suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1214114
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/AvroSpecificRpcEngine.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcPayloadHeader.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/AvroTestProtocol.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestAvroRpc.java

                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting updated HADOOP-7920:
---------------------------------

    Attachment: HADOOP-2970.patch
    
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7920) Remove Avro RPC

Posted by "Doug Cutting (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169684#comment-13169684 ] 

Doug Cutting commented on HADOOP-7920:
--------------------------------------

Those javadoc warnings don't seem to be new.
                
> Remove Avro RPC
> ---------------
>
>                 Key: HADOOP-7920
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7920
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.23.1
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.24.0, 0.23.1
>
>         Attachments: HADOOP-2970.patch, HADOOP-7920.patch, HADOOP-7920.patch, HADOOP-7920.txt
>
>
> Please see the discussion in HDFS-2660 for more details. I have created a branch HADOOP-6659 to save the Avro work, if in the future some one wants to use the work that existed to add support for Avro RPC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira