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 4AE60200CB4 for ; Tue, 13 Jun 2017 07:25:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 49932160BDE; Tue, 13 Jun 2017 05:25:09 +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 8FF05160BD9 for ; Tue, 13 Jun 2017 07:25:08 +0200 (CEST) Received: (qmail 82846 invoked by uid 500); 13 Jun 2017 05:25:07 -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 82837 invoked by uid 99); 13 Jun 2017 05:25:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2017 05:25:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6825CC1964 for ; Tue, 13 Jun 2017 05:25:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xE7WeyKKJ-RO for ; Tue, 13 Jun 2017 05:25:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A7DD15FBE5 for ; Tue, 13 Jun 2017 05:25:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 14365E0BCB for ; Tue, 13 Jun 2017 05:25:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id CA72921E10 for ; Tue, 13 Jun 2017 05:25:02 +0000 (UTC) Date: Tue, 13 Jun 2017 05:25:02 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-14309) Fix naming of classes in orc module to not conflict with standalone orc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 13 Jun 2017 05:25:09 -0000 [ https://issues.apache.org/jira/browse/HIVE-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16047439#comment-16047439 ] Lefty Leverenz commented on HIVE-14309: --------------------------------------- [~owen.omalley], you committed this to branch-2.2 on May 31, so please update the status and fix version. See commit fd1188a6a79c6da868d463c1e5db50c017c3b1a2. > Fix naming of classes in orc module to not conflict with standalone orc > ----------------------------------------------------------------------- > > Key: HIVE-14309 > URL: https://issues.apache.org/jira/browse/HIVE-14309 > Project: Hive > Issue Type: Bug > Reporter: Owen O'Malley > Assignee: Owen O'Malley > > The current Hive 2.0 and 2.1 releases have classes in the org.apache.orc namespace that clash with the ORC project's classes. From Hive 2.2 onward, the classes will only be on ORC, but we'll reduce the problems of classpath issues if we rename the classes to org.apache.hive.orc. > I've looked at a set of projects (pig, spark, oozie, flume, & storm) and can't find any uses of Hive's versions of the org.apache.orc classes, so I believe this is a safe change that will reduce the integration problems down stream. -- This message was sent by Atlassian JIRA (v6.4.14#64029)