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

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

GitHub user eminency opened a pull request:

    https://github.com/apache/tajo/pull/615

    TAJO-1486: Tajo should be able to skip header and footer rows when creating 
external table

    Two table meta options are added .
    
    > text.skip.headerlines
    > text.skip.footerlines
    
    This feature is only for delimited text files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eminency/tajo TAJO-1486

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/615.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 #615
    
----
commit 6d415dd31417ab0d96cd01d9559dacef8b983ea2
Author: Jongyoung Park <[email protected]>
Date:   2015-06-24T09:46:40Z

    Added skipping header/footer lines feature for text files

----


> Tajo should be able to skip header and footer rows when creating external 
> table
> -------------------------------------------------------------------------------
>
>                 Key: TAJO-1486
>                 URL: https://issues.apache.org/jira/browse/TAJO-1486
>             Project: Tajo
>          Issue Type: Improvement
>    Affects Versions: 0.10.0
>            Reporter: Youngkyong Ko
>            Assignee: Jongyoung Park
>            Priority: Minor
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1486.patch
>
>
> It is quite common to see header/footer lines in real world data set. So 
> skipping first/last N lines in "create external table" DDL can be useful 
> feature for Tajo users.  In this way, user don't need additional processing 
> of data which generated by other application with a header or footer and 
> directly use the file for table operations.
> cf. Same feature added in Hive 0.13 : 
> https://issues.apache.org/jira/browse/HIVE-5795



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

Reply via email to