You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/10/04 19:47:35 UTC

git commit: SLIDER-181. Remove REST service from Storm package

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 4d2133fc3 -> 757f69fbf


SLIDER-181. Remove REST service from Storm package


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

Branch: refs/heads/develop
Commit: 757f69fbf533efb8b7e7b4aa173fb0bde55c0e19
Parents: 4d2133f
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Sat Oct 4 10:47:21 2014 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Sat Oct 4 10:47:21 2014 -0700

----------------------------------------------------------------------
 app-packages/storm/package/templates/config.yaml.j2 | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/757f69fb/app-packages/storm/package/templates/config.yaml.j2
----------------------------------------------------------------------
diff --git a/app-packages/storm/package/templates/config.yaml.j2 b/app-packages/storm/package/templates/config.yaml.j2
index 32d2c99..aa4ec46 100644
--- a/app-packages/storm/package/templates/config.yaml.j2
+++ b/app-packages/storm/package/templates/config.yaml.j2
@@ -16,15 +16,6 @@
 nimbusHost: {{nimbus_host}}
 nimbusPort: {{nimbus_port}}
 
-# HTTP-specific options.
-http:
-
-  # The port on which the HTTP server listens for service requests.
-  port: {{rest_api_port}}
-
-  # The port on which the HTTP server listens for administrative requests.
-  adminPort: {{rest_api_admin_port}}
-
 {% if ganglia_installed %}
 enableGanglia: {{ganglia_installed}}