You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/24 10:03:05 UTC

[jira] [Commented] (TAJO-1465) Add ORCFileAppender to write into ORCFile table

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

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

GitHub user eminency opened a pull request:

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

    TAJO-1465: Add ORCFileAppender to write into ORCFile table

    Hi all.
    
    This is for writer code for ORC files.
    
    Many files are added, but most of them are from Hive. See following notes :
    
    1. Core working is in ORCAppender.java and WriterImpl.java
    2. Files in org.apache.tajo.storage.orc.objectinspector are trivial. Those are for checking data type.
    3. Files in org.apache.tajo.storage.thirdparty are from Hive. WriterImpl.java is also from Hive, but it is modified to support Tajo types and Datum.
    
    Please review and advise.
    Thanks.

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

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

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

    https://github.com/apache/tajo/pull/652.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 #652
    
----
commit aacc3b7e259c52e2f8cd078c6915bace4afc32c1
Author: Jihoon Son <ji...@apache.org>
Date:   2015-03-21T09:38:19Z

    TAJO-1439: Some method name is written wrongly. (Contributed by Jongyoung Park. Committed by jihoon)

commit e563db223ec6a00dfc9ccf386adb6995a8e65fac
Author: navis.ryu <na...@apache.org>
Date:   2015-03-12T13:15:49Z

    TAJO-1396 Unexpected IllegalMonitorStateException can be thrown in QueryInProgress
    
    Closes #416
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit e854f830f2f9ff67a23c751cbbd7afa48d6f0500
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-03-25T03:51:41Z

    TAJO-1434: Fix supporting version of Hadoop.
    
    Closes #443
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit a5350257d70366de1297877492111afe89336913
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-03-24T10:05:24Z

    TAJO-1147: Simple query doesn't work in Web UI
    
    Signed-off-by: JaeHwa Jung <bl...@apache.org>

commit becf85b0ac83e764e431f4c30706cca0c16d836f
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-03-27T09:03:53Z

    TAJO-1440: Some tests fail in parallel test environment in TestKillQuery.
    
    Closes #472
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit 8b00e41f56eea0ef54011cfab822506d10b34c14
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-03-29T12:47:07Z

    TAJO-1437: Resolve findbug warnings on Tajo JDBC Module.
    
    Closes #447
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit c3b7d1354a5c50cd7a6d2950b671a04b30310c26
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-04-03T02:11:10Z

    TAJO-1501: Too many log message of HashShuffleAppenderManager.
    
    Signed-off-by: JaeHwa Jung <bl...@apache.org>

commit b729a49c821a874db8f432342c2c9fc83d537793
Author: DaeMyung Kang <ch...@naver.com>
Date:   2015-04-03T02:38:57Z

    TAJO-1360: VALUES_ field in OPTIONS table of catalog store should be longer.
    
    Signed-off-by: JaeHwa Jung <bl...@apache.org>

commit 8173bc1f491f45050b3611868d1d8d0099056d0c
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-04-04T10:00:31Z

    TAJO-1492: Replace CSV examples into TEXT examples in docs.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit cb6965977e0939e97e87efaf667be75c14d70d49
Author: YeonSu Han <ha...@gmail.com>
Date:   2015-04-05T14:27:05Z

    TAJO-1400: Add TajoStatement::setMaxRows method support.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 7f7b132884d2d1dede71428fb68f44c08e3fbb05
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-07T07:13:23Z

    TAJO-1529: Implement json_extract_path_text(string, string) function.

commit e75b928fe92b00c4cf635abfc877fecd3b7e31e1
Author: navis.ryu <na...@apache.org>
Date:   2015-04-07T13:24:34Z

    TAJO-1538: TajoWorkerResourceManager.allocatedResourceMap is increasing forever.
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit 75e985eaca8146020b2b9d79e609ba1ed041998f
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-18T05:53:05Z

    TAJO-1564: TestFetcher fails occasionally. (jinho)

commit db3bbc9efa13c76cb47bd8067926e2f7e3920a12
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-04-19T08:39:49Z

    TAJO-1567: Update old license in some pom.xml files.
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit fbe24e89c129c7f25551ad3fcde2bae3f86d0a4d
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-19T09:41:41Z

    TAJO-1560: HashShuffle report should be ignored when a succeed tasks are not included. (jinho)

