You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/interactive-query/hdinsight-grafana.md
+15-89Lines changed: 15 additions & 89 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
8
ms.topic: conceptual
9
-
ms.date: 12/11/2018
9
+
ms.date: 12/27/2019
10
10
---
11
11
12
12
# Access Grafana in Azure HDInsight
@@ -15,116 +15,42 @@ ms.date: 12/11/2018
15
15
16
16
Currently, in Azure HDInsight, Grafana is supported with the Hbase, Kafka and Interactive Query cluster types. It is not supported for clusters with Enterprise Security Pack enabled.
17
17
18
-
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
18
+
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
19
19
20
20
## Create an Apache Hadoop cluster
21
21
22
-
In this section, you create an Interactive Query cluster in HDInsight using an Azure Resource Manager template. Resource Manager template experience is not required for following this article.
23
-
24
-
1. Click the **Deploy to Azure** button below to sign in to Azure and open the Resource Manager template in the Azure portal.
25
-
26
-
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-interactive-hive%2Fazuredeploy.json"target="_blank"><imgsrc="./media/hdinsight-grafana/hdi-deploy-to-azure1.png"alt="Deploy to Azure button for new cluster"></a>
27
-
28
-
2. Enter or select the values as suggested in the following screenshot:
29
-
30
-
> [!NOTE]
31
-
> The values you provide must be unique and should follow the naming guidelines. The template does not perform validation checks. If the values you provide are already in use, or do not follow the guidelines, you get an error after you have submitted the template.
32
-
>
33
-
>
34
-
35
-

