You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Alexander Lehmann (JIRA)" <ji...@apache.org> on 2017/03/03 23:05:45 UTC

[jira] [Created] (STORM-2395) storm supervisor calls the wrong class name

Alexander Lehmann created STORM-2395:
----------------------------------------

             Summary: storm supervisor calls the wrong class name
                 Key: STORM-2395
                 URL: https://issues.apache.org/jira/browse/STORM-2395
             Project: Apache Storm
          Issue Type: Bug
          Components: rm-core
    Affects Versions: 1.0.3
         Environment: Windows 10 64bit, Storm 1.0.3
            Reporter: Alexander Lehmann


When running storm supervisor in Windows, the script tries to call org.apache.storm.daemon.supervisor. The class was renamed since it was changed from Clojure to Java recently, storm.cmd has not been changed accordingly.

current behaviour:

{quote}
λ storm supervisor

Error: Could not find or load main class org.apache.storm.daemon.supervisor
{quote}

expected behaviour:
... starts the daemon





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)