You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2014/06/13 20:59:02 UTC

[jira] [Comment Edited] (STORM-215) Document How to Replace Netty Transport with 0mq Transport

    [ https://issues.apache.org/jira/browse/STORM-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14031000#comment-14031000 ] 

Robert Joseph Evans edited comment on STORM-215 at 6/13/14 6:57 PM:
--------------------------------------------------------------------

I think that is a great idea.  With STORM-232 which went into 0.9.2-incubating you don't even need to have the system administrator install anything.  It allows you to package native libraries in the jar, and they are automatically included on the java.library.path for the worker. 

Place the native libraries in the jar under {code}resources/${platforms.os}-${platforms.arch}/{code} (any spaces in platforms.os are replaced by _)  This does not work in local mode though.



was (Author: revans2):
I think that is a great idea.  With STORM-232 which went into 0.9.2-incubating you don't even need to have the system administrator install anything.  It allows you to package native libraries in the jar, and they are automatically included on the java.library.path for the worker. 

Place the native libraries in the jar under ```resources/${platforms.os}-${platforms.arch}/``` (any spaces in platforms.os are replaced by _)  This does not work in local mode though.


> Document How to Replace Netty Transport with 0mq Transport
> ----------------------------------------------------------
>
>                 Key: STORM-215
>                 URL: https://issues.apache.org/jira/browse/STORM-215
>             Project: Apache Storm (Incubating)
>          Issue Type: Documentation
>            Reporter: P. Taylor Goetz
>              Labels: docuentation, website
>
> As of 0.9.1 Storm uses the Netty transport by default. We should document the process of building, installing, and configuring the 0mq-based transport for those who want to use it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)