[
https://issues.apache.org/jira/browse/STORM-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680913#comment-14680913
]
ASF GitHub Bot commented on STORM-944:
--------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/609#issuecomment-129640139
There're some issues regarding using SNAPSHOT version of dependencies.
- Tez: https://issues.apache.org/jira/browse/HIVE-8845
- Calcite: https://issues.apache.org/jira/browse/HIVE-8873
For now, without this PR, builds are failed cause it tries to fetch
SNAPSHOT version of calcite but nexus.codehaus.org is unreachable.
Behavior of depending on SNAPSHOT is fixed at 1.0.0.
I didn't have time to use Hive, so I have some questions,
- Is it safe for users to upgrade hive version to 1.x.y without
compatibility issues?
- If it is, is it better to notify users to use Hive version to 1.0.0 and
higher while using storm-hive?
IMO we would be better to try avoiding any workarounds unless we can't
resolve it without workaround.
@dossett @caofangkun @harshach @ptgoetz @revans2
> 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: Trivial
>
> 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)