You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/02/28 03:33:20 UTC

[jira] [Comment Edited] (TAJO-623) Extract some network setting value to conf

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

Jaehwa Jung edited comment on TAJO-623 at 2/28/14 2:32 AM:
-----------------------------------------------------------

Hi, [~charsyam].

Thank you for your contribution, but it needs to review other contributors.

Could you create a review request against branch master in reviewboard https://reviews.apache.org/groups/Tajo/? 

Cheers
Jaehwa


was (Author: blrunner):
Hi, [~charsyam].

Thank you for your contribution, but it needs to review other contributors.

Could you created a review request against branch master in reviewboard https://reviews.apache.org/groups/Tajo/? 

Cheers
Jaehwa

> Extract some network setting value to conf
> ------------------------------------------
>
>                 Key: TAJO-623
>                 URL: https://issues.apache.org/jira/browse/TAJO-623
>             Project: Tajo
>          Issue Type: Improvement
>          Components: conf and scripts
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>         Attachments: TAJO-623.patch
>
>
> Currently, to chnage network buffer size or tcp_nodelay, or keepalive options, we should change source code.
> ```c
>   <property>
>     <name>tajo.network.receivebuffersize</name>
>     <value>10485760</value>
>   </property>
> ```
> NETWORK_REUSEADDRESS("tajo.network.reuseaddress", true)
> NETWORK_TCP_NODELAY("tajo.network.tcpnodelay", true)
> NETWORK_KEEP_ALIVE("tajo.network.keepalive", true)
> NETWORK_CONNECT_TIMEOUT_MILLIS("tajo.network.connecttimeoutmillis", 10000)
> NETWORK_CONNECT_RESPONSE_TIMEOUT_MILLIS("tajo.network.connectresponsetimeoutmillis", 10000)
> NETWORK_RECEIVE_BUFFERSIZE("tajo.network.receivebuffersize", 1048576 * 10)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)