This message was deleted.
# general
s
This message was deleted.
a
Hello Peter Hadoop 3 is the default, starting from 27.0.0
p
I understand that, thats why I am asking why the hadoop3 artifacts are not uploaded
a
That bullet point "Hadoop 3 compatible artifacts" is confusing since it points to the same binary artifact.
We should just remove that bullet point from download link
@Petar Petrov As Amatya said, the binary download on that page is already Hadoop 3 compatible. We just need to fix that confusing text.
p
which doesnt exist
My other concern is that the binary folder
/quickstart/tutorial/hadoop3
is empty but at least the tag has an example https://github.com/apache/druid/blob/druid-27.0.0/examples/quickstart/tutorial/hadoop3/docker/Dockerfile
g
we'll fix the downloads page so it reflects the fact that the main artifact (https://www.apache.org/dyn/closer.cgi?path=/druid/27.0.0/apache-druid-27.0.0-bin.tar.gz) is hadoop3 compatible, since there is no longer a special hadoop3 build
🙌 1
the 27.0.0 tarball has hadoop 3.3.6 in it (check in
hadoop-dependencies
,
extensions/druid-hdfs-storage
, etc)
the hadoop 3 tutorials being missing is a packaging issue with the assembly that builds the tarball. it's fixed by https://github.com/apache/druid/pull/14763 so it'll be back in 28
👍 1
a
I looked at the release notes and they already say that one needs to build a Hadoop 2 artifact from the source.