commit 4a02456d3e93a3630931066af60d17a61e28638a
Author: navis.ryu <na...@apache.org>
Date:   2015-04-20T01:34:25Z

    TAJO-1522: NPE making stage history before task scheduler is initialized.
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit 5e1fa93b53cc4b575996a4aceaeb781567dc47d6
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-20T02:13:14Z

    TAJO-1568: Apply UnpooledByteBufAllocator when a tajo.test.enabled is set to enable.

commit 47008c58ea866a9609f56405b09f968665c66d47
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-20T05:12:09Z

    TAJO-1571: Merge TAJO-1497 and TAJO-1569 to 0.10.1. (jinho)
    
    Closes #544

commit 3722599d72c012d508cf5201cc101111affa764e
Author: navis.ryu <na...@apache.org>
Date:   2015-04-20T11:37:59Z

    TAJO-1481: Numeric conversion of Inet4 type should be considered as unsigned.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 8d7988438dafd35068c52031393a9fb1c040bdf5
Author: DaeMyung Kang <ch...@naver.com>
Date:   2015-04-20T21:18:37Z

    TAJO-1419: Tsql session command doesn't work.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit c33b8630ff92eb6e0b123735332c82c2c262bbee
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-04-24T02:13:08Z

    TAJO-1575: HBASE_HOME guidance is duplicated in tajo-env.sh.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit b488a5e09e19fd0400147ba530b070495186c7f4
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-04-24T02:17:00Z

    TAJO-1559: Fix data model description (tinyint, smallint).
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 9ca7688f648d433d0a0eaf5dedb1919b67f106d8
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-04-27T05:16:54Z

    TAJO-1580: Error line number is incorrect.
    
    Signed-off-by: JaeHwa Jung <bl...@apache.org>

commit c9b5e11347c4e380a3dd97671758a841941ae75b
Author: Jinho Kim <jh...@apache.org>
Date:   2015-04-27T05:45:47Z

    TAJO-1581: Does not update last state of query stage in non-hash shuffle. (jinho)

commit 7ccd8341ab45db79202a6c35ada56533107ee2aa
Author: Dongjoon Hyun <do...@apache.org>
Date:   2015-04-27T13:35:27Z

    TAJO-1574: Fix NPE on natural join.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 4db8ca055897ba712cb2bdc40594d63905a11e64
Author: navis.ryu <na...@apache.org>
Date:   2015-04-30T10:15:00Z

    TAJO-1374: Support multi-bytes delimiter for CSV file.
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit b0ab7eafd35a51bfeddb3812bff8718446029f56
Author: navis.ryu <na...@apache.org>
Date:   2015-04-30T10:17:45Z

    TAJO-1381: Support multi-bytes delimiter for Text file.
    
    Signed-off-by: Jinho Kim <jh...@apache.org>

commit f9a531c0ff9ac4fadb5562eeb6b0b48da44cf547
Author: Jinho Kim <jh...@apache.org>
Date:   2015-05-06T03:09:39Z

    TAJO-1534: DelimitedTextFile return null instead of a NullDatum. (jinho)

commit 9d331f9af11d77f16d332029ad7debe932689cf2
Author: Yongjin Choi <su...@gmail.com>
Date:   2015-05-06T09:47:38Z

    TAJO-1556: "insert into select" with reordered column list does not work.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

commit 556498f58451c9f17c1e734390c159fdf41b88b4
Author: Jongyoung Park <em...@gmail.com>
Date:   2015-05-08T06:12:15Z

    TAJO-1576: Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage() eliminates an important kind of information.
    
    Signed-off-by: Jihoon Son <ji...@apache.org>

----


> Add ORCFileAppender to write into ORCFile table
> -----------------------------------------------
>
>                 Key: TAJO-1465
>                 URL: https://issues.apache.org/jira/browse/TAJO-1465
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Storage
>    Affects Versions: 0.10.0
>            Reporter: Dongjoon Hyun
>            Assignee: Jongyoung Park
>              Labels: orc
>




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