The loading and usage of the hdfs-storage-module is supposed to be able to work without actually having hadoop jars on Druid's main classpath. (Since extensions are supposed to be able to use their own ClassLoaders.) But this has been reported to not actually work, leading to class-not-found exceptions.
The workaround for now is to include the hadoop jars you want to run with on Druid's main classpath.
The loading and usage of the hdfs-storage-module is supposed to be able to work without actually having hadoop jars on Druid's main classpath. (Since extensions are supposed to be able to use their own ClassLoaders.) But this has been reported to not actually work, leading to class-not-found exceptions.
The workaround for now is to include the hadoop jars you want to run with on Druid's main classpath.