Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-18186: Updating user guide pages for Cloud Integration to reflect makersaurus guidelines #16187

Open
wants to merge 10 commits into
base: rel-3.46.0
Choose a base branch
from

Conversation

hannah-tillman
Copy link
Contributor

@hannah-tillman hannah-tillman commented May 2, 2024

#16186

This PR updates the cloud integration pages to adhere to the style guide.

Question: I was testing out all the links and found that the ones for the IBM Data Science Experience page kept 404-ing. I tried to find it by searching IBM and couldn't. Any idea on if that still exists?

Another question: On nimbux, the repo we mention doesn't exist anymore: opsh2oai. Any idea what it is now?

@hannah-tillman hannah-tillman added this to the 3.46.0.3 milestone May 2, 2024
@hannah-tillman hannah-tillman self-assigned this May 2, 2024
- Pick a VM size that provides RAM of at least 4x the size of your dataset. More information on Azure VM sizes is available here: `https://azure.microsoft.com/en-us/pricing/details/virtual-machines/ <https://azure.microsoft.com/en-us/pricing/details/virtual-machines/>`__
- The included examples use a ``locate`` function for importing data. This function is not available to end users. For example:
- Be aware that Azure subscriptions only allow 20 cores by default. If you get a Validation error on template deployment, this might be the cause. Follow these `steps to increase your core quota limits <https://blogs.msdn.microsoft.com/girishp/2015/09/20/increasing-core-quota-limits-in-azure/>`__.
- OS Disk by default is small (approx 30GB). In this case, you will have approximately 16GB of free space to start with. This is the same for all VM sizes. Follow these `steps to add an SSD data disk <https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-classic-attach-disk/>`__.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link to add an SSD data disk is broken.


::

air_path = [_locate("smalldata/airlines/allyears2k_headers.zip")]

To retrieve the datasets, use one of the following methods instead:

- Replace this path with a pointer to a raw github file at **https://raw.github.com/h2o.ai/h2o/master/..**. For example, ``air_path="https://raw.github.com/h2oai/h2o/master/smalldata/airlines/allyears2k_headers.zip"``
- Replace this path with a pointer to a raw github file at **https://raw.github.com/h2o.ai/h2o/master/..**. For example, ``air_path="https://raw.github.com/h2oai/h2o/master/smalldata/airlines/allyears2k_headers.zip"``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://raw.github.com/.... link is broken.

**Note**: Official K8s images don’t apply any `security settings <../security.html>`__. The default user is ``root``. If you require a secure interface with H2O running the image, you need to change the user and execution command to add security parameters before running the image. The following is the default command used in Docker images:
.. note::

Official K8s images don’t apply any `security settings <../security.html>`__. The default user is ``root``. If you require a secure interface with H2O running the image, you need to change the user and execution command to add security parameters before running the image. The following is the default command used in Docker images:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security.html link is broken.

@wendycwong wendycwong requested a review from krasinski May 23, 2024 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants