From ec5c84b2e64503e330e508c15919471c3b5ab704 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Mon, 5 Feb 2024 20:06:01 +0000 Subject: [PATCH] not updating the property for cloudwatch --- files/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/startup.sh b/files/startup.sh index db03722..46efd56 100755 --- a/files/startup.sh +++ b/files/startup.sh @@ -97,7 +97,7 @@ if [ -n "$ENABLE_METRICS" ]; then export ECS_TASK_ID=$(wget -q -O - ${ECS_CONTAINER_METADATA_URI}/task|jq -r .TaskARN|awk -F/ '{ print $NF }') #this is populating something in 8080 - update_property.py hive.service.metrics.class com.expediagroup.apiary.extensions.metastore.metrics.CodahaleMetrics /etc/hive/conf/hive-site.xml + #update_property.py hive.service.metrics.class com.expediagroup.apiary.extensions.metastore.metrics.CodahaleMetrics /etc/hive/conf/hive-site.xml echo "This is the curl command" curl -v localhost:8080/metrics 2>&1 > curl_output.txt cat curl_output.txt