You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/03 23:21:46 UTC

[jira] [Commented] (STORM-944) storm-hive pom.xml has a dependency conflict with calcite

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

ASF GitHub Bot commented on STORM-944:
--------------------------------------

GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/718

    STORM-944: storm-hive pom.xml has a dependency conflict with calcite (backport to 0.10.x)

    For future maintaining 0.10.x-branch.

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

    $ git pull https://github.com/HeartSaVioR/storm STORM-944-0.10-x-branch

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

    https://github.com/apache/storm/pull/718.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 #718
    
----
commit 9b89cf0a0e418ad243f88c527577f0c4886bf8e0
Author: Aaron Dossett <aa...@target.com>
Date:   2015-06-30T19:49:38Z

    resolve calcite dependency conflict

----


> storm-hive pom.xml has a dependency conflict with calcite
> ---------------------------------------------------------
>
>                 Key: STORM-944
>                 URL: https://issues.apache.org/jira/browse/STORM-944
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: external
>            Reporter: Aaron Dossett
>            Assignee: Aaron Dossett
>            Priority: Minor
>             Fix For: 0.11.0
>
>
> Hive 0.14.0 has a dependency on calcite-0.9.2-incubating-SNAPSHOT which can't be resolved in maven central.  See HIVE-8906 for details.
> This gives a harmless compile warning for storm-hive but it does prevent some IDEs (IntelliJ for certain, probably others) from correctly resolving the project dependencies.  storm-hive already has a dependency on calcite-0.9.2-incubating so calcite should be excluded from the hive dependency.
> Compile warning:
> [WARNING] Missing POM for org.apache.calcite:calcite-core:jar:0.9.2-incubating-SNAPSHOT
> [WARNING] Missing POM for org.apache.calcite:calcite-avatica:jar:0.9.2-incubating-SNAPSHOT



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)