[
https://issues.apache.org/jira/browse/TAJO-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852931#comment-13852931
]
Hyunsik Choi commented on TAJO-435:
-----------------------------------
+1
I'm very happy about this work. I have looked forward to seeing this work for
very long time. The patch looks great. There is only a trivial comment. Before
you commit this work, could you please remove unused variables, methods, and
debug log in RawFile? The below log seems unnecessary.
{code}
if (LOG.isDebugEnabled()) {
LOG.debug("RawFileAppender open:" + path);
}
{code}
Thanks!
> Improve intermediate file
> -------------------------
>
> Key: TAJO-435
> URL: https://issues.apache.org/jira/browse/TAJO-435
> Project: Tajo
> Issue Type: Improvement
> Components: data shuffle
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Attachments: TAJO-435.patch
>
>
> Currently, some intermediate file is text format, Tajo should change to
> binary format.
> * Support configurable storage type(RAW, CSV)
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)