Using Sparkling Water with Microsoft Azure HDInsight - Beta ------------------------------------------------------------ Microsoft Azure provides an important collection of cloud services, such as serverless computing, virtual machines, storage options, networking, and much more. Azure provides the tools for a user to create a Data Science environment with Sparkling Water. This section describes the H2O Application for HDInsight on Microsoft Azure. **Note**: This feature is currently in Beta and should be used for testing purposes only. H2O Artificial Intelligence for Azure HDInsight ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The H2O Artificial Intelligence for Azure HDInsight is an application you can install during the creation of a new HDInsight cluster on Azure. This solution will install Sparkling Water on your Spark cluster, allowing you to exploit all the benefits from both Spark and H2O. The cluster can access data from Azure Blob storage and/or Azure Data Lake Store in addition to all the standard data sources that H2O supports. It also provides Jupyter Notebooks with pre-baked H2O examples for an easy jumpstart. Create the H2O AI for Azure HDInsight ''''''''''''''''''''''''''''''''''''' **Requirements**: Python SUBST_MIN_SUPPORTED_PYTHON+. Follow the steps below to create a new H2O Artificial Intelligence for Azure HDInsight. 1. In your Azure portal at `https://portal.azure.com `__, search for H2O, and select **H2O Artificial Intelligence for HDInsight**. 2. Click the **Create** button, and follow the UI instructions. .. figure:: ../images/azure_select_h2o_hdinsight.png :alt: Select H2O Artificial Intelligence for HDInsight 3. In the next screen, under **Basics**: - Change Cluster Type to Spark SUBST_SPARK_VERSION. (Note that Sparkling Water is currently configured to work only on Spark SUBST_SPARK_MAJOR_VERSION and above.) - Change Cluster Login username and password. These are used to connect to your cluster. - Change SSH Username and password. These are used to connect directly to the VM present in the cluster. - Create or specify your Resource Group 4. On the **Storage** tab, you can configure either an Azure Storage Account or an Azure Data Lake Store Gen2 Account. This is where your HDFS system will be located. **Note**: Refer to the following links for more information about the Azure Storage and the Azure Data Lake Store Gen2: - `Azure Storage `__ - `Azure Data Lake Storage Gen2 `__ 5. On the **H2O SparklingWater for HDInsight** tab, select and accept the Terms of Use for H2O. .. figure:: ../images/azure_terms_of_use.png :alt: Terms of Use for H2O 6. On the **Summary** tab, you can edit the number of workers nodes you want on your HDI Cluster. Note that you can resize your cluster any time after creation. If you want to change the machine profile that HDI Cluster will run on (Worker Node Size), you should choose only among the recommended ones. .. figure:: ../images/azure_recommended_machines.png :alt: Worker Node Size Dialog 7. On the **Summary** tab, click **Create** to begin the cluster creation. Note that the cluster creation process can take up to 30 minutes. 8. Watch the **Notifications** tab for the progress of the deployment. If the deployment fails, delete created resources and repeat the points above. .. figure:: ../images/azure_failed_deployment.png :alt: Azure Failed Deployment 9. Connect to your Jupyter Notebooks through **https://.azurehdinsight.net/jupyter**, and log in using the Cluster Login username and password that you previously created. 10. In Jupyter, you will see 3 folders: H2O-PySparkling-Examples, PySpark Examples, and Scala Examples. Select H2O-PySparkling-Examples. 11. The first step when creating a new notebook is to configure the Spark environment. This information is included in all H2O examples on Jupyter. .. figure:: ../images/azure_configure_spark_env.png :alt: Configure a Spark environment 12. Start the H2O Cluster. .. figure:: ../images/azure_start_h2o.png :alt: Start the H2O Cluster You are now ready to start building your H2O Models. **Note**: To connect to H2O Flow, go to **https://-h2o.apps.azurehdinsight.net:443**. Troubleshooting Tips '''''''''''''''''''' - If the H2O Flow link does not work and only shows the H2O documentation after the H2O cluster creation, clean your browser cache and try again. - Make sure that the cluster has enough resources to allocate to your Spark application. Do not allocate more than 75% of the worker’s RAM to the spark application, otherwise, it can fail. - For more information about the cluster available resources, go to **http://.azurehdinsight.net**.