[ https://issues.apache.org/jira/browse/STORM-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414643#comment-15414643 ]
ASF GitHub Bot commented on STORM-2023: --------------------------------------- Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1610 Build failure is not related to this. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.2.1:process (default) on project storm-hive: Error resolving project artifact: Could not transfer artifact net.hydromatic:linq4j:pom:0.4 from/to sonatype-apache (https://repository.apache.org/releases/): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: Connection timed out for project net.hydromatic:linq4j:jar:0.4 -> [Help 1] ``` I requested Travis support team to take a look at recent often time out for repository.apache.org. I'll update the news once I get one. > Add calcite-core to dependency of storm-sql-runtime > --------------------------------------------------- > > Key: STORM-2023 > URL: https://issues.apache.org/jira/browse/STORM-2023 > Project: Apache Storm > Issue Type: Bug > Components: storm-sql > Affects Versions: 1.0.0 > Reporter: Jungtaek Lim > Assignee: Jungtaek Lim > > storm-sql provides both "storm-sql-core" and "storm-sql-runtime". Former is > for compiling sql to trident topology, and latter is for running compiled > trident topology. > While testing storm-sql feature I found compiled class codes refers calcite > so calcite-core is needed at runtime. > I'm not sure we can make calcite-core get out of storm-sql-runtime, so for > now we can add calcite-core to storm-sql-runtime so that it can be available > on transitive dependencies for storm-sql-runtime. -- This message was sent by Atlassian JIRA (v6.3.4#6332)