Saad Ahmed created STORM-2179:
---------------------------------
Summary: Storm.py doesn't detect JAVA_HOME properly on Windows
Key: STORM-2179
URL: https://issues.apache.org/jira/browse/STORM-2179
Project: Apache Storm
Issue Type: Bug
Affects Versions: 1.0.0, 1.0.1, 1.0.2
Environment: Windoiws 7, Windows 10
Reporter: Saad Ahmed
line 92 in storm.py, should be inclusing a check for OS and using java.exe
(Windows) vs java (Linux).
JAVA_CMD = 'java' if not JAVA_HOME else os.path.join(JAVA_HOME, 'bin',
'java.exe')
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)