Skip to content

Commit

Permalink
ht/direct link for several sections
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-tillman committed May 2, 2024
1 parent cdd6bb3 commit aa0b7fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion h2o-docs/src/product/getting-started/hadoop-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Walkthrough

The following steps show you how to download or build H2O with Hadoop and the parameters involved in launching H2O from the command line.

1. Download the latest H2O release for your version of Hadoop from the `Downloads page <https://h2o.ai/resources/download/>`__. Refer to the H2O on Hadoop tab of the H2O download page for the latest stable release or the nightly bleeding edge release.
1. Download the latest H2O release for your version of Hadoop from the `Downloads page <http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html>`__. Refer to the H2O on Hadoop tab of the H2O download page for the latest stable release or the nightly bleeding edge release.
2. Prepare the job input on the Hadoop node by unzipping the build file and changing to the directory with the Hadoop and H2O's driver jar files:

::
Expand Down
7 changes: 3 additions & 4 deletions h2o-docs/src/product/getting-started/python-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ The following sections will help you begin using Python for H2O.
Installing H2O with Python
~~~~~~~~~~~~~~~~~~~~~~~~~~

You can find instructions for using H2O with Python in the `Downloading and installing H2O <../downloading.html#install-in-python>`__ section and on the `Downloads page <http://www.h2o.ai/download>`__.
You can find instructions for using H2O with Python in the `Downloading and installing H2O <../downloading.html#install-in-python>`__ section and on the `Downloads page <http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html>`__.

From the Downloads page:

1. Select the version of H2O you want.
2. Click the Install in Python tab.
3. Follow the on-page instructions.
1. Click the Install in Python tab.
2. Follow the on-page instructions.

Python documentation
~~~~~~~~~~~~~~~~~~~~
Expand Down
7 changes: 3 additions & 4 deletions h2o-docs/src/product/getting-started/r-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ See `this cheatsheet on H2O in R <https://github.com/rstudio/cheatsheets/blob/ma
Installing H2O with R
~~~~~~~~~~~~~~~~~~~~~

You can find instructions for using H2O with Python in the `Downloading and installing H2O <../downloading.html#install-in-r>`__ section and on the `Downloads page <http://www.h2o.ai/download>`__.
You can find instructions for using H2O with Python in the `Downloading and installing H2O <../downloading.html#install-in-r>`__ section and on the `Downloads page <http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html>`__.

From the Downloads page:

1. Select the version of H2O you want.
2. Click the Install in R tab.
3. Follow the on-page instructions.
1. Click the Install in R tab.
2. Follow the on-page instructions.

Checking your R version for H2O
'''''''''''''''''''''''''''''''
Expand Down
2 changes: 1 addition & 1 deletion h2o-docs/src/product/welcome.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This section outlines requirements for optional ways you can run H2O.
Optional Hadoop requirements
''''''''''''''''''''''''''''

Hadoop is only required if you want to deploy H2O on a Hadoop cluster. Supported versions are listed on the `Downloads <http://www.h2o.ai/download/>`__ page (when you select the Install on Hadoop tab) and include:
Hadoop is only required if you want to deploy H2O on a Hadoop cluster. Supported versions are listed on the `Downloads <http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html>`__ page (when you select the Install on Hadoop tab) and include:

- Cloudera CDH 5.4+
- Hortonworks HDP 2.2+
Expand Down

0 comments on commit aa0b7fa

Please sign in to comment.