Skip to content

Commit

Permalink
SDC-1783 Cluster mode cannot be used if standalone SDC has HTTPS enab…
Browse files Browse the repository at this point in the history
…led.

Change-Id: Ib74ff48888f7d4594bd864b3cf6b98ee48e6986e
Reviewed-on: https://review.streamsets.net/1359
Tested-by: StreamSets CI <[email protected]>
Reviewed-by: Brock Noland <[email protected]>
  • Loading branch information
viragkothari committed Sep 18, 2015
1 parent 6ec038d commit 37d3b48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ private void rewriteProperties(File sdcPropertiesFile, Map<String, String> sourc
sdcInStream = new FileInputStream(sdcPropertiesFile);
sdcProperties.load(sdcInStream);
sdcProperties.setProperty(WebServerTask.HTTP_PORT_KEY, "0");
sdcProperties.setProperty(WebServerTask.HTTPS_PORT_KEY, "-1");
sdcProperties.setProperty(RuntimeModule.PIPELINE_EXECUTION_MODE_KEY,
ExecutionMode.SLAVE.name());
if(runtimeInfo != null) {
Expand Down

0 comments on commit 37d3b48

Please sign in to comment.