SunnyShah
SunnyShah

Reputation: 30467

How to download hadoop documentation of specific version?

How can I download hadoop documentation of specific version? I would like to have multiple version's offline documentation on my machine.

Upvotes: 0

Views: 354

Answers (1)

SunnyShah
SunnyShah

Reputation: 30467

  1. Find out the links of the versions you need to download from https://svn.apache.org/repos/asf/hadoop/common/site/main/publish/docs/
  2. Do svn checkout, Example
    svn checkout https://svn.apache.org/repos/asf/hadoop/common/site/main/publish/docs/r2.5.2/

Upvotes: 2

Related Questions