Skip to content

Commit

Permalink
ODP-2759: Refactor Druid to use ambari-python-wrap for sh
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhjyotsingh committed Dec 10, 2024
1 parent 64706a8 commit 8612249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests-ex/cases/cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function docker_file {
export COMPOSE_DIR=$TARGET_DIR/cluster/$DRUID_INTEGRATION_TEST_GROUP
mkdir -p $COMPOSE_DIR
pushd $CLUSTER_DIR > /dev/null
python3 $TEMPLATE_SCRIPT
ambari-python-wrap $TEMPLATE_SCRIPT
popd > /dev/null
cp -r $BASE_MODULE_DIR/cluster/Common $TARGET_DIR/cluster
else
Expand Down

0 comments on commit 8612249

Please sign in to comment.