Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 384B610892 for ; Wed, 31 Dec 2014 02:03:31 +0000 (UTC) Received: (qmail 59456 invoked by uid 500); 31 Dec 2014 02:03:31 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 59373 invoked by uid 500); 31 Dec 2014 02:03:31 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 59360 invoked by uid 99); 31 Dec 2014 02:03:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2014 02:03:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C0EA5A3A3BE; Wed, 31 Dec 2014 02:03:29 +0000 (UTC) From: solzy To: dev@hive.apache.org Reply-To: dev@hive.apache.org Message-ID: Subject: [GitHub] hive pull request: Branch 0.14 Content-Type: text/plain Date: Wed, 31 Dec 2014 02:03:29 +0000 (UTC) GitHub user solzy opened a pull request: https://github.com/apache/hive/pull/27 Branch 0.14 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/hive branch-0.14 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/27.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 #27 ---- commit 4cba9750ee59cbe5732b6c02c155d79b43a0ac41 Author: Prasanth J Date: 2014-10-08T06:12:43Z HIVE-8372: Potential NPE in Tez MergeFileRecordProcessor (Prasanth J reviewed by Vikram Dixit) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630012 13f79535-47bb-0310-9956-ffa450edef68 commit b2ddabb83ee65ec1326ab4ae2248eb2dd83dd024 Author: Ashutosh Chauhan Date: 2014-10-08T15:21:02Z HIVE-8366 : CBO fails if there is a table sample in subquery (Ashutosh Chauhan via John Pullokkaran) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630138 13f79535-47bb-0310-9956-ffa450edef68 commit 37d0528e0427059ad8fc420a6241399d72ac08b2 Author: Gunther Hagleitner Date: 2014-10-08T19:08:38Z HIVE-8403: Build broken by datanucleus.org being offline (Alan Gates via Gunther Hagleitner) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630204 13f79535-47bb-0310-9956-ffa450edef68 commit 0161052d1807c8883962a1bea7b46a96cbda3934 Author: Gopal Vijayaraghavan Date: 2014-10-08T21:17:10Z HIVE-7917: Re-apply change from HIVE-7158, set hive.exec.reducers.max to a high prime number. (Gopal V, reviewed by Gunther Hagleitner) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630236 13f79535-47bb-0310-9956-ffa450edef68 commit 9b35392be934c0a7b044ecf12c197fead7eb4321 Author: Gunther Hagleitner Date: 2014-10-08T23:03:35Z HIVE-8393: Handle SIGINT on Tez (Gunther Hagleitner, reviewed by Vikram Dixit K) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630249 13f79535-47bb-0310-9956-ffa450edef68 commit d7e28205d538ff043a405d33585acfc27225e691 Author: Gunther Hagleitner Date: 2014-10-08T23:19:26Z HIVE-8344: Hive on Tez sets mapreduce.framework.name to yarn-tez (Gunther Hagleitner, reviewed by Vikram Dixit K) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630253 13f79535-47bb-0310-9956-ffa450edef68 commit 19e73035748af8d7c046cb4bd13b0b299e7a4dff Author: Szehon Ho Date: 2014-10-08T23:40:43Z HIVE-8363: AccumuloStorageHandler compile failure hadoop-1 (Josh Elser via Szehon) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630254 13f79535-47bb-0310-9956-ffa450edef68 commit 4ccd16b9964e86f986d62e95f316450b3a2a4234 Author: Vaibhav Gumashta Date: 2014-10-09T04:59:57Z HIVE-8288: HiveServer2 dynamic discovery should create znodes organized by version number & add support for removing server uri's of a particular version from the server script. (Vaibhav Gumashta reviewed by Thejas Nair) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630281 13f79535-47bb-0310-9956-ffa450edef68 commit 2fbbd2dbb8a4ebe9bc111d94eb29c66e7ccbcbc7 Author: Prasanth J Date: 2014-10-09T18:35:00Z HIVE-8354: HIVE-7156 introduced required dependency on tez (Prasanth J reviewed by Brock Noland) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630549 13f79535-47bb-0310-9956-ffa450edef68 commit 6dc80449c20457b7d0f090d64fc7c6855a94bd40 Author: Brock Noland Date: 2014-10-09T20:29:32Z Merge HIVE-8380 - NanoTime class serializes and deserializes Timestamp incorrectly git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630588 13f79535-47bb-0310-9956-ffa450edef68 commit 34a7a16279d5c813c368139e67e94c87af57a412 Author: Ashutosh Chauhan Date: 2014-10-09T22:45:25Z HIVE-8407 : [CBO] Handle filters with non-boolean return type (Ashutosh Chauhan via John Pullokkaran) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630610 13f79535-47bb-0310-9956-ffa450edef68 commit ca4af6457e228518c979061a932dcd0c156fbc36 Author: Prasad Suresh Mujumdar Date: 2014-10-10T06:57:42Z HIVE-7932: It may cause NP exception when add accessed columns to ReadEntity (Xiaomeng Huang via Prasad Mujumdar) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630662 13f79535-47bb-0310-9956-ffa450edef68 commit 89b74ec269cff46f996c2a2326acc6fed9e4ad18 Author: Alan Gates Date: 2014-10-10T16:13:12Z HIVE-8367 delete writes records in wrong order in some cases (Alan Gates, reviewed by Eugene Koifman) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630932 13f79535-47bb-0310-9956-ffa450edef68 commit fc478a4f8f4e62310ed56ddfb859d11f8686e316 Author: Szehon Ho Date: 2014-10-10T21:26:33Z HIVE-8420: TestHadoop20SAuthBridge broken with hadoop-1 (Szehon, reviewed by Gunther) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630994 13f79535-47bb-0310-9956-ffa450edef68 commit 0238443e21ab26570c0ddfd404f71093b02a2f05 Author: Thejas Nair Date: 2014-10-10T21:53:24Z HIVE-8408 : hcat cli throws NPE when authorizer using new api is enabled (Thejas Nair, reviewed by Sushanth Sowmyan git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1630997 13f79535-47bb-0310-9956-ffa450edef68 commit 8830615e41c08fa0980774d255aa1ee3459ea494 Author: Vaibhav Gumashta Date: 2014-10-11T20:15:34Z HIVE-6972: jdbc HTTP configuration options should be part of sessionConf part of connection string git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631109 13f79535-47bb-0310-9956-ffa450edef68 commit 6f1c396ed327f012a5ad89a39c92dc26ee6438eb Author: Alan Gates Date: 2014-10-13T17:02:58Z HIVE-8442 Revert HIVE-8403 (Alan Gates) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631472 13f79535-47bb-0310-9956-ffa450edef68 commit 6fc9b0e89279aa22b1f76d0dab8db940d04d477c Author: Ashutosh Chauhan Date: 2014-10-13T17:48:48Z HIVE-8421 : [CBO] Use OptiqSemanticException in error conditions (Ashutosh Chauhan via Sergey Shelukhin) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631482 13f79535-47bb-0310-9956-ffa450edef68 commit 5bbf2a745f8699b318d95d87b52e5f1ec93c8c85 Author: Ashutosh Chauhan Date: 2014-10-13T17:50:51Z HIVE-8413 : [CBO] Handle ill-formed queries which have distinct, having in incorrect context (Ashutosh Chauhan via Sergey Shelukhin) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631484 13f79535-47bb-0310-9956-ffa450edef68 commit 00dfaea092c21398447e8e4b7f154e14d5f22b30 Author: Harish Butani Date: 2014-10-13T18:02:23Z HIVE-8315 CBO : Negate condition underestimates selectivity which results in an in-efficient plan (Harish Butani via Ashutosh Chauhan) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631494 13f79535-47bb-0310-9956-ffa450edef68 commit 35ce2e36389403cc3e1ddbcc79a51e58870e7719 Author: Harish Butani Date: 2014-10-13T18:05:28Z HIVE-8361 NPE in PTFOperator when there are empty partitions (Harish Butani via Gunther Hagleitner) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631495 13f79535-47bb-0310-9956-ffa450edef68 commit ce3e28819eda4ee35cd5b5d4e60e304ad9cfe667 Author: Harish Butani Date: 2014-10-13T18:08:00Z HIVE-8280 CBO : When filter is applied on dimension table PK/FK code path is not in effect. (Harish Butani via Gunther Hagleitner) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631497 13f79535-47bb-0310-9956-ffa450edef68 commit cf1d4391973982667c75b77aeb72166fc957f0a0 Author: Jason Dere Date: 2014-10-13T18:33:09Z HIVE-8115: Hive select query hang when fields contain map (Xiaobing Zhou via Jason Dere) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631501 13f79535-47bb-0310-9956-ffa450edef68 commit 631ef0e2c58272d4d534979bd49e47976cbbf5fa Author: Alan Gates Date: 2014-10-13T20:43:32Z HIVE-8332 Reading an ACID table with vectorization on results in NPE (Alan Gates, reviewed by Owen O'Malley) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631539 13f79535-47bb-0310-9956-ffa450edef68 commit e7283f861c88d085658016651b9a3c98ea5b62ac Author: Prasanth J Date: 2014-10-13T21:25:34Z HIVE-8401: OrcFileMergeOperator only close last orc file it opened, which resulted in stale data in table directory (Xiaobing Zhou reviewed by Prasanth J) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631558 13f79535-47bb-0310-9956-ffa450edef68 commit 7e0e8bd36338eb2b8bc991bc322b0ac64dab6746 Author: Alan Gates Date: 2014-10-13T21:32:54Z HIVE-8258 Compactor cleaners can be starved on a busy table or partition. (Alan Gates reviewed by Eugene Koifman) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631562 13f79535-47bb-0310-9956-ffa450edef68 commit 9923f20786f57a6a6dc44c2d5a8f97e8daea4a93 Author: Gopal Vijayaraghavan Date: 2014-10-13T21:36:40Z HIVE-8292: MapRecordSource should obtain its ExecContext from a MapOperator (Gopal V, reviewed by Vikram Dixit) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631565 13f79535-47bb-0310-9956-ffa450edef68 commit cff0ce2ff7fe52bb1ba1e199266e9d06c5718bde Author: Gopal Vijayaraghavan Date: 2014-10-13T21:58:06Z HIVE-8328: Mapjoins in reducer vertices should reuse cached hashtables (Gopal V, reviewed by Vikram Dixit) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631573 13f79535-47bb-0310-9956-ffa450edef68 commit 7a1339c68e3b161f56d66d53b51cb0e0267d97bb Author: Alan Gates Date: 2014-10-13T22:00:36Z HIVE-8368 compactor is improperly writing delete records in base file (Alan Gates reviewed by Eugene Koifman) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631574 13f79535-47bb-0310-9956-ffa450edef68 commit 7ea1a6b9ebb25eda14e92cc9d87f7ad5894aa6ad Author: Alan Gates Date: 2014-10-13T22:56:40Z HIVE-8402 Orc pushing SARGs into delta files causing ArrayOutOfBoundsExceptions (Alan Gates reviewed by Owen O'Malley) git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.14@1631599 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. ---