mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
90640bb316
Add support for hadoop 3 profiles . Most of the details are captured in #11791 . We use a combination of maven profiles and resource filtering to achieve this. Hadoop2 is supported by default and a new maven profile with the name hadoop3 is created. This will allow the user to choose the profile which is best suited for the use case.