Skip to content

Commit

Permalink
Fix dist-used profile to use Hadoop compile version (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeerthanaSrikanth authored and pagrawal10 committed Dec 19, 2023
1 parent bcf653e commit 546b5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
<argument>-l</argument>
<argument>${settings.localRepository}</argument>
<argument>-h</argument>
<argument>org.apache.hadoop:hadoop-client:2.8.5</argument>
<argument>org.apache.hadoop:hadoop-client:${hadoop.compile.version}</argument>
<argument>-c</argument>
<argument>org.apache.druid.extensions:druid-datasketches</argument>
<argument>-c</argument>
Expand Down

0 comments on commit 546b5bf

Please sign in to comment.