[
https://issues.apache.org/jira/browse/STORM-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14680880#comment-14680880
]
ASF GitHub Bot commented on STORM-959:
--------------------------------------
Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/652#issuecomment-129633723
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
Since it is fixed at 1.0.0, we'd be better to upgrade Hive version, not
excluding artifacts.
I didn't have time to use Hive, but normally 1.x.y feels more stable
compared to 0.x.y. ;)
@harshach @ptgoetz @revans2
Could you verify storm-hive can work with recent version of Apache Hive,
1.2.1? Thanks!
> remove unnecessary dependency from storm-hive/pom.xml
> -----------------------------------------------------
>
> Key: STORM-959
> URL: https://issues.apache.org/jira/browse/STORM-959
> Project: Apache Storm
> Issue Type: Bug
> Components: external
> Affects Versions: 0.11.0
> Reporter: caofangkun
> Assignee: caofangkun
> Priority: Minor
>
> [org.apache.calcite:calcite-core:0.9.2-incubating|https://github.com/apache/storm/blob/master/external/storm-hive/pom.xml#L84]
> does not take affect at all.
> Becase of hive-exec
> org.apache.calcite:calcite-core:0.9.2-incubating-SNAPSHOT will be downloaded
> {code}
> Downloading:
> https://repository.apache.org/snapshots/org/apache/calcite/calcite-core/0.9.2-incubating-SNAPSHOT/maven-metadata.xml
> Downloading:
> https://repository.apache.org/snapshots/org/apache/calcite/calcite-core/0.9.2-incubating-SNAPSHOT/calcite-core-0.9.2-incubating-SNAPSHOT.pom
> [WARNING] The POM for
> org.apache.calcite:calcite-core:jar:0.9.2-incubating-SNAPSHOT is missing, no
> dependency information available
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)