You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "caleb burch (JIRA)" <ji...@apache.org> on 2016/01/21 20:12:39 UTC

[jira] [Reopened] (STORM-1141) Maven Central does not have 0.10.0 libraries

     [ https://issues.apache.org/jira/browse/STORM-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

caleb burch reopened STORM-1141:
--------------------------------

The 0.10.0 jars referenced aren't using the code in the 0.10.x branch e.g. https://github.com/apache/storm/blob/master/storm-core/src/jvm/org/apache/storm/generated/ClusterSummary.java#L72 the pushed jars are missing the ClusterSummary.nimbuses field.  This results in any call to 
backtype.storm.generated.Nimbus.Client.getClusterInfo() failing because it doesn't expect the nimbuses field and is instead looking for the nimbus_uptime_secs field mentioned.  There could be other issues but this was the first one I ran into attempting to upgrade our deployment.

Any chance the latest 0.10.x branch can be pushed or am I missing something?

> Maven Central does not have 0.10.0 libraries
> --------------------------------------------
>
>                 Key: STORM-1141
>                 URL: https://issues.apache.org/jira/browse/STORM-1141
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: caleb burch
>            Assignee: P. Taylor Goetz
>            Priority: Blocker
>             Fix For: 0.10.0
>
>
> HDP has moved to 2.3 that features Storm 0.10.0.  The current storm-core jars on maven central are back at 0.9.5 and the beta 0.10.0 drivers aren't up to date.  (They lack the list of nimbus nodes so fail with a "nimbus.uptime.secs" not set error when attempting to get ClusterInfo via the java client).
> Any chance the latest 0.10.x build can be pushed to maven, or a timeframe of when you expect to do it?



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