[ 
https://issues.apache.org/jira/browse/THRIFT-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122479#comment-13122479
 ] 

Hudson commented on THRIFT-1376:
--------------------------------

Integrated in Thrift #291 (See [https://builds.apache.org/job/Thrift/291/])
    Thrift-1376: Make port specification option in thrift remote
Client: py
Patch: Dave Watson

The thrift-generated Python service client allows overriding the default 
host/port by doing "-h host:port" on the command line. Oftentimes, you want to 
override the host but not the port, as most services run on well-defined ports.

                
> Make port specification option in thrift remote
> -----------------------------------------------
>
>                 Key: THRIFT-1376
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1376
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>            Reporter: Dave Watson
>            Assignee: Dave Watson
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: 
> 0004-make-port-specification-option-in-thrift-generated-p.patch
>
>
> From d78c3abb5b6d8bf01a43cee53fcda4598874ab9c Mon Sep 17 00:00:00 2001
> From: Doug Ihde <[email protected]>
> Date: Fri, 19 Mar 2010 01:30:57 +0000
> Subject: [PATCH 4/9] make port specification option in thrift-generated
>  python service client
> Summary:
> The thrift-generated Python service client allows overriding the default 
> host/port by doing "-h host:port" on the command line. Oftentimes, you want 
> to override the host but not the port, as most services run on well-defined 
> ports.
> Test Plan:
> Run thrift generation code and test out the new client by doing 
> "BlahService-remote -h somehost getStatus"
> Revert Plan:
> OK
> ---
>  compiler/cpp/src/generate/t_py_generator.cc |    5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)

--
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

        

Reply via email to