You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2015/11/07 02:59:10 UTC

[jira] [Issue Comment Deleted] (HIVE-11890) Create ORC module

     [ https://issues.apache.org/jira/browse/HIVE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HIVE-11890:
---------------------------------
    Comment: was deleted

(was: GitHub user omalley opened a pull request:

    https://github.com/apache/hive/pull/53

    HIVE-11890 create orc module

    

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

    $ git pull https://github.com/omalley/hive hive-11890

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

    https://github.com/apache/hive/pull/53.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 #53
    
----
commit 5b6e96de10e32028ed43172dd2490824100310f9
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-02T21:03:21Z

    HIVE-11169 : LLAP: more out file changes compared to master (Sergey Shelukhin)

commit 1369cb48c22ef165c26ee35103ca94e2fd13675a
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-02T22:33:09Z

    HIVE-11177 : LLAP: spark out file changes compared to master (Sergey Shelukhin)

commit a250582f11204def2523876b812f8996c5174d93
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-06T21:17:47Z

    HIVE-11011 : LLAP: test auto_sortmerge_join_5 on MiniTez fails with NPE (Sergey Shelukhin, reviewed by Vikram Dixit K)

commit 6f088183a48e8648df17670c69c26d5cb25c6dc2
Author: Prasanth Jayachandran <j....@gmail.com>
Date:   2015-07-06T23:00:32Z

    HIVE-11186: Remove unused LlapUtils class from ql.io.orc (Prasanth Jayachandran)

commit 132bc1f2408077f2e1da2fc5e6551e5cacf7aa43
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-08T01:56:48Z

    HIVE-11199 : LLAP: merge master into branch (Sergey Shelukhin)

commit fcc45db48ba0ad22a520ce5ec75e615d40a8c277
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-08T22:15:36Z

    HIVE-11213 : LLAP: more out file changes compared to master (Sergey Shelukhin)

commit 3b8fdc1dc7228fbd9107ee003d9dbe9e2dfb8692
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-11T00:43:06Z

    HIVE-11222 : LLAP: occasional NPE in parallel queries in ORC reader (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit 838da8cb41b6b32b19b0ae8b793d5b7d4e6f613c
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-13T18:53:45Z

    HIVE-11200 : LLAP: Cache BuddyAllocator throws NPE (Sergey Shelukhin)

commit c48bed2e95a60e347b2450c92cfe3581024ea94b
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-15T17:48:03Z

    HIVE-11260. LLAP: Fix NPE in AMReporter. (Siddharth Seth)

commit aef30caefd17d4f4979e6c189ea29bd7a5c7f714
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-15T22:39:50Z

    HIVE-10535 : LLAP: Cleanup map join cache when a query completes (Sergey Shelukhin, reviewed by Siddharth Seth)

commit c644f29ffddb93afaab16c442c664c202b2583a8
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-17T15:46:15Z

    HIVE-11273. LLAP: Register for finishable state change notifications when adding a task instead of when scheduling it. (Siddharth Seth)

commit 31521adfb87b19ff326d0db1d54bdb26756c3d1b
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-17T15:46:54Z

    HIVE-11263. LLAP: TaskExecutorService state is not cleaned up. (Siddharth Seth)

commit 6e8ceae99fa04832a80cc15208a8864407cba9db
Author: Gopal V <go...@apache.org>
Date:   2015-07-18T05:03:08Z

    HIVE-10930: LLAP: Set java.io.tmpdir correctly for LLAP Slider instance (Gopal V)

commit 3a05dd6f8e90c14484f267375593901b0445edce
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-20T22:54:34Z

    HIVE-11322. Fix API usage in plugins to match changes made in TEZ-2004 (Siddharth Seth)

commit 7c5ab92278da66c8fe0eb9bc5c53f74e5b91ac90
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-23T05:26:32Z

    HIVE-11350. Fix API usage in plugins to match changes made in TEZ-2005. (Siddharth Seth)

commit 61f892343da981f12296f05f27aee471dda4b7ee
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-27T20:48:33Z

    HIVE-11259 : LLAP: clean up ORC dependencies part 1 (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit 311f6e74266ff93c151c169031af9684cfa21ac8
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-07-27T21:07:27Z

    HIVE-11305 : LLAP: Hybrid Map-join cache returns invalid data (Sergey Shelukhin, reviewed by Gopal V)

commit 0bd51acac13c3e605d9efbeae5192dde33b237e7
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-07-28T21:57:52Z

    HIVE-11393. LLAP: Fix API usage to work with evolving Tez APIs - TEZ-{2651,2652,2653}. (Siddharth Seth)

commit 7f3ba41332bc7cbcab56c72a4e1f623fa884316a
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-06T00:49:21Z

    HIVE-11474 : LLAP: merge master into branch (Sergey Shelukhin)

commit f69d20f52a663c8f770074e35d840bfceb919bdb
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-06T01:00:59Z

    HIVE-11479 : LLAP: ORC-related refactoring changes broke something (Sergey Shelukhin)

commit ca78f21242df93d14d5c118b6cdde9ea83ec8410
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-08-11T18:20:09Z

    HIVE-11522. LLAP: Fix API usage to work with evolving Tez APIs - TEZ-2678. (Siddharth Seth)

commit 742d1f50067444e85a0bad519013b779ca328601
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-11T20:46:59Z

    HIVE-11385 : LLAP: clean up ORC dependencies - move encoded reader path into a separate package and reader (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit ccd754b38e989ae86340f2266148d72e97f5c4c6
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-12T01:01:15Z

    HIVE-11295 : LLAP: clean up ORC dependencies on object pools (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit a3b1ef093b1d816af9dbe98fa0de9c70ff6ac25b
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-08-14T01:01:52Z

    HIVE-11272. LLAP: Execution order within LLAP daemons should consider query-specific priority assigned to fragments. (Siddharth Seth)

commit 94f9759485973a6c9a6250430ad45957341fb29b
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-17T22:06:12Z

    HIVE-10535 : LLAP: move EncodedTreeReaderFactory, TreeReaderFactory bits that rely on orc.encoded, and StreamUtils if needed, to orc.encoded package (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit 0e656f926cc5bb1b4ee7cc3b9d6e48b2fdfd12e4
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-08-20T22:57:28Z

    HIVE-11612. Allow wait queue comparator to be specified as a classname. (Siddharth Seth)

commit bc2927b84155f5395aca9655634ac527a382f659
Author: Siddharth Seth <ss...@apache.org>
Date:   2015-08-21T01:41:12Z

    HIVE-11148. LLAP: fix TestLlapTaskSchedulerService flakiness. (Siddharth Seth)

commit 1c58ee59b5abbc4573351ea3cfcde7d32b8e9760
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-25T21:27:56Z

    HIVE-11643 : LLAP: merge master into branch (Sergey Shelukhin)

commit 4a1ff925d59eaf00d601dd4733c7bcfc47f58797
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-25T22:06:22Z

    HIVE-11641 : LLAP: switch the branch to Tez master from branch (Sergey Shelukhin)

commit 37ee07e39a716fd9b021d4cb88ca14f779f00fe0
Author: Sergey Shelukhin <se...@apache.org>
Date:   2015-08-26T18:33:43Z

    HIVE-11655 : clean build on the branch appears to be broken (Sergey Shelukhin)

----
)

> Create ORC module
> -----------------
>
>                 Key: HIVE-11890
>                 URL: https://issues.apache.org/jira/browse/HIVE-11890
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: HIVE-11890.patch
>
>
> Start moving classes over to the ORC module.



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