H2O¶
The H2O page shows clusters created by the current user, the state of the cluster, and the cluster creation date. From this page, you can launch a new H2O cluster, view the details of existing clusters, or delete a cluster.
Note: When Enterprise Steam is started for the first time, no clusters will appear in the UI.

Launch Cluster¶
Select Launch New Cluster.
Select a Cluster Profile from the dropdown menu to use when setting up the new cluster. Cluster profiles are configured by the Steam administrator and provide the allowed minimum, maximum and default values for each options in a cluster profile.
Configure the new cluster.
Cluster Name: Specify a name for this cluster.
H2O Version: Specify the H2O version to use.
Size of Your Dataset [GB]: Enter the size of the dataset on disk, and Enterprise Steam will set the advanced cluster parameters accordingly. You can override these settings in the ADVANCED PARAMETERS section below.
Using XGBoost: Select if the XGBoost algorithm is going to be used.
Maximum Idle Time [HRS]: Specify the maximum number of hours that the cluster can be idle before shutting down.
Maximum Uptime [HRS]: Specify the maximum number of hours that the cluster can be running.
YARN Queue: (Optional) If instructed by your Steam administrator select or enter the name of YARN queue that will be used for this H2O cluster. Note that the YARN queue cannot contain spaces. Leave this empty to use the default YARN queue.
Optionally specify the following additional advanced options.
Number of Nodes: Specify the number of nodes of the H2O cluster.
Memory per Node [GB]: Specify the amount of memory allocated to a single node of the H2O cluster.
Extra Memory [%]: Specify the extra memory allocated to a single node as a percentage of memory per node. Algorithms like XGBoost use this additional memory, and you may need to increase this value if you are unable to build XGBoost models.
H2O Threads per Node: Specify the number of threads (CPUs) to use per node.
YARN Virtual Cores per Node: Specify the number of YARN virtual cores per node that will be requested from the YARN resource scheduler.
Leader Node ID: Specify which node of the H2O cluster you want to connect to. Nodes are indexed starting from 0.
Startup Timeout [SEC]: Specify the timeout duration (in seconds) to wait for the cluster to form before failing.

Click the Launch New Cluster button to launch a new cluster.
Upon successful validation of parameters, the cluster will begin starting and you will be taken back to the H2O page. It takes up to 5 minutes for H2O cluster to launch.
Cancel Cluster¶
To cancel a cluster in with status Starting, click the Actions > Cancel option. Confirm the cancellation by clicking the Yes, Stop button. Cluster will transition to the Stopped state.
Running Cluster¶
Once the H2O cluster is up and running you can access H2O Flow or manage the cluster through the Actions button.

Accessing H2O Flow¶
Once the cluster has started you may click on the cluster name. This opens H2O Flow in a new tab.

Use the menu items at the top to import/upload your data into Flow and to build and score models.
The Data dropdown allows you to import or upload a dataset, import SQL table, split or merge frames, and impute data.
Use the Model dropdown to select an algorithm and begin building models or to import/export models.
Refer to the H2O Flow documentation for more information on how to use H2O Flow.
Cluster Details¶
To view the details of a cluster, click the Actions > Detail option. The cluster detail displays the following information:

Cluster Logs¶
You can see H2O driver, H2O, YARN and ML-Autodoc logs by clicking on the Actions > Logs option. On this page you may download a complete log bundle for troubleshooting.
Note: YARN logs are not available when the cluster is running.

Documentation¶
If the Actions > Documentation option is available it will take you to up-to-date documentation of H2O.
Launch Copy of Cluster¶
You can launch a copy of a cluster by clicking the Actions > Launch Copy option. You must give the cluster a name before you can launch it.
Stopping Clusters¶
To stop a Running cluster, click the Actions > Stop option. When the confirmation window appears, click the Yes, Stop button to stop the cluster. Once the cluster is stopped, it cannot be started again and must be launched again.
Marking Clusters as Failed¶
On a rare occasion, a cluster might get stuck in a Stopping state due to infrastructure failure. To manually resolve this situation, you can mark cluster as Failed with Actions > Mark as failed.
Deleting Clusters¶
To delete a cluster, click the Actions > Delete option beside the cluster that you want to delete, then confirm the request.