Skip to content

Commit

Permalink
echo ECS_CONTAINER_METADATA_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhrubajyoti Sadhu committed Jan 23, 2024
1 parent dd211c8 commit 0d11f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ if [ -n "$ENABLE_METRICS" ]; then

echo $ENABLE_METRICS

echo "ECS_CONTAINER_METADATA_URI"
echo $ECS_CONTAINER_METADATA_URI
echo "ECS_CONTAINER_METADATA_URI_V4"
echo $ECS_CONTAINER_METADATA_URI_V4
update_property.py hive.metastore.metrics.enabled true /etc/hive/conf/hive-site.xml
#configure to send metrics to cloudwatch when running on ECS
if [ -n "$ECS_CONTAINER_METADATA_URI" ]; then
Expand Down

0 comments on commit 0d11f5e

Please sign in to comment.