From 546b5bf40aa053f42d0003f234eaec9c5047997a Mon Sep 17 00:00:00 2001 From: Keerthana Srikanth Date: Tue, 12 Dec 2023 13:15:32 +0530 Subject: [PATCH] Fix dist-used profile to use Hadoop compile version (#173) --- distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 2a74e4469551..cc035e21a3e2 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -657,7 +657,7 @@ -l ${settings.localRepository} -h - org.apache.hadoop:hadoop-client:2.8.5 + org.apache.hadoop:hadoop-client:${hadoop.compile.version} -c org.apache.druid.extensions:druid-datasketches -c