36
-
37
-
Enter or select the following values:
38
-
39
-
|Property |Description |
40
-
|---------|---------|
41
-
|**Subscription**| Select your Azure subscription. |
42
-
|**Resource group**| Create a resource group or select an existing resource group. A resource group is a container of Azure components. In this case, the resource group contains the HDInsight cluster and the dependent Azure Storage account. |
43
-
|**Location**| Select an Azure location where you want to create your cluster. Choose a location closer to you for better performance. |
44
-
|**Cluster Type**| Select **hadoop**. |
45
-
|**Cluster Name**| Enter a name for the Apache Hadoop cluster. Because all clusters in HDInsight share the same DNS namespace this name needs to be unique. The name can consist of up to 59 characters includings letters, numbers, and hyphens. The first and last characters of the name cannot be hyphens. |
46
-
|**Cluster login name and password**| The default login name is **admin**. The password must be at least 10 characters in length and must contain at least one digit, one uppercase, and one lower case letter, one non-alphanumeric character (except characters ' " ` \). Make sure you **do not provide** common passwords such as "Pass@word1".|
47
-
|**SSH username and password**| The default username is **sshuser**. You can rename the SSH username. The SSH user password has the same requirements as the cluster login password.|
48
-
49
-
Some properties have been hardcoded in the template. You can configure these values from the template. For more explanation of these properties, see [Create Apache Hadoop clusters in HDInsight](../hdinsight-hadoop-provision-linux-clusters.md).
50
-
51
-
3. Select **I agree to the terms and conditions stated above** and **Pin to dashboard**, and then select **Purchase**. You shall see a new tile titled **Submitting deployment** on the portal dashboard. It takes about 20 minutes to create a cluster.
4. Once the cluster is created, the caption of the tile is changed to the resource group name you specified. The tile also lists the HDInsight cluster that is created within the resource group.
56
-
57
-

58
-
59
-
5. The tile also lists the default storage associated with the cluster. Each cluster has an [Azure Storage account](../hdinsight-hadoop-use-blob-storage.md) or an [Azure Data Lake account](../hdinsight-hadoop-use-data-lake-store.md) dependency. It is referred as the default storage account. HDInsight cluster and its default storage account must be colocated in the same Azure region. Deleting clusters does not delete the storage account.
60
-
61
-
62
-
> [!NOTE]
63
-
> For other cluster creation methods and understanding the properties used in this article, see [Create HDInsight clusters](../hdinsight-hadoop-provision-linux-clusters.md).
22
+
See [Create Apache Hadoop clusters using the Azure portal](../hdinsight-hadoop-create-linux-clusters-portal.md). For **Cluster type**, select **Kafka**, **HBase**, or **Interactive Query**.
64
23
65
24
## Access the Grafana dashboard
66
25
67
-
1. Sign in to the [Azure portal](https://portal.azure.com).
68
-
69
-
2. Select **HDInsight clusters**, and then select the cluster name you created in the last section.
26
+
1. From a web browser, navigate to `https://CLUSTERNAME.azurehdinsight.net/grafana/` where CLUSTERNAME is the name of your cluster.
70
27
71
-
3. Under **Quick links**, click **Cluster dashboard**.
28
+
1. Enter the Hadoop cluster user credentials.
72
29
73
-

74
-
75
-
4. From the dashboard, click the **Grafana** tile. Alternatively, browse to the `/grafana/` path of your cluster URL. For example, `https://<clustername>.azurehdinsight.net/grafana/`.
76
-
77
-
5. Enter the Hadoop cluster user credentials.
78
-
79
-
6. The Grafana dashboard appears and looks like this example:
30
+
1. The Grafana dashboard appears and looks like this example:
80
31
81
32

82
33
83
34
## Clean up resources
84
-
After you complete the article, you may want to delete the cluster. With HDInsight, your data is stored in Azure Storage, so you can safely delete a cluster when it is not in use. You are also charged for an HDInsight cluster, even when it is not in use. Since the charges for the cluster are many times more than the charges for storage, it makes economic sense to delete clusters when they are not in use.
85
35
86
-
> [!NOTE]
87
-
> If you are *immediately* proceeding to the next tutorial to learn how to run ETL operations using Hadoop on HDInsight, you may want to keep the cluster running. This is becuase in the tutorial you have to create a Hadoop cluster again. However, if you are not going through the next tutorial right away, you must delete the cluster now.
36
+
If you're not going to continue to use this application, delete the cluster that you created with the following steps:
88
37
89
-
**To delete the cluster and/or the default storage account**
38
+
1. Sign in to the [Azure portal](https://portal.azure.com/).
90
39
91
-
1.Go back to the browser tab where you have the Azure portal. You shall be on the cluster overview page. If you only want to delete the cluster but retain the default storage account, select**Delete**.
40
+
1.In the **Search** box at the top, type**HDInsight**.
1. Select **HDInsight clusters** under **Services**.
94
43
95
-
2. If you want to delete the cluster as well as the default storage account, select the resource group name (highlighted in the previous screenshot) to open the resource group page.
44
+
1. In the list of HDInsight clusters that appears, select the **...** next to the cluster that you created.
96
45
97
-
3. Select **Delete resource group** to delete the resource group, which contains the cluster and the default storage account. Note deleting the resource group deletes the storage account. If you want to keep the storage account, choose to delete the cluster only.
46
+
1. Select **Delete**. Select **Yes**.
98
47
99
48
## Next steps
100
-
In this article, you learned how to create a Linux-based HDInsight cluster using a Resource Manager template, and how to perform basic Apache Hive queries. In the next article, you learn how to perform an extract, transform, and load (ETL) operation using Hadoop on HDInsight.
101
-
102
-
> [!div class="nextstepaction"]
103
-
>[Extract, transform, and load data using Interactive Query on HDInsight](../interactive-query/interactive-query-tutorial-analyze-flight-data.md)
104
-
105
-
If you're ready to start working with your own data and need to know more about how HDInsight stores data or how to get data into HDInsight, see the following articles:
106
-
107
-
* For information on how HDInsight uses Azure Storage, see [Use Azure Storage with HDInsight](../hdinsight-hadoop-use-blob-storage.md).
108
-
* For information on how to upload data to HDInsight, see [Upload data to HDInsight](../hdinsight-upload-data.md).
109
49
110
50
To learn more about analyzing data with HDInsight, see the following articles:
111
51
112
-
* To learn more about using Hive with HDInsight, including how to perform Hive queries from Visual Studio, see [Use Apache Hive with HDInsight](../hdinsight-use-hive.md).
113
-
* To learn about Pig, a language used to transform data, see [Use Apache Pig with HDInsight](../hdinsight-use-pig.md).
114
-
* To learn about MapReduce, a way to write programs that process data on Hadoop, see [Use MapReduce with HDInsight](../hdinsight-use-mapreduce.md).
115
-
* To learn about using the HDInsight Tools for Visual Studio to analyze data on HDInsight, see [Get started using Visual Studio Hadoop tools for HDInsight](../hadoop/apache-hadoop-visual-studio-tools-get-started.md).
116
-
117
-
118
-
119
-
If you'd like to learn more about creating or managing an HDInsight cluster, see the following articles:
120
-
121
-
* To learn about managing your Linux-based HDInsight cluster, see [Manage HDInsight clusters using Ambari](../hdinsight-hadoop-manage-ambari.md).
122
-
* To learn more about the options you can select when creating an HDInsight cluster, see [Creating HDInsight on Linux using custom options](../hdinsight-hadoop-provision-linux-clusters.md).
123
-
52
+
*[Use Apache Hive with HDInsight](../hadoop/hdinsight-use-hive.md).
0 commit comments