You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/29 15:49:49 UTC

[jira] [Commented] (TAJO-2032) Change tajo.rest.service.port to be the general style in TAJO.

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

ASF GitHub Bot commented on TAJO-2032:
--------------------------------------

GitHub user combineads opened a pull request:

    https://github.com/apache/tajo/pull/922

    TAJO-2032: Change tajo.rest.service.port to be the general style in TAJO.

    Change the variable name to tajo.rest.service-http.address from tajo.rest.service.port with the default value 0.0.0.0:26880. And then it was modified to refer to several classes.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/combineads/tajo TAJO-2032

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/922.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #922
    
----
commit d3ffcabb44539427532da20678c788e867098800
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2015-12-16T05:26:27Z

    Remove unused import class

commit 31637c41cdcebbccc5854de8a131e5cd86f1c4a3
Author: combineads <co...@combineads.co.kr>
Date:   2015-12-16T05:57:01Z

    Merge remote-tracking branch 'upstream/master'

commit 463dd93c0dcc0b5f022308ad2adc3da7068c4441
Author: combineads <co...@combineads.co.kr>
Date:   2015-12-18T02:35:32Z

    Merge remote-tracking branch 'upstream/master'

commit f75836171c20751b91efa6a9854f669c1d0247d3
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-12-21T10:15:56Z

    TAJO-1997: Registering UDF, it needs to check duplication.
    
    Closes #883
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit b151f5d29c60182a178645eb4fdb4dcd498dc318
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2015-12-24T01:02:23Z

    TAJO-1858: Aligning error message in execute query page of web UI is
    needed.

commit c0559d7ebe3832a3090cbd9e14dfeacea0bd8eb9
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2015-12-24T06:26:31Z

    TAJO-1858: Aligning error message in execute query page of web UI is needed.
    
    Closes #921
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 70c5e6460f8a17d457245c06cfdd84d243a9fd7c
Author: Jihoon Son <ji...@apache.org>
Date:   2015-12-24T09:17:56Z

    TAJO-1950: Query master uses too much memory during range shuffle.
    
    Closes #884

commit 179497845b746d66b64fc1c89397b04c26fa52a7
Author: charsyam <ch...@apache.org>
Date:   2015-12-25T15:27:29Z

    TAJO-1944: Support text resultset for REST
    
    Closes #876

commit f5a577e32ceda86ebc6529c66e9816681c3dfdbb
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2015-12-29T13:04:44Z

    Merge remote-tracking branch 'upstream/master'

commit 200bdd55f15d438e37f2d68a830cc823ebefc312
Author: Byunghwa Yun <co...@combineads.co.kr>
Date:   2015-12-29T14:43:54Z

    TAJO-2032: Change tajo.rest.service.port to be the general style in
    TAJO.

----


> Change tajo.rest.service.port to be the general style in TAJO.
> --------------------------------------------------------------
>
>                 Key: TAJO-2032
>                 URL: https://issues.apache.org/jira/browse/TAJO-2032
>             Project: Tajo
>          Issue Type: Improvement
>          Components: REST API
>    Affects Versions: 0.11.1
>            Reporter: Byunghwa Yun
>            Assignee: Byunghwa Yun
>            Priority: Minor
>
> Change the variable name to tajo.rest.service-http.address from tajo.rest.service.port, and will set the default value to 0.0.0.0:26880.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)