Skip to content

Commit

Permalink
ht/link & spacing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-tillman committed Apr 26, 2024
1 parent 1ab5c90 commit d456f7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions h2o-docs/src/product/getting-started/hadoop-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ For Hortonworks, configure the settings in Ambari. See more on `Hortonworks conf

4. In the **Scheduler** section, enter the amount of memory (in MB) to allocate in the **yarn.scheduler.maximum-allocation-mb** entry field.

.. figure:: ../images/TroubleshootingHadoopAmbariyarnscheduler.png
:alt: Ambari configuration scheduler section with the yarn.scheduler.maximum-allocation-mb section highlighted in red.
.. figure:: ../images/TroubleshootingHadoopAmbariyarnscheduler.png
:alt: Ambari configuration scheduler section with the yarn.scheduler.maximum-allocation-mb section highlighted in red.

5. Click **Save** and redeploy the cluster.

Expand Down
2 changes: 1 addition & 1 deletion h2o-docs/src/product/getting-started/java-users.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Java users
==========

The following resources will help you create your own custom app that uses H2O. See `H2O's Java requirements <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__for more information.
The following resources will help you create your own custom app that uses H2O. See `H2O's Java requirements <https://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__ for more information.

Java developer documentation
----------------------------
Expand Down
4 changes: 2 additions & 2 deletions h2o-docs/src/product/getting-started/kubernetes-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ H2O nodes must be treated as stateful by the Kubernetes environment because H2O

H2O pods deployed on a Kubernetes cluster require a `headless service <https://kubernetes.io/docs/concepts/services-networking/service/#headless-services>`__ for H2O node discovery. The headless service returns a set of addresses to all the underlying pods instead of load-balancing incoming requests to the underlying H2O pods.

.. figure:: images/h2o-k8s-clustering.png
:alt: Kubernetes headless service enclosing an underlying H2O cluster made of a StatefulSet.
.. figure:: ../images/h2o-k8s-clustering.png
:alt: Kubernetes headless service enclosing an underlying H2O cluster made of a StatefulSet.

Kubernetes integration
----------------------
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 @@ -29,7 +29,7 @@ We recommend the following at minimum for compatibility with H2O:
- Ubuntu 12.04
- RHEL/CentOS 6+

- **Languages**: R and Python are not required to use H2O (unless you want to use H2O in those environments), but Java is always required (see `Java requirements ,http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__).
- **Languages**: R and Python are not required to use H2O (unless you want to use H2O in those environments), but Java is always required (see `Java requirements <http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html#java-requirements>`__).

- R version 3+
- Python 3.6.x, 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11.x
Expand Down

0 comments on commit d456f7d

Please sign in to comment.