You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by johannes-altiscale <gi...@git.apache.org> on 2017/12/18 19:05:11 UTC

[GitHub] hive pull request #276: HD-2119: unable to compact tables in non default db

GitHub user johannes-altiscale opened a pull request:

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

    HD-2119: unable to compact tables in non default db

    

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

    $ git pull https://github.com/Altiscale/hive johannes-HD-2119-unable-to-compact-tables-in-non-default-db

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

    https://github.com/apache/hive/pull/276.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 #276
    
----
commit eb4c7a05a634ddc10639cacc3cce8ac148e2f12b
Author: Yongzhi Chen <yc...@apache.org>
Date:   2016-06-15T14:07:48Z

    HIVE-14015: SMB MapJoin failed for Hive on Spark when kerberized (Yongzhi Chen, reviewed by Chaoyu Tang)

commit 0ed105050eee52d03948b968a805e9fffe1a61bb
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-20T15:37:22Z

    HIVE-14059: Missing license headers for two files (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit a38745a41719c82a537976bf154dc3c7d375302f
Author: Pengcheng Xiong <px...@apache.org>
Date:   2016-06-20T17:18:25Z

    HIVE-14054: TestHiveMetaStoreChecker fails on master (Pengcheng Xiong, reviewed by Ashutosh Chauhan, Rajesh Balamohan)

commit 8ada8eafaa2b84b9daefdbb7284ec837983ceee7
Author: Pengcheng Xiong <px...@apache.org>
Date:   2016-06-20T17:30:36Z

    HIVE-14014: zero length file is being created for empty bucket in tez mode (II) (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

commit 9b1d79c9a22605fcac1bc39e40ee68f5c5cef429
Author: Sergey Shelukhin <se...@apache.org>
Date:   2016-06-20T21:34:45Z

    HIVE-14024 : setAllColumns is called incorrectly after some changes (Sergey Shelukhin, reviewed by Prasanth Jayachandran)

commit f2ad5582d15a0208ec22cb587c0c0156fbebe431
Author: Sergey Shelukhin <se...@apache.org>
Date:   2016-06-20T21:36:46Z

    HIVE-14012 : some ColumnVector-s are missing ensureSize (Sergey Shelukhin, reviewed by Prasanth J)

commit 232c168d2917eafb32208e804559c3e365239e0c
Author: Wei Zheng <we...@apache.org>
Date:   2016-06-20T22:28:46Z

    HIVE-13809 : Hybrid Grace Hash Join memory usage estimation didn't take into account the bloom filter size (Wei Zheng, reviewed by Gopal V)

commit 39e0e8eb5de6deda77583aab7e3ab84dc107969f
Author: ctang <ct...@cloudera.com>
Date:   2016-06-21T00:34:54Z

    HIVE-13590: Kerberized HS2 with LDAP auth enabled fails in multi-domain LDAP case (Chaoyu Tang, reviewed by Szehon Ho, Sergio Pena)

commit 904fe52bcc6731acfdbad7e122aee0ea0bfc2e4b
Author: Prasanth Jayachandran <pr...@apache.org>
Date:   2016-06-21T01:00:32Z

    HIVE-13985: ORC improvements for reducing the file system calls in task side (Prasanth Jayachandran reviewed by Sergey Shelukhin)

commit 06d5ef61c1d7e7703095a96a1484c798eb0a2089
Author: Siddharth Seth <ss...@apache.org>
Date:   2016-06-21T23:24:54Z

    HIVE-14041. llap scripts should not add hadoop and other libraries from the cluster. (Siddharth Seth, reviewed by Gopal V)
    
    (cherry picked from commit 2e35bac54a915a0f2013e506cc07e9e3301fef8f)

commit 606922834a75f7cbf0ac780a73911380fa37a7a3
Author: Aihua Xu <ai...@apache.org>
Date:   2016-06-22T14:38:17Z

    HIVE-14062: Changes from HIVE-13502 overwritten by HIVE-13566 (Naveen Gangam, reviewed by Aihua Xu)

commit 9a52491c37c7e6a2c72bdafa2dfa3c6e07886fc1
Author: Siddharth Seth <ss...@apache.org>
Date:   2016-06-22T18:14:41Z

    HIVE-14057. Add an option to llapstatus to generate output to a file, and minor bug fixes. (Siddharth Seth, reviewed by Sergey Shelukhin)
    
    (cherry picked from commit f80f65da9bbc03eea55ebc6ed726419dfda3d224)

commit 2fb5555dfb1a1a5b51811d597b2cb6eb55e448e9
Author: Prasanth Jayachandran <pr...@apache.org>
Date:   2016-06-22T18:16:28Z

    HIVE-13744: LLAP IO - add complex types support (Prasanth Jayachandran reviewed by Sergey Shelukhin)

commit b540a65f32b55a73c0940d8e4fc3668f0dd531f5
Author: Sergey Shelukhin <se...@apache.org>
Date:   2016-06-23T01:05:56Z

    HIVE-14071 : HIVE-14014 breaks non-file outputs (Sergey Shelukhin, reviewed by Pengcheng Xiong)

commit f5a598cbaf2cc912709459464d012f767ee134e1
Author: Sergey Shelukhin <se...@apache.org>
Date:   2016-06-23T01:25:42Z

    HIVE-14055 : directSql - getting the number of partitions is broken (Sergey Shelukhin, reviewed by Sergio Peña)
    
    Conflicts:
    	metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java

commit ac67fa647e22ec7ddcbe289967c7350366d156f6
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-23T14:50:25Z

    HIVE-14021: When converting to CNF, fail if the expression exceeds a threshold (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit 8caf81eda744709094992890150aefe45aa669ba
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-23T15:10:27Z

    HIVE-14076: Vectorization is not supported for datatype:VOID error while inserting data into specific columns (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit cf127f7afe6a04e00a4ff188021cfbd6ae692a1e
Author: Pengcheng Xiong <px...@apache.org>
Date:   2016-06-23T17:25:11Z

    HIVE-14028: Insert overwrite does not work in HBase tables: stats is not updated(Pengcheng Xiong, reviewed by Ashutosh Chauhan)

commit 6db2c501614189faddaa6ea59ef2f04c45126c93
Author: Prasanth Jayachandran <pr...@apache.org>
Date:   2016-06-24T07:27:47Z

    HIVE-14079: Remove file, method and line number from pattern layout (Prasanth Jayachandran reviewed by Sergey Shelukhin)

commit 4f04ac56dd223a881271a186ebcd07a0345545fd
Author: Daniel Dai <da...@hortonworks.com>
Date:   2016-06-25T08:22:57Z

    HIVE-13631: Support index in HBase Metastore (Daniel Dai, reviewed by Alan Gates)

commit 4accba2f57d62c2e92acbeda62c068675ae73a08
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-26T02:17:31Z

    HIVE-13982: Extensions to RS dedup: execute with different column order and sorting direction if possible (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit d36d403228831bf4094b1c972a2a978a762f9884
Author: Yongzhi Chen <yc...@apache.org>
Date:   2016-06-10T00:19:23Z

    HIVE-13991: Union All on view fail with no valid permission on underneath table (Yongzhi Chen, reviewed by Aihua Xu)

commit 742b911d5448134170331e31a39edbbe1b52e04e
Author: Rui Li <ru...@intel.com>
Date:   2016-06-13T11:25:00Z

    HIVE-13997 : Insert overwrite directory doesn't overwrite existing files (Rui Li via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <ha...@apache.org>

commit ace38df7caa2a18e059f7bc861b50bbe49627cd0
Author: Prasanth Jayachandran <pr...@apache.org>
Date:   2016-06-27T18:10:16Z

    HIVE-14092: Kryo exception when deserializing VectorFileSinkOperator (Prasanth Jayachandran reviewed by Ashutosh Chauhan)

commit 68fc82c751de31f8cf9470107dede27fde3c8620
Author: Thejas Nair <th...@hortonworks.com>
Date:   2016-06-28T02:00:05Z

    HIVE-14073 : update config whiltelist for sql std authorization (Thejas Nair, reviewed by Sushanth Sowmyan)

commit 33d8c90f7db44b67d402fa816710f259811c722a
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-29T19:25:14Z

    HIVE-14083: ALTER INDEX in Tez causes NullPointerException (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit 19192a6318dc5b0401291982d422a6a3e65dcf63
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Date:   2016-06-29T21:44:26Z

    HIVE-13803: More aggressive inference of transitive predicates for inner joins (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

commit e2da0e163dba1ecb58fe66d319df22cf1efd970a
Author: Sergey Shelukhin <se...@apache.org>
Date:   2016-06-30T23:00:04Z

    HIVE-14136 : LLAP ZK SecretManager should resolve _HOST in principal (Sergey Shelukhin, reviewed by Siddharth Seth)
    
    Conflicts:
    	llap-common/src/java/org/apache/hadoop/hive/llap/security/SecretManager.java

commit 21da55964f17abc2461a4baf2eb38afeb752e11c
Author: Eugene Koifman <ek...@hortonworks.com>
Date:   2016-06-21T19:11:10Z

    HIVE-14038 miscellaneous acid improvements (Eugene Koifman, reviewed by Wei Zheng)

commit c2e9c59b4329059cc1fff757394aac911adef51c
Author: Vaibhav Gumashta <vg...@hortonworks.com>
Date:   2016-06-27T06:23:46Z

    HIVE-13725: ACID: Streaming API should synchronize calls when multiple threads use the same endpoint (Eugene Koifman, Vaibhav Gumashta reveiwed by Eugene Koifman

----


---

[GitHub] hive pull request #276: HD-2119: unable to compact tables in non default db

Posted by johannes-altiscale <gi...@git.apache.org>.
Github user johannes-altiscale closed the pull request at:

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


---