You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2017/07/03 15:38:00 UTC

[jira] [Commented] (STORM-2597) EXT_CLASSPATH strips out directories

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

Jungtaek Lim commented on STORM-2597:
-------------------------------------

Leaving note: This should be ported back to 1.1.x-branch as well.

> EXT_CLASSPATH strips out directories
> ------------------------------------
>
>                 Key: STORM-2597
>                 URL: https://issues.apache.org/jira/browse/STORM-2597
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>             Fix For: 2.0.0, 1.0.4, 1.2.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> in storm.py we are splitting up STORM_EXT_CLASSPATH  and STORM_EXT_CLASSPATH_DAEMON then processing each entry with get_wildcard_dir.  the problem is that if we pass in a directory (say for configuration like $STORM_HOME/conf) it will translate this to $STORM_HOME/conf/* which is not what a classpath does.  We should just leave true classpaths alone.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)