From 77c9d067393fac413aff4affc2c8d979643600dd Mon Sep 17 00:00:00 2001 From: Erik Krogen Date: Mon, 8 Oct 2018 09:50:17 -0700 Subject: [PATCH] Closes #67. Attempt to fix the build by changing the way the host name is specified. --- .../src/main/resources/start-component.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dynamometer-infra/src/main/resources/start-component.sh b/dynamometer-infra/src/main/resources/start-component.sh index 1ee50e92a4..b5de763da6 100755 --- a/dynamometer-infra/src/main/resources/start-component.sh +++ b/dynamometer-infra/src/main/resources/start-component.sh @@ -163,15 +163,13 @@ if [ "$component" = "datanode" ]; then listingFiles+=("file://${listingFile}") done - localHostname=`hostname` - read -r -d '' datanodeClusterConfigs <