Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AA9BA200B25 for ; Wed, 8 Jun 2016 22:54:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A966A160A2E; Wed, 8 Jun 2016 20:54:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 24C74160A0E for ; Wed, 8 Jun 2016 22:54:21 +0200 (CEST) Received: (qmail 44221 invoked by uid 500); 8 Jun 2016 20:54:21 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 44197 invoked by uid 99); 8 Jun 2016 20:54:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 20:54:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2B00C2C1F5D for ; Wed, 8 Jun 2016 20:54:21 +0000 (UTC) Date: Wed, 8 Jun 2016 20:54:21 +0000 (UTC) From: "Wei Zheng (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-13972) Resolve class dependency issue introduced by HIVE-13354 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 08 Jun 2016 20:54:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-13972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei Zheng updated HIVE-13972: ----------------------------- Resolution: Fixed Fix Version/s: 2.2.0 2.1.0 1.3.0 Status: Resolved (was: Patch Available) Committed to master, branch-2.1 and branch-1. Thanks Eugene for the review. > Resolve class dependency issue introduced by HIVE-13354 > ------------------------------------------------------- > > Key: HIVE-13972 > URL: https://issues.apache.org/jira/browse/HIVE-13972 > Project: Hive > Issue Type: Bug > Components: Transactions > Affects Versions: 1.3.0, 2.1.0, 2.2.0 > Reporter: Wei Zheng > Assignee: Wei Zheng > Priority: Blocker > Fix For: 1.3.0, 2.1.0, 2.2.0 > > Attachments: HIVE-13972.1.patch, HIVE-13972.branch-1.patch > > > HIVE-13354 moved a helper class StringableMap from ql/txn/compactor/CompactorMR.java to metastore/txn/TxnUtils.java > This introduced a dependency from ql package to metastore package which is not allowed and fails in a real cluster. > Instead of moving it to metastore, it should be moved to common package. -- This message was sent by Atlassian JIRA (v6.3.4#6332)