[
https://issues.apache.org/jira/browse/TAJO-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinho Kim updated TAJO-134:
---------------------------
Attachment: TAJO-134.patch
In details,
* Non-Splittable
** Gzip,Snappy,Lz4
* Splittable
** Bzip2
{noformat}
Ex)
create table table1 (id int, name text, score float, type text)
using csv with
('csvfile.delimiter'='|','compression.codec'='org.apache.hadoop.io.compress.SnappyCodec')
as select ...;
{noformat}
> Support for compression/decompression of CSVFile
> ------------------------------------------------
>
> Key: TAJO-134
> URL: https://issues.apache.org/jira/browse/TAJO-134
> Project: Tajo
> Issue Type: New Feature
> Components: storage
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Attachments: TAJO-134.patch
>
>
> Currently, TextFile does not support compression/decompression.
> * Utilizing Hadoop CompressionCodecFactory
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira