hive git commit: HIVE-13418 : HiveServer2 HTTP mode should support X-Forwarded-Host header for authorization/audits (Thejas Nair, reviewed by Vaibhav Gumashta)

2016-04-14 Thread thejas
Repository: hive Updated Branches: refs/heads/master cc2d0f036 -> 833a7d158 HIVE-13418 : HiveServer2 HTTP mode should support X-Forwarded-Host header for authorization/audits (Thejas Nair, reviewed by Vaibhav Gumashta) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13465: Add ZK settings to MiniLlapCluster clusterSpecificConfiguration (Jason Dere, reviewed by Siddharth Seth)

2016-04-14 Thread jdere
Repository: hive Updated Branches: refs/heads/master 2ba31f9e1 -> cc2d0f036 HIVE-13465: Add ZK settings to MiniLlapCluster clusterSpecificConfiguration (Jason Dere, reviewed by Siddharth Seth) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13476: HS2 ShutdownHookManager holds extra of Driver instance in nested compile

2016-04-14 Thread daijy
Repository: hive Updated Branches: refs/heads/branch-1 82a3e66ad -> 72f71bb4b HIVE-13476: HS2 ShutdownHookManager holds extra of Driver instance in nested compile Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/72f71bb4

hive git commit: HIVE-13476: HS2 ShutdownHookManager holds extra of Driver instance in nested compile

2016-04-14 Thread daijy
Repository: hive Updated Branches: refs/heads/master d567773ff -> 2ba31f9e1 HIVE-13476: HS2 ShutdownHookManager holds extra of Driver instance in nested compile Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/2ba31f9e

hive git commit: HIVE-13522 : regexp_extract.q hangs on master (Ashutosh Chauhan via Thejas Nair)

2016-04-14 Thread hashutosh
Repository: hive Updated Branches: refs/heads/master cedb6de14 -> d567773ff HIVE-13522 : regexp_extract.q hangs on master (Ashutosh Chauhan via Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d567773f Tree:

hive git commit: Revert "HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan)"

2016-04-14 Thread szehon
Repository: hive Updated Branches: refs/heads/master 418f936cf -> cedb6de14 Revert "HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan)" This reverts commit a207923ff847b62209f97682c0e3e7a649ae131d. Project:

hive git commit: HIVE-13519: Allow LlapRecordReader to parse/output rows

2016-04-14 Thread jdere
Repository: hive Updated Branches: refs/heads/llap 8f6b28a38 -> fc7343dd1 HIVE-13519: Allow LlapRecordReader to parse/output rows Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fc7343dd Tree:

hive git commit: HIVE-13400: Following up HIVE-12481, add retry for Zookeeper service discovery (Reviewed by Chaoyu Tang)

2016-04-14 Thread aihuaxu
Repository: hive Updated Branches: refs/heads/master 98699b3b7 -> 418f936cf HIVE-13400: Following up HIVE-12481, add retry for Zookeeper service discovery (Reviewed by Chaoyu Tang) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13477: Set HivePrivilegeObjectType to TABLE_OR_VIEW (Pengcheng Xiong, reviewed by Ashutosh Chauhan)

2016-04-14 Thread pxiong
Repository: hive Updated Branches: refs/heads/master a207923ff -> 98699b3b7 HIVE-13477: Set HivePrivilegeObjectType to TABLE_OR_VIEW (Pengcheng Xiong, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan)

2016-04-14 Thread sseth
Repository: hive Updated Branches: refs/heads/master e3e43c6dd -> a207923ff HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: Revert "HIVE-13496. Create initial test data once across multiple test runs - TestCliDriver. (Siddharth Seth, reviewed by Ashutosh Chauhan)"

2016-04-14 Thread sseth
Repository: hive Updated Branches: refs/heads/master 940fc7dfe -> e3e43c6dd Revert "HIVE-13496. Create initial test data once across multiple test runs - TestCliDriver. (Siddharth Seth, reviewed by Ashutosh Chauhan)" This reverts commit 976e628fc01911936caa19e61ea3342f3a19455a. Project:

hive git commit: HIVE-13514: TestClearDanglingScratchDir fail on branch-1 (Daniel Dai, reviewed by Thejas Nair)

2016-04-14 Thread daijy
Repository: hive Updated Branches: refs/heads/branch-1 016a9aabf -> 82a3e66ad HIVE-13514: TestClearDanglingScratchDir fail on branch-1 (Daniel Dai, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13514: TestClearDanglingScratchDir fail on branch-1 (Daniel Dai, reviewed by Thejas Nair)

2016-04-14 Thread daijy
Repository: hive Updated Branches: refs/heads/master 976e628fc -> 940fc7dfe HIVE-13514: TestClearDanglingScratchDir fail on branch-1 (Daniel Dai, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit:

hive git commit: HIVE-13496. Create initial test data once across multiple test runs - TestCliDriver. (Siddharth Seth, reviewed by Ashutosh Chauhan)

2016-04-14 Thread sseth
Repository: hive Updated Branches: refs/heads/master 0dd4621f3 -> 976e628fc HIVE-13496. Create initial test data once across multiple test runs - TestCliDriver. (Siddharth Seth, reviewed by Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: