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

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

Github user hyunsik commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/247#discussion_r20848806
  
    --- Diff: 
tajo-yarn-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
 ---
    @@ -679,7 +679,7 @@ private void sendError(ChannelHandlerContext ctx,
         private void sendError(ChannelHandlerContext ctx, String message,
             HttpResponseStatus status) {
           HttpResponse response = new DefaultHttpResponse(HTTP_1_1, status);
    -      response.setHeader(CONTENT_TYPE, "text/plain; charset=UTF-8");
    +      response.setHeader(CONTENT_TYPE, 
"org/apache/tajo/storage/text/plain; charset=UTF-8");
    --- End diff --
    
    You may not intend to change it.


> Refactor the tajo-storage project structure.
> --------------------------------------------
>
>                 Key: TAJO-1122
>                 URL: https://issues.apache.org/jira/browse/TAJO-1122
>             Project: Tajo
>          Issue Type: Sub-task
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>
> 'tajo-storage' sub-project will be changed to the following structure which 
> is more flexible for adding new storage.
> {noformat}
> tajo-storage
>   tajo-storage-common
>     src
>     pom.xml
>   tajo-external-storage
>     tajo-hbase
>       src
>       pom.xml
>     tajo-<other storage>
>       src
>       pom.xml
>     pom.xml
>   pom.xml
> {noformat}



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

Reply via email to