zentol commented on a change in pull request #10932: [FLINK-15614][docs]
Consolidate Hadoop documentation
URL: https://github.com/apache/flink/pull/10932#discussion_r372813631
##########
File path: docs/ops/deployment/hadoop.md
##########
@@ -66,6 +71,29 @@ in the shell. Note that `hadoop` is the hadoop binary and
that `classpath` is an
Putting the Hadoop configuration in the same class path as the Hadoop
libraries makes Flink pick up that configuration.
+### Adding Hadoop to /lib
+
+The Flink project releases Hadoop distributions for specific versions, that
relocate or exclude several dependencies
+to reduce the risk of dependency clashes.
+These can be found on the [downloads]({{ site.download_url }}).
+For these versions it is sufficient to download the corresponding `Pre-bundled
Hadoop` component and placing it in
+the `/lib` directory of the Flink distribution.
+
+If the used Hadoop version is not listed on the download page (possibly due to
being a Vendor-specific version),
+then it is necessary to build
[flink-shaded](https://github.com/apache/flink-shaded) against this version.
+You can find the source for this project in the [Additional Components]({{
site.download_url }}#additional-components) section of the download page.
Review comment:
The website is the primary source for the projects source code and hence
shouldn't be preceded by "also". It would imply that users _alternatively_
download things from the website.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services