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

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

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

    https://github.com/apache/tajo/pull/602#discussion_r33040261
  
    --- Diff: 
tajo-core/src/main/java/org/apache/tajo/querymaster/Repartitioner.java ---
    @@ -105,25 +99,29 @@ public static void 
scheduleFragmentsForJoinQuery(TaskSchedulerContext schedulerC
               ExecutionBlockId scanEBId = 
TajoIdUtils.createExecutionBlockId(scans[i].getTableName());
               stats[i] = 
masterContext.getStage(scanEBId).getResultStats().getNumBytes();
             }
    -        fragments[i] = new FileFragment(scans[i].getCanonicalName(), 
tablePath, 0, 0, new String[]{UNKNOWN_HOST});
    +
    +        // TODO - We should remove dummy flagment usages
    --- End diff --
    
    Please fix the typo. 
    flagment -> fragment


> Implement TablespaceManager to load Tablespaces
> -----------------------------------------------
>
>                 Key: TAJO-1616
>                 URL: https://issues.apache.org/jira/browse/TAJO-1616
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> TablespaceManager should load Tablespace according to storage-default.json 
> and storage-site.json.



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

Reply via email to