You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/12/31 22:56:29 UTC

[jira] Resolved: (AVRO-267) Tool (for "avroj") to send and receive a single RPC from the commandline

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

Doug Cutting resolved AVRO-267.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
     Hadoop Flags: [Reviewed]

I committed this with the following changes:
 - skip tools in first java compilation pass, as they now depend on specific compiler
 - remove dependency on logger from rpcreceive tool, since a logging backend is not included in avroj.

It appears that 'ant clean test-java test-avroj' was not performed before posting this patch.



> Tool (for "avroj") to send and receive a single RPC from the commandline
> ------------------------------------------------------------------------
>
>                 Key: AVRO-267
>                 URL: https://issues.apache.org/jira/browse/AVRO-267
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Philip Zeyliger
>            Assignee: Philip Zeyliger
>             Fix For: 1.3.0
>
>         Attachments: AVRO-267.patch.txt, AVRO-267.patch.txt, AVRO-267.patch.txt, AVRO-267.patch.txt
>
>
> Vaguely similar to "netcat" and "netcat -l", "avroj rpcreceive" and "avroj rpcsend" would send receive or send a single RPC (using the HTTP transport).  The former is required to have a response pre-determined and echoes the request; the latter echoes any response it receives.

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