From: <tho...@us...> - 2014-04-04 15:09:01
|
Revision: 8046 http://sourceforge.net/p/bigdata/code/8046 Author: thompsonbry Date: 2014-04-04 15:08:58 +0000 (Fri, 04 Apr 2014) Log Message: ----------- The GROUPS, LOCATORS, and ZK_SERVERS environment variables were not being passed through by the startHAServices script. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/src/resources/bin/startHAServices Modified: branches/BIGDATA_RELEASE_1_3_0/src/resources/bin/startHAServices =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/src/resources/bin/startHAServices 2014-04-04 14:53:14 UTC (rev 8045) +++ branches/BIGDATA_RELEASE_1_3_0/src/resources/bin/startHAServices 2014-04-04 15:08:58 UTC (rev 8046) @@ -77,6 +77,9 @@ -DFED_DIR=${FED_DIR}\ -DDATA_DIR=${DATA_DIR}\ -DREPLICATION_FACTOR=${REPLICATION_FACTOR}\ + -DGROUPS=${GROUPS}\ + -DLOCATORS=${LOCATORS}\ + -DZK_SERVERS=${ZK_SERVERS}\ -DHA_PORT=${HA_PORT}\ "-Djetty.port=${JETTY_PORT}"\ "-Djetty.resourceBase=${JETTY_RESOURCE_BASE}"\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |