You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by lakshmi83 <gi...@git.apache.org> on 2014/05/06 19:27:43 UTC

[GitHub] hive pull request: Branch 0.13

GitHub user lakshmi83 opened a pull request:

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

    Branch 0.13

    

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

    $ git pull https://github.com/apache/hive branch-0.13

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

    https://github.com/apache/hive/pull/14.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 #14
    
----
commit 21bc97ca4d7702a2c78cb06ce1e461ccbc247be5
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-05T01:09:50Z

    Branching for 0.13 releases
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1574276 13f79535-47bb-0310-9956-ffa450edef68

commit c49ac879180e399cdc83e613ccc6c9e67f8c799c
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-05T01:31:23Z

    Preparing for release 0.13.0
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1574279 13f79535-47bb-0310-9956-ffa450edef68

commit 69436bea1ecebba8be164b4c814da8c7a9b436ea
Author: Vikram Dixit K <vi...@apache.org>
Date:   2014-03-05T19:55:24Z

    HIVE-6325: Enable using multiple concurrent sessions in tez (Vikram Dixit, reviewed by Gunther Hagleitner)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1574640 13f79535-47bb-0310-9956-ffa450edef68

commit 376aed5024a9f25d7fedc6950e5b49e80810eae2
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-05T20:02:50Z

    HIVE-6548 : Missing owner name and type fields in schema script for DBS table (Ashutosh Chauhan via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1574643 13f79535-47bb-0310-9956-ffa450edef68

commit 362add70a7e2e7729750530d894c7bd3335c3b1a
Author: Sergey Shelukhin <se...@apache.org>
Date:   2014-03-07T18:22:23Z

    HIVE-6537 NullPointerException when loading hashtable for MapJoin directly (Sergey Shelukhin and Navis, reviewed by Gunther Hagleitner)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575353 13f79535-47bb-0310-9956-ffa450edef68

commit dfe9cfdf82e1b43b47df5fb8457e2d8066bd407b
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-07T19:34:07Z

    HIVE-6555 : Fix metastore version in mysql script(Ashutosh Chauhan via Prasad Mujumdar)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575380 13f79535-47bb-0310-9956-ffa450edef68

commit a3c4d93772d311df394b8e546ad0b828eb148c09
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-07T19:37:14Z

    HIVE-6417 : sql std auth - new users in admin role config should get added (Ashutosh Chauhan via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575383 13f79535-47bb-0310-9956-ffa450edef68

commit c8265e092bf54667aaa07c9066930d3600ccc50f
Author: Gunther Hagleitner <gu...@apache.org>
Date:   2014-03-07T20:36:11Z

    HIVE-6566: Incorrect union-all plan with map-joins on Tez (Gunther Hagleitner, reviewed by Sergey Shelukhin)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575393 13f79535-47bb-0310-9956-ffa450edef68

commit 5e1a28770883d96ba939af66f616d4dca3158e56
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-08T17:23:33Z

    HIVE-6403 uncorrelated subquery is failing with auto.convert.join=true (Navis via Harish Butani)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575574 13f79535-47bb-0310-9956-ffa450edef68

commit 6a1de74e1dfbc42a280efc128e035bc49a87168d
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-08T18:14:35Z

    HIVE-5901 : Query cancel should stop running MR tasks (Navis via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575583 13f79535-47bb-0310-9956-ffa450edef68

commit 6c75c83b883aaca5bfd7ff7718e4a278aae43e7b
Author: Jitendra Nath Pandey <ji...@apache.org>
Date:   2014-03-08T23:31:13Z

    HIVE-6508 : Mismatched aggregation results between vector and non-vector mode with decimal field (Remus Rusanu via jitendra)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575633 13f79535-47bb-0310-9956-ffa450edef68

commit fbfe781436e3909ba7b5b33600d847cfc3d79cfd
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-09T01:40:21Z

    HIVE-6573 : Oracle metastore doesnt come up when hive.cluster.delegation.token.store.class is set to DBTokenStore (Ashutosh Chauhan via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575644 13f79535-47bb-0310-9956-ffa450edef68

commit f15a74c5e1499967d98e211fa18d340937312f4a
Author: Jitendra Nath Pandey <ji...@apache.org>
Date:   2014-03-09T17:02:53Z

    HIVE-6511: Casting from decimal to tinyint,smallint, int and bigint generates different result when vectorization is on (jitendra)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575728 13f79535-47bb-0310-9956-ffa450edef68

commit ac4364240f09c38e1ee4d1fa45eddeca6f9810d2
Author: Jitendra Nath Pandey <ji...@apache.org>
Date:   2014-03-10T01:07:13Z

    HIVE-6531 : Runtime errors in vectorized execution (jitendra)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575786 13f79535-47bb-0310-9956-ffa450edef68

commit bbad40646d3c368cd32a96cf9d50b9a511cef946
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-10T14:34:13Z

    HIVE-6359 : beeline -f fails on scripts with tabs in them. (Navis, reviewed by Xuefu Zhang, Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1575953 13f79535-47bb-0310-9956-ffa450edef68

commit cbbdb531ff165298954029c8279e9343aefc05eb
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-10T17:56:16Z

    HIVE-6551 : group by after join with skew join optimization references invalid task sometimes (Navis via Ashutosh Chauhan)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576021 13f79535-47bb-0310-9956-ffa450edef68

commit a18c1a0ac4765c9a087f0639e5b9e10a7fe45c88
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-10T18:02:18Z

    HIVE-6574: Type in ql/pom.xml prevents jobs from parquet queries from running on a cluster (reviewed by Brock)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576025 13f79535-47bb-0310-9956-ffa450edef68

commit 2d94cec739a39de04f39fbdc46faa325dfe18d9b
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-10T18:07:08Z

    HIVE-6486 : Support secure Subject.doAs() in HiveServer2 JDBC client. (Shivaraju Gowda via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576029 13f79535-47bb-0310-9956-ffa450edef68

commit 470b0c555a634e22eee8a5c48bc78bdbd6ba1914
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-10T18:22:14Z

    HIVE-6414: ParquetInputFormat provides data values that do not match the object inspectors (Justin Coffey via Xuefu)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576037 13f79535-47bb-0310-9956-ffa450edef68

commit e5ebfbf95d4cd245fd04c583abe99224adc2b53a
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-11T01:23:19Z

    HIVE-6585 : bucket map join fails in presence of _SUCCESS file (Ashutosh Chauhan via Vikram Dixit)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576164 13f79535-47bb-0310-9956-ffa450edef68

commit 0524ad7b347b2f6fe69391723181db0cde1243ce
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-11T01:25:37Z

    HIVE-6591 : Importing a table containing hidden dirs fails (Ashutosh Chauhan via Vikram Dixit)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576166 13f79535-47bb-0310-9956-ffa450edef68

commit 5366afcf6586bdc0fba0eb797c29127154e2c4ac
Author: Harish Butani <rh...@apache.org>
Date:   2014-03-11T16:56:20Z

    HIVE-6608 add apache pom as parent pom (reviewed by Brock)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576425 13f79535-47bb-0310-9956-ffa450edef68

commit ab6eaee2d7798bdf63ba6791dd61f926f87fa02e
Author: Sergey Shelukhin <se...@apache.org>
Date:   2014-03-11T18:10:52Z

    HIVE-6587 : allow specifying additional Hive classpath for Hadoop (Sergey Shelukhin, reviewed by Gunther Hagleitner)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576447 13f79535-47bb-0310-9956-ffa450edef68

commit d7354af692998cad8177d3a5ed20c962ba4d8183
Author: Sergey Shelukhin <se...@apache.org>
Date:   2014-03-11T18:23:11Z

    HIVE-6605 : Hive does not set the environment correctly when running in Tez mode (Sergey Shelukhin, reviewed by Gunther Hagleitner and Siddharth Seth)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576454 13f79535-47bb-0310-9956-ffa450edef68

commit 9cae749ff45da81d35358a1f22107a2896af02a1
Author: Jitendra Nath Pandey <ji...@apache.org>
Date:   2014-03-11T18:25:50Z

    HIVE-6594: UnsignedInt128 addition does not increase internal int array count resulting in corrupted values during serialization (Remus Rusanu)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576455 13f79535-47bb-0310-9956-ffa450edef68

commit 7d0c16dba1767a052c3fcffc21ecd88a07abbbef
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-12T05:05:07Z

    HIVE-6559 : sourcing txn-script from schema script results in failure for mysql & oracle (Alan Gates via Ashutosh Chauhan)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576583 13f79535-47bb-0310-9956-ffa450edef68

commit e6a98ff26780c93e1804fb14daea2f40b41f92c4
Author: Ashutosh Chauhan <ha...@apache.org>
Date:   2014-03-12T05:10:30Z

    HIVE-6558 : HiveServer2 Plain SASL authentication broken after hadoop 2.3 upgrade (Prasad Mujumdar via Ashutosh Chauhan)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576584 13f79535-47bb-0310-9956-ffa450edef68

commit 2e711401a98121e8874aadd2af51781c0514af15
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-12T10:07:09Z

    HIVE-5931 : SQL std auth - add metastore get_principals_in_role api, support SHOW PRINCIPALS role_name (Thejas Nair via Ashutosh Chauhan)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576677 13f79535-47bb-0310-9956-ffa450edef68

commit 569c06f36af183cd736a4741b4205771d0f248b1
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-12T10:59:54Z

    HIVE-5155 : Support secure proxy user access to HiveServer2 (Prasad Mujumdar via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576689 13f79535-47bb-0310-9956-ffa450edef68

commit e21b03ee53f843d86aa2db77345b5e22fd47f2e8
Author: Thejas Madhavan Nair <th...@apache.org>
Date:   2014-03-12T11:32:42Z

    HIVE-6512 : HiveServer2 ThriftCLIServiceTest#testDoAs is an invalid test (Vaibhav Gumashta via Thejas Nair)
    
    git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.13@1576699 13f79535-47bb-0310-9956-ffa450edef68

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---