You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/16 01:14:20 UTC

[jira] [Commented] (HIVE-14309) Fix naming of classes in orc module to not conflict with standalone orc

    [ https://issues.apache.org/jira/browse/HIVE-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15495034#comment-15495034 ] 

ASF GitHub Bot commented on HIVE-14309:
---------------------------------------

GitHub user omalley opened a pull request:

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

    HIVE-14309. Fix naming of classes in ORC module.

    Renames the classes in Hive from org.apache.orc.* to org.apache.hive.orc.*

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

    $ git pull https://github.com/omalley/hive hive-14309

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

    https://github.com/apache/hive/pull/102.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 #102
    
----
commit 62407b2d21000d11e2579f878245049799f22f73
Author: Owen O'Malley <om...@apache.org>
Date:   2016-09-16T00:54:49Z

    HIVE-14309. Fix naming of classes in ORC module.

----


> 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.3.4#6332)