Skip to content

Commit

Permalink
not updating the property for cloudwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Feb 5, 2024
1 parent 2e936aa commit ec5c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec5c84b

Please sign in to comment.