You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/19 11:29:08 UTC

incubator-slider git commit: SLIDER-658 storm package cannot start storm 0.9.3; "storm.py" not found

Repository: incubator-slider
Updated Branches:
  refs/heads/feature/SLIDER-658-storm-start [created] 897f24889


SLIDER-658 storm package cannot start storm 0.9.3; "storm.py" not found


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/897f2488
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/897f2488
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/897f2488

Branch: refs/heads/feature/SLIDER-658-storm-start
Commit: 897f2488981b3df032fc1dd5fbb93525c8ee02b8
Parents: 81cd546
Author: Steve Loughran <st...@apache.org>
Authored: Wed Nov 19 11:28:41 2014 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Nov 19 11:28:41 2014 +0100

----------------------------------------------------------------------
 app-packages/storm/package/scripts/params.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/897f2488/app-packages/storm/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/app-packages/storm/package/scripts/params.py b/app-packages/storm/package/scripts/params.py
index 1ccba5e..f111447 100644
--- a/app-packages/storm/package/scripts/params.py
+++ b/app-packages/storm/package/scripts/params.py
@@ -36,7 +36,7 @@ nimbus_host = config['configurations']['storm-site']['nimbus.host']
 nimbus_port = config['configurations']['storm-site']['nimbus.thrift.port']
 rest_api_conf_file = format("{conf_dir}/config.yaml")
 rest_lib_dir = format("{app_root}/external/storm-rest")
-storm_bin = format("{app_root}/bin/storm.py")
+storm_bin = format("{app_root}/bin/storm")
 storm_env_sh_template = config['configurations']['storm-env']['content']
 
 ganglia_installed = config['configurations']['global']['ganglia_enabled']