[
https://issues.apache.org/jira/browse/STORM-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405034#comment-15405034
]
ASF GitHub Bot commented on STORM-1277:
---------------------------------------
Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/1445
Builds are failing because of linq4j on calcite-core on storm-hive.
```
[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
```
linq4j is not available on search.maven.org so it seems not intermittent
issue, and seems like calcite has artifact `calcite-linq4j` starting from
1.0.0. So we might need to update version of calcite.
@harshach Would I file an issue for this?
> port backtype.storm.daemon.executor to java
> -------------------------------------------
>
> Key: STORM-1277
> URL: https://issues.apache.org/jira/browse/STORM-1277
> Project: Apache Storm
> Issue Type: New Feature
> Components: storm-core
> Reporter: Robert Joseph Evans
> Assignee: Cody
> Labels: java-migration, jstorm-merger
>
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/task
> kind of. Tasks and executors are combined in jstorm.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)