[
https://issues.apache.org/jira/browse/TAJO-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825433#comment-13825433
]
Hudson commented on TAJO-310:
-----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #557 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/557/])
TAJO-310: Make the DataLocation class as a separate class and move it to the
tajo-core-storage package. (jihoon) (jihoonson:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=6e2db3baf86d68ec844a523b5fb2de5d800494c5)
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/TaskSchedulerImpl.java
* CHANGES.txt
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/QueryUnit.java
*
tajo-core/tajo-core-storage/src/main/java/org/apache/tajo/storage/DataLocation.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/event/TaskScheduleEvent.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/querymaster/QueryUnitAttempt.java
> Make the DataLocation class as a separate class and move it to the
> tajo-core-storage package.
> ---------------------------------------------------------------------------------------------
>
> Key: TAJO-310
> URL: https://issues.apache.org/jira/browse/TAJO-310
> Project: Tajo
> Issue Type: Improvement
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.8-incubating
>
> Attachments: TAJO-310.patch, TAJO-310_2.patch, TAJO-310_3.patch
>
>
> In the current implementation, DataLocation is a inner class of QueryUnit.
> Thus, it cannot be used in the classes of the tajo-core-storage package.
> However, it is useful for many other classes in the tajo-core-storage package
> such as FileFragment.
--
This message was sent by Atlassian JIRA
(v6.1#6144)