[
https://issues.apache.org/jira/browse/TAJO-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14164712#comment-14164712
]
ASF GitHub Bot commented on TAJO-1100:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/196
TAJO-1100: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1100
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/196.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 #196
----
commit 09b29e110af88fb80bec9c8a686d8dbcfc4804a4
Author: Hyunsik Choi <[email protected]>
Date: 2014-10-09T04:17:02Z
TAJO-1100: JAVA_PULLSERVER_HEAP_MAX in bin/tajo should be increased.
----
> Refactor CSVFile to DelimitedLineTextFile
> -----------------------------------------
>
> Key: TAJO-1100
> URL: https://issues.apache.org/jira/browse/TAJO-1100
> Project: Tajo
> Issue Type: New Feature
> Components: storage
> Reporter: Hyunsik Choi
> Fix For: 0.9.1
>
>
> There are many variations of text files. CSV, TSV, Json, and custom plain
> text-based file formats are usual in this area.
> Currently, even though we only provide CSVFile, it already allows users to
> specify line and field delimiter. So, if we refactor CSVFile to
> DelimitedTextFile by separating delimited field parser, it will be easier to
> implement text-format variations